This repository has been archived by the owner on Apr 22, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
46 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ | |
@prefix void: <http://rdfs.org/ns/void#> . | ||
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | ||
@prefix foaf: <http://xmlns.com/foaf/0.1/> . | ||
@prefix gkg: <http://generator.geoknow.eu/ontology/> . | ||
@prefix gkg: <http://ldiw.ontos.com/ontology/> . | ||
|
||
|
||
########### ABOUT THIS FILE ############################################################# | ||
|
@@ -24,12 +24,12 @@ | |
:GeoKnowGenerator | ||
a lds:StackComponent ; | ||
rdfs:comment "This resource contains all the configuration required by the application"^^xsd:string ; | ||
rdfs:label "GeoKnowGeneator"^^xsd:string ; | ||
rdfs:label "LDWorkbench"^^xsd:string ; # DO NOT CHANGE THIS LABEL | ||
dcterms:hasVersion "2.0"^^xsd:string ; | ||
lds:integrates :Virtuoso, :Facete, :Limes, :Sparqlify, :TripleGeo, :GeoLift, :OntoWiki, :Mappify, :FagiGis ; | ||
gkg:publicEndpoint :VirtuosoEndpoint ; | ||
gkg:authEndpoint :VirtuosoAuthSPARQLEndpoint ; | ||
lds:integrates :Virtuoso ; | ||
foaf:homepage <http://localhost:8080/generator> . # require IP for external access | ||
foaf:homepage <http://localhost:8080/generator/> . | ||
|
||
:Virtuoso | ||
a lds:StackComponent ; | ||
|
@@ -40,24 +40,24 @@ | |
|
||
:VirtuosoConductor | ||
a lds:StorageService ; | ||
lds:password "***REMOVED***"^^xsd:string ; | ||
lds:serviceUrl <http://***REMOVED***:8890/conductor> ; | ||
lds:connectionString "jdbc:virtuoso://***REMOVED***:1111/"^^xsd:string; | ||
lds:user "***REMOVED***"^^xsd:string . | ||
lds:password "dba"^^xsd:string ; | ||
lds:serviceUrl <http://localhost:8890/conductor> ; | ||
lds:connectionString "jdbc:virtuoso://localhost:1111/"^^xsd:string; | ||
lds:user "dba"^^xsd:string . | ||
|
||
:VirtuosoAuthSPARQLEndpoint | ||
a lds:SecuredSPARQLEndPointService, void:Dataset , gkg:SPARQLEndpoint , gkg:DataSource ; | ||
rdfs:label "Workbench Authenticated Endpoint" ; | ||
lds:password "***REMOVED***"^^xsd:string ; | ||
void:sparqlEndpoint <http://***REMOVED***:8890/sparql-auth> ; | ||
lds:serviceUrl <http://***REMOVED***:8890/sparql-auth> ; | ||
lds:user "***REMOVED***"^^xsd:string . | ||
lds:password "generator"^^xsd:string ; | ||
lds:serviceUrl <http://localhost:8890/sparql-auth> ; | ||
void:sparqlEndpoint <http://localhost:8890/sparql-auth> ; | ||
lds:user "generator"^^xsd:string . | ||
|
||
:VirtuosoEndpoint | ||
a lds:SPARQLEndPointService, void:Dataset , gkg:SPARQLEndpoint , gkg:DataSource ; | ||
rdfs:label "Workbench public Endpoint" ; | ||
lds:serviceUrl <http://***REMOVED***:8890/sparql> ; | ||
void:sparqlEndpoint <http://***REMOVED***:8890/sparql> . | ||
lds:serviceUrl <http://localhost:8890/sparql> ; | ||
void:sparqlEndpoint <http://localhost:8890/sparql> . | ||
|
||
|
||
# ####################################################################################### | ||
|
@@ -75,11 +75,11 @@ | |
rdfs:label "Default dataset"; | ||
dcterms:description "This is the endpoint default dataset"^^xsd:string; | ||
sd:defaultGraph :defaultNamedGraph; | ||
sd:namedGraph :settingsNamedGraph, :initialSettingsNamedGraph, :accountsNamedGraph, :groupsNamedGraph, :jobsNamedGraph, :sessionsNamedGraph | ||
sd:namedGraph :settingsNamedGraph, :initialSettingsNamedGraph, :accountsNamedGraph, :groupsNamedGraph, :jobsGraph, :sessionsGraph | ||
. | ||
|
||
:defaultNamedGraph | ||
sd:name <http://***REMOVED***:8890/DAV>; | ||
sd:name <http://localhost:8890/DAV>; | ||
sd:graph [ | ||
a sd:Graph, void:Dataset; | ||
rdfs:label "default"^^xsd:string; | ||
|
@@ -96,7 +96,7 @@ | |
dcterms:description "GeoKnow Generator settings and configurations"^^xsd:string; | ||
dcterms:modified "2013-09-12"^^xsd:date; | ||
dcterms:created "2013-09-12"^^xsd:date; | ||
void:sparqlEndpoint <http://***REMOVED***:8890/sparql> ] | ||
void:sparqlEndpoint <http://localhost:8890/sparql> ] | ||
. | ||
|
||
:initialSettingsNamedGraph | ||
|
@@ -108,7 +108,7 @@ | |
dcterms:description "Initial configuration of components in the framework"^^xsd:string; | ||
dcterms:modified "2013-09-12"^^xsd:date; | ||
dcterms:created "2013-09-12"^^xsd:date; | ||
void:sparqlEndpoint <http://***REMOVED***:8890/sparql> ] | ||
void:sparqlEndpoint <http://localhost:8890/sparql> ] | ||
. | ||
|
||
:accountsNamedGraph | ||
|
@@ -120,22 +120,10 @@ | |
dcterms:description "A graph to store the users accounts"^^xsd:string; | ||
dcterms:modified "2014-04-12"^^xsd:date; | ||
dcterms:created "2014-04-12"^^xsd:date; | ||
void:sparqlEndpoint <http://***REMOVED***:8890/sparql> ] | ||
void:sparqlEndpoint <http://localhost:8890/sparql> ] | ||
. | ||
|
||
:groupsNamedGraph | ||
a sd:NamedGraph ; | ||
sd:name :groupsGraph; | ||
sd:graph [ | ||
a sd:Graph, void:Dataset; | ||
rdfs:label "groups"^^xsd:string; | ||
dcterms:description "A graph for groups of graphs"^^xsd:string; | ||
dcterms:modified "2014-04-12"^^xsd:date; | ||
dcterms:created "2014-04-12"^^xsd:date; | ||
void:sparqlEndpoint <http://***REMOVED***:8890/sparql> ] | ||
. | ||
|
||
:jobsNamedGraph | ||
:jobsGraph | ||
a sd:NamedGraph ; | ||
sd:name :jobsGraph; | ||
sd:graph [ | ||
|
@@ -144,10 +132,10 @@ | |
dcterms:description "Graph to store batch jobs owners"^^xsd:string; | ||
dcterms:modified "2014-10-12"^^xsd:date; | ||
dcterms:created "2014-10-12"^^xsd:date; | ||
void:sparqlEndpoint <http://***REMOVED***:8890/sparql> ] | ||
void:sparqlEndpoint <http://localhost:8890/sparql> ] | ||
. | ||
|
||
:sessionsNamedGraph | ||
:sessionsGraph | ||
a sd:NamedGraph ; | ||
sd:name :sessionsGraph; | ||
sd:graph [ | ||
|
@@ -156,14 +144,35 @@ | |
dcterms:description "Graph to store authorised sessions"^^xsd:string; | ||
dcterms:modified "2014-11-12"^^xsd:date; | ||
dcterms:created "2014-11-12"^^xsd:date; | ||
void:sparqlEndpoint <http://***REMOVED***:8890/sparql> ] | ||
void:sparqlEndpoint <http://localhost:8890/sparql> ] | ||
. | ||
|
||
:groupsNamedGraph | ||
a sd:NamedGraph ; | ||
sd:name :groupsGraph; | ||
sd:graph [ | ||
a sd:Graph, void:Dataset; | ||
rdfs:label "groups"^^xsd:string; | ||
dcterms:description "A graph for groups of graphs"^^xsd:string; | ||
dcterms:modified "2014-04-12"^^xsd:date; | ||
dcterms:created "2014-04-12"^^xsd:date; | ||
void:sparqlEndpoint <http://localhost:8890/sparql> ] | ||
. | ||
|
||
:test | ||
a gkg:Account; | ||
foaf:accountName "test"^^xsd:string; | ||
lds:password "test"^^xsd:string; | ||
foaf:mbox <mailto:[email protected]>; | ||
gkg:Role gkg:Administrator | ||
. | ||
|
||
:admin | ||
a gkg:Account; | ||
foaf:accountName "admin"^^xsd:string; | ||
lds:password "admin"^^xsd:string; | ||
foaf:mbox <mailto:***REMOVED***>; | ||
gkg:Role gkg:Administrator. | ||
foaf:mbox <mailto:[email protected]>; | ||
gkg:Role gkg:Administrator | ||
. | ||
|
||
|