|
1 | | -@prefix : <http://***PROJECT_URL***/resource/> . |
| 1 | +@prefix : <http://generator.geoknow.eu/resource/> . |
| 2 | +@prefix d2rq: <http://www.wiwiss.fu-berlin.de/suhl/bizer/D2RQ/0.1#> . |
| 3 | +@prefix dcmit: <http://purl.org/dc/dcmitype/> . |
2 | 4 | @prefix dcterms: <http://purl.org/dc/terms/> . |
3 | 5 | @prefix lds: <http://stack.linkeddata.org/ldis-schema/> . |
| 6 | +@prefix owl: <http://www.w3.org/2002/07/owl#> . |
4 | 7 | @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . |
5 | 8 | @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . |
| 9 | +@prefix schema: <http://schema.org/> . |
6 | 10 | @prefix sd: <http://www.w3.org/ns/sparql-service-description#> . |
7 | 11 | @prefix void: <http://rdfs.org/ns/void#> . |
8 | 12 | @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . |
9 | 13 | @prefix foaf: <http://xmlns.com/foaf/0.1/> . |
10 | | -@prefix ontos: <http://ldiw.ontos.com/ontology/> . |
| 14 | +@prefix gkg: <http://generator.geoknow.eu/ontology/> . |
| 15 | + |
11 | 16 |
|
12 | 17 | ########### ABOUT THIS FILE ############################################################# |
13 | 18 | # This file contains the configuration for the GeoKnow generator concerning |
14 | 19 | # the endpoints and default user credentials |
15 | | -# To have different instances of the workbench different prefixes for projects: |
16 | | -# Replace ***PROJECT_URL*** with the desided URI |
17 | | -# Replace ***ENDPOINT*** and ***REMOVED*** with the corresponding data |
18 | 20 | # ####################################################################################### |
19 | 21 |
|
20 | 22 | # These triples describes the URL endpoints for the application |
21 | 23 |
|
22 | | -:LDWorkbench |
| 24 | +:GeoKnowGenerator |
23 | 25 | a lds:StackComponent ; |
24 | 26 | rdfs:comment "This resource contains all the configuration required by the application"^^xsd:string ; |
25 | | - rdfs:label "LDWorkbench"^^xsd:string ; |
| 27 | + rdfs:label "GeoKnowGeneator"^^xsd:string ; |
26 | 28 | dcterms:hasVersion "2.0"^^xsd:string ; |
27 | | - ontos:publicEndpoint :VirtuosoEndpoint ; |
28 | | - ontos:authEndpoint :VirtuosoAuthSPARQLEndpoint ; |
| 29 | + gkg:publicEndpoint :VirtuosoEndpoint ; |
| 30 | + gkg:authEndpoint :VirtuosoAuthSPARQLEndpoint ; |
29 | 31 | lds:integrates :Virtuoso ; |
30 | 32 | foaf:homepage <http://localhost:8080/generator> . |
31 | 33 |
|
|
39 | 41 | :VirtuosoConductor |
40 | 42 | a lds:StorageService ; |
41 | 43 | lds:password "***REMOVED***"^^xsd:string ; |
42 | | - lds:serviceUrl <http://:8890/conductor> ; |
43 | | - lds:connectionString "jdbc:virtuoso://***ENDPOINT***:1111/"^^xsd:string; |
| 44 | + lds:serviceUrl <http://***REMOVED***:8890/conductor> ; |
| 45 | + lds:connectionString "jdbc:virtuoso://***REMOVED***:1111/"^^xsd:string; |
44 | 46 | lds:user "***REMOVED***"^^xsd:string . |
45 | 47 |
|
46 | 48 | :VirtuosoAuthSPARQLEndpoint |
47 | | - a lds:SecuredSPARQLEndPointService, void:Dataset , ontos:SPARQLEndpoint , ontos:DataSource ; |
48 | | - rdfs:label "Workbench Auth" ; |
| 49 | + a lds:SecuredSPARQLEndPointService, void:Dataset , gkg:SPARQLEndpoint , gkg:DataSource ; |
| 50 | + rdfs:label "Workbench Authenticated Endpoint" ; |
49 | 51 | lds:password "***REMOVED***"^^xsd:string ; |
50 | | - lds:serviceUrl <http://***ENDPOINT***:8890/sparql-auth> ; |
| 52 | + void:sparqlEndpoint <http://***REMOVED***:8890/sparql-auth> ; |
| 53 | + lds:serviceUrl <http://***REMOVED***:8890/sparql-auth> ; |
51 | 54 | lds:user "***REMOVED***"^^xsd:string . |
52 | 55 |
|
53 | 56 | :VirtuosoEndpoint |
54 | | - a lds:SecuredSPARQLEndPointService, void:Dataset , ontos:SPARQLEndpoint , ontos:DataSource ; |
55 | | - rdfs:label "Workbench Pub" ; |
56 | | - lds:serviceUrl <http://***ENDPOINT***:8890/sparql> . |
| 57 | + a lds:SPARQLEndPointService, void:Dataset , gkg:SPARQLEndpoint , gkg:DataSource ; |
| 58 | + rdfs:label "Workbench public Endpoint" ; |
| 59 | + lds:serviceUrl <http://***REMOVED***:8890/sparql> ; |
| 60 | + void:sparqlEndpoint <http://***REMOVED***:8890/sparql> . |
57 | 61 |
|
58 | 62 |
|
59 | 63 | # ####################################################################################### |
|
75 | 79 | . |
76 | 80 |
|
77 | 81 | :defaultNamedGraph |
78 | | -<<<<<<< HEAD |
79 | | - sd:name <http://***REMOVED***/DAV>; |
80 | | -======= |
81 | | - sd:name <http://***ENDPOINT***:8890/DAV>; |
82 | | ->>>>>>> master |
| 82 | + sd:name <http://***REMOVED***:8890/DAV>; |
83 | 83 | sd:graph [ |
84 | 84 | a sd:Graph, void:Dataset; |
85 | 85 | rdfs:label "default"^^xsd:string; |
|
96 | 96 | dcterms:description "GeoKnow Generator settings and configurations"^^xsd:string; |
97 | 97 | dcterms:modified "2013-09-12"^^xsd:date; |
98 | 98 | dcterms:created "2013-09-12"^^xsd:date; |
99 | | -<<<<<<< HEAD |
100 | | - void:sparqlEndpoint <http://***REMOVED***/sparql> ] |
101 | | -======= |
102 | | - void:sparqlEndpoint <http://***ENDPOINT***:8890/sparql> ] |
103 | | ->>>>>>> master |
| 99 | + void:sparqlEndpoint <http://***REMOVED***:8890/sparql> ] |
104 | 100 | . |
105 | 101 |
|
106 | 102 | :initialSettingsNamedGraph |
|
112 | 108 | dcterms:description "Initial configuration of components in the framework"^^xsd:string; |
113 | 109 | dcterms:modified "2013-09-12"^^xsd:date; |
114 | 110 | dcterms:created "2013-09-12"^^xsd:date; |
115 | | -<<<<<<< HEAD |
116 | | - void:sparqlEndpoint <http://***REMOVED***/sparql> ] |
117 | | -======= |
118 | | - void:sparqlEndpoint <http://***ENDPOINT***:8890/sparql> ] |
119 | | ->>>>>>> master |
| 111 | + void:sparqlEndpoint <http://***REMOVED***:8890/sparql> ] |
120 | 112 | . |
121 | 113 |
|
122 | 114 | :accountsNamedGraph |
|
128 | 120 | dcterms:description "A graph to store the users accounts"^^xsd:string; |
129 | 121 | dcterms:modified "2014-04-12"^^xsd:date; |
130 | 122 | dcterms:created "2014-04-12"^^xsd:date; |
131 | | -<<<<<<< HEAD |
132 | | - void:sparqlEndpoint <http://***REMOVED***/sparql> ] |
133 | | -======= |
134 | | - void:sparqlEndpoint <http://***ENDPOINT***:8890/sparql> ] |
135 | | ->>>>>>> master |
| 123 | + void:sparqlEndpoint <http://***REMOVED***:8890/sparql> ] |
136 | 124 | . |
137 | 125 |
|
138 | 126 | :groupsNamedGraph |
|
144 | 132 | dcterms:description "A graph for groups of graphs"^^xsd:string; |
145 | 133 | dcterms:modified "2014-04-12"^^xsd:date; |
146 | 134 | dcterms:created "2014-04-12"^^xsd:date; |
147 | | -<<<<<<< HEAD |
148 | | - void:sparqlEndpoint <http://***REMOVED***/sparql> ] |
149 | | -======= |
150 | | - void:sparqlEndpoint <http://***ENDPOINT***:8890/sparql> ] |
151 | | ->>>>>>> master |
| 135 | + void:sparqlEndpoint <http://***REMOVED***:8890/sparql> ] |
152 | 136 | . |
153 | 137 |
|
154 | 138 | :admin |
155 | | - a ontos:Account; |
156 | | - foaf:accountName "***REMOVED***"^^xsd:string; |
157 | | - lds:password "***REMOVED***"^^xsd:string; |
| 139 | + a gkg:Account; |
| 140 | + foaf:accountName "admin"^^xsd:string; |
| 141 | + lds:password "admin"^^xsd:string; |
158 | 142 | foaf:mbox <mailto:***REMOVED***>; |
159 | | - ontos:Role ontos:Administrator. |
| 143 | + gkg:Role gkg:Administrator. |
| 144 | + |
| 145 | + |
0 commit comments