|
11 | 11 | @prefix void: <http://rdfs.org/ns/void#> .
|
12 | 12 | @prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
|
13 | 13 | @prefix foaf: <http://xmlns.com/foaf/0.1/> .
|
14 |
| -@prefix gkg: <http://generator.geoknow.eu/ontology/> . |
| 14 | +@prefix gkg: <http://ldiw.ontos.com/ontology/> . |
15 | 15 |
|
16 | 16 |
|
17 | 17 | ########### ABOUT THIS FILE #############################################################
|
|
24 | 24 | :GeoKnowGenerator
|
25 | 25 | a lds:StackComponent ;
|
26 | 26 | rdfs:comment "This resource contains all the configuration required by the application"^^xsd:string ;
|
27 |
| - rdfs:label "GeoKnowGeneator"^^xsd:string ; |
| 27 | + rdfs:label "LDWorkbench"^^xsd:string ; # DO NOT CHANGE THIS LABEL |
28 | 28 | dcterms:hasVersion "2.0"^^xsd:string ;
|
| 29 | + lds:integrates :Virtuoso, :Facete, :Limes, :Sparqlify, :TripleGeo, :GeoLift, :OntoWiki, :Mappify, :FagiGis ; |
29 | 30 | gkg:publicEndpoint :VirtuosoEndpoint ;
|
30 | 31 | gkg:authEndpoint :VirtuosoAuthSPARQLEndpoint ;
|
31 |
| - lds:integrates :Virtuoso ; |
32 |
| - foaf:homepage <http://localhost:8080/generator> . # require IP for external access |
| 32 | + foaf:homepage <http://localhost:8080/generator/> . |
33 | 33 |
|
34 | 34 | :Virtuoso
|
35 | 35 | a lds:StackComponent ;
|
|
40 | 40 |
|
41 | 41 | :VirtuosoConductor
|
42 | 42 | a lds:StorageService ;
|
43 |
| - lds:password "***REMOVED***"^^xsd:string ; |
44 |
| - lds:serviceUrl <http://***REMOVED***:8890/conductor> ; |
45 |
| - lds:connectionString "jdbc:virtuoso://***REMOVED***:1111/"^^xsd:string; |
46 |
| - lds:user "***REMOVED***"^^xsd:string . |
| 43 | + lds:password "dba"^^xsd:string ; |
| 44 | + lds:serviceUrl <http://localhost:8890/conductor> ; |
| 45 | + lds:connectionString "jdbc:virtuoso://localhost:1111/"^^xsd:string; |
| 46 | + lds:user "dba"^^xsd:string . |
47 | 47 |
|
48 | 48 | :VirtuosoAuthSPARQLEndpoint
|
49 | 49 | a lds:SecuredSPARQLEndPointService, void:Dataset , gkg:SPARQLEndpoint , gkg:DataSource ;
|
50 | 50 | rdfs:label "Workbench Authenticated Endpoint" ;
|
51 |
| - lds:password "***REMOVED***"^^xsd:string ; |
52 |
| - void:sparqlEndpoint <http://***REMOVED***:8890/sparql-auth> ; |
53 |
| - lds:serviceUrl <http://***REMOVED***:8890/sparql-auth> ; |
54 |
| - lds:user "***REMOVED***"^^xsd:string . |
| 51 | + lds:password "generator"^^xsd:string ; |
| 52 | + lds:serviceUrl <http://localhost:8890/sparql-auth> ; |
| 53 | + void:sparqlEndpoint <http://localhost:8890/sparql-auth> ; |
| 54 | + lds:user "generator"^^xsd:string . |
55 | 55 |
|
56 | 56 | :VirtuosoEndpoint
|
57 | 57 | a lds:SPARQLEndPointService, void:Dataset , gkg:SPARQLEndpoint , gkg:DataSource ;
|
58 | 58 | rdfs:label "Workbench public Endpoint" ;
|
59 |
| - lds:serviceUrl <http://***REMOVED***:8890/sparql> ; |
60 |
| - void:sparqlEndpoint <http://***REMOVED***:8890/sparql> . |
| 59 | + lds:serviceUrl <http://localhost:8890/sparql> ; |
| 60 | + void:sparqlEndpoint <http://localhost:8890/sparql> . |
61 | 61 |
|
62 | 62 |
|
63 | 63 | # #######################################################################################
|
|
75 | 75 | rdfs:label "Default dataset";
|
76 | 76 | dcterms:description "This is the endpoint default dataset"^^xsd:string;
|
77 | 77 | sd:defaultGraph :defaultNamedGraph;
|
78 |
| - sd:namedGraph :settingsNamedGraph, :initialSettingsNamedGraph, :accountsNamedGraph, :groupsNamedGraph, :jobsNamedGraph, :sessionsNamedGraph |
| 78 | + sd:namedGraph :settingsNamedGraph, :initialSettingsNamedGraph, :accountsNamedGraph, :groupsNamedGraph, :jobsGraph, :sessionsGraph |
79 | 79 | .
|
80 | 80 |
|
81 | 81 | :defaultNamedGraph
|
82 |
| - sd:name <http://***REMOVED***:8890/DAV>; |
| 82 | + sd:name <http://localhost: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 |
| - void:sparqlEndpoint <http://***REMOVED***:8890/sparql> ] |
| 99 | + void:sparqlEndpoint <http://localhost:8890/sparql> ] |
100 | 100 | .
|
101 | 101 |
|
102 | 102 | :initialSettingsNamedGraph
|
|
108 | 108 | dcterms:description "Initial configuration of components in the framework"^^xsd:string;
|
109 | 109 | dcterms:modified "2013-09-12"^^xsd:date;
|
110 | 110 | dcterms:created "2013-09-12"^^xsd:date;
|
111 |
| - void:sparqlEndpoint <http://***REMOVED***:8890/sparql> ] |
| 111 | + void:sparqlEndpoint <http://localhost:8890/sparql> ] |
112 | 112 | .
|
113 | 113 |
|
114 | 114 | :accountsNamedGraph
|
|
120 | 120 | dcterms:description "A graph to store the users accounts"^^xsd:string;
|
121 | 121 | dcterms:modified "2014-04-12"^^xsd:date;
|
122 | 122 | dcterms:created "2014-04-12"^^xsd:date;
|
123 |
| - void:sparqlEndpoint <http://***REMOVED***:8890/sparql> ] |
| 123 | + void:sparqlEndpoint <http://localhost:8890/sparql> ] |
124 | 124 | .
|
125 | 125 |
|
126 |
| -:groupsNamedGraph |
127 |
| - a sd:NamedGraph ; |
128 |
| - sd:name :groupsGraph; |
129 |
| - sd:graph [ |
130 |
| - a sd:Graph, void:Dataset; |
131 |
| - rdfs:label "groups"^^xsd:string; |
132 |
| - dcterms:description "A graph for groups of graphs"^^xsd:string; |
133 |
| - dcterms:modified "2014-04-12"^^xsd:date; |
134 |
| - dcterms:created "2014-04-12"^^xsd:date; |
135 |
| - void:sparqlEndpoint <http://***REMOVED***:8890/sparql> ] |
136 |
| - . |
137 |
| - |
138 |
| -:jobsNamedGraph |
| 126 | +:jobsGraph |
139 | 127 | a sd:NamedGraph ;
|
140 | 128 | sd:name :jobsGraph;
|
141 | 129 | sd:graph [
|
|
144 | 132 | dcterms:description "Graph to store batch jobs owners"^^xsd:string;
|
145 | 133 | dcterms:modified "2014-10-12"^^xsd:date;
|
146 | 134 | dcterms:created "2014-10-12"^^xsd:date;
|
147 |
| - void:sparqlEndpoint <http://***REMOVED***:8890/sparql> ] |
| 135 | + void:sparqlEndpoint <http://localhost:8890/sparql> ] |
148 | 136 | .
|
149 | 137 |
|
150 |
| -:sessionsNamedGraph |
| 138 | +:sessionsGraph |
151 | 139 | a sd:NamedGraph ;
|
152 | 140 | sd:name :sessionsGraph;
|
153 | 141 | sd:graph [
|
|
156 | 144 | dcterms:description "Graph to store authorised sessions"^^xsd:string;
|
157 | 145 | dcterms:modified "2014-11-12"^^xsd:date;
|
158 | 146 | dcterms:created "2014-11-12"^^xsd:date;
|
159 |
| - void:sparqlEndpoint <http://***REMOVED***:8890/sparql> ] |
| 147 | + void:sparqlEndpoint <http://localhost:8890/sparql> ] |
| 148 | + . |
| 149 | + |
| 150 | +:groupsNamedGraph |
| 151 | + a sd:NamedGraph ; |
| 152 | + sd:name :groupsGraph; |
| 153 | + sd:graph [ |
| 154 | + a sd:Graph, void:Dataset; |
| 155 | + rdfs:label "groups"^^xsd:string; |
| 156 | + dcterms:description "A graph for groups of graphs"^^xsd:string; |
| 157 | + dcterms:modified "2014-04-12"^^xsd:date; |
| 158 | + dcterms:created "2014-04-12"^^xsd:date; |
| 159 | + void:sparqlEndpoint <http://localhost:8890/sparql> ] |
| 160 | + . |
| 161 | + |
| 162 | +:test |
| 163 | + a gkg:Account; |
| 164 | + foaf:accountName "test"^^xsd:string; |
| 165 | + lds:password "test"^^xsd:string; |
| 166 | + foaf:mbox <mailto:[email protected]>; |
| 167 | + gkg:Role gkg:Administrator |
160 | 168 | .
|
161 | 169 |
|
162 | 170 | :admin
|
163 | 171 | a gkg:Account;
|
164 | 172 | foaf:accountName "admin"^^xsd:string;
|
165 | 173 | lds:password "admin"^^xsd:string;
|
166 |
| - foaf:mbox <mailto:***REMOVED***>; |
167 |
| - gkg:Role gkg:Administrator. |
| 174 | + foaf:mbox <mailto:[email protected]>; |
| 175 | + gkg:Role gkg:Administrator |
| 176 | + . |
168 | 177 |
|
169 | 178 |
|
0 commit comments