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

Commit 93b6b66

Browse files
committed
update removed
1 parent 3225530 commit 93b6b66

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/main/resources/framework-configuration-template.ttl

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
.
7676

7777
:defaultNamedGraph
78-
sd:name <http://10.0.0.63:8890/DAV>;
78+
sd:name <http://***REMOVED***/DAV>;
7979
sd:graph [
8080
a sd:Graph, void:Dataset;
8181
rdfs:label "default"^^xsd:string;
@@ -92,7 +92,7 @@
9292
dcterms:description "GeoKnow Generator settings and configurations"^^xsd:string;
9393
dcterms:modified "2013-09-12"^^xsd:date;
9494
dcterms:created "2013-09-12"^^xsd:date;
95-
void:sparqlEndpoint <http://10.0.0.63:8890/sparql> ]
95+
void:sparqlEndpoint <http://***REMOVED***/sparql> ]
9696
.
9797

9898
:initialSettingsNamedGraph
@@ -104,7 +104,7 @@
104104
dcterms:description "Initial configuration of components in the framework"^^xsd:string;
105105
dcterms:modified "2013-09-12"^^xsd:date;
106106
dcterms:created "2013-09-12"^^xsd:date;
107-
void:sparqlEndpoint <http://10.0.0.63:8890/sparql> ]
107+
void:sparqlEndpoint <http://***REMOVED***/sparql> ]
108108
.
109109

110110
:accountsNamedGraph
@@ -116,7 +116,7 @@
116116
dcterms:description "A graph to store the users accounts"^^xsd:string;
117117
dcterms:modified "2014-04-12"^^xsd:date;
118118
dcterms:created "2014-04-12"^^xsd:date;
119-
void:sparqlEndpoint <http://10.0.0.63:8890/sparql> ]
119+
void:sparqlEndpoint <http://***REMOVED***/sparql> ]
120120
.
121121

122122
:groupsNamedGraph
@@ -128,7 +128,7 @@
128128
dcterms:description "A graph for groups of graphs"^^xsd:string;
129129
dcterms:modified "2014-04-12"^^xsd:date;
130130
dcterms:created "2014-04-12"^^xsd:date;
131-
void:sparqlEndpoint <http://10.0.0.63:8890/sparql> ]
131+
void:sparqlEndpoint <http://***REMOVED***/sparql> ]
132132
.
133133

134134
:admin

0 commit comments

Comments
 (0)