Skip to content
This repository has been archived by the owner on Apr 22, 2022. It is now read-only.

Commit

Permalink
fixed some config
Browse files Browse the repository at this point in the history
  • Loading branch information
alegrm committed Jan 6, 2015
1 parent 5afeedd commit 8c6215c
Showing 1 changed file with 46 additions and 37 deletions.
83 changes: 46 additions & 37 deletions src/main/resources/framework-configuration-template.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -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 #############################################################
Expand All @@ -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 ;
Expand All @@ -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> .


# #######################################################################################
Expand All @@ -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;
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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 [
Expand All @@ -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 [
Expand All @@ -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
.


0 comments on commit 8c6215c

Please sign in to comment.