|
30 | 30 | a lds:StorageService ; |
31 | 31 | rdfs:label "Virtuoso Conductor" ; |
32 | 32 | lds:password "dba"^^xsd:string ; |
33 | | - lds:serviceUrl <http://***REMOVED***:8890/conductor> ; |
34 | | - lds:connectionString "jdbc:virtuoso://***REMOVED***:1111/"^^xsd:string; |
| 33 | + lds:serviceUrl <http://localhost:8890/conductor> ; |
| 34 | + lds:connectionString "jdbc:virtuoso://localhost:1111/"^^xsd:string; |
35 | 35 | lds:user "dba"^^xsd:string . |
36 | 36 |
|
37 | 37 | # ####################################################################################### |
|
40 | 40 |
|
41 | 41 | :VirtuosoAuthSPARQLEndpoint |
42 | 42 | a lds:SecuredSPARQLEndPointService; |
43 | | - rdfs:label "Virtuoso Authentication SPARQLEndpoint" ; |
| 43 | + rdfs:label "Virtuoso Auth-SPARQLEndpoint" ; |
44 | 44 | lds:password "generator"^^xsd:string ; |
45 | | - lds:serviceUrl <http://***REMOVED***:8890/sparql-auth> ; |
46 | | - void:sparqlEndpoint <http://***REMOVED***:8890/sparql-auth> ; |
| 45 | + lds:serviceUrl <http://localhost:8890/sparql-auth> ; |
| 46 | + void:sparqlEndpoint <http://localhost:8890/sparql-auth> ; |
47 | 47 | lds:user "generator"^^xsd:string . |
48 | 48 |
|
49 | 49 | :VirtuosoEndpoint |
50 | 50 | a lds:SPARQLEndPointService; |
51 | 51 | rdfs:label "Virtuoso Public Endpoint" ; |
52 | | - void:sparqlEndpoint <http://***REMOVED***:8890/sparql-auth> ; |
53 | | - lds:serviceUrl <http://***REMOVED***:8890/sparql> . |
| 52 | + void:sparqlEndpoint <http://localhost:8890/sparql-auth> ; |
| 53 | + lds:serviceUrl <http://localhost:8890/sparql> . |
| 54 | + |
54 | 55 | :SpringBatch |
55 | | - a lds:StackComponent ; |
56 | | - rdfs:label "Spring Batch Admin"^^xsd:string ; |
57 | | - lds:providesService :SpringBatchService ; |
58 | | - lds:version "1.0"^^xsd:string . |
| 56 | + a lds:StackComponent ; |
| 57 | + rdfs:label "Spring Batch Admin"^^xsd:string ; |
| 58 | + lds:providesService :SpringBatchService ; |
| 59 | + foaf:homepage <http://localhost:8080/spring-batch-admin-geoknow/> ; |
| 60 | + dcterms:hasVersion "1.0"^^xsd:string . |
59 | 61 |
|
60 | 62 | :SpringBatchService |
61 | 63 | a lds:WorkflowService ; |
62 | | - dcterms:description "Provides functionality to create scheduled jobs and workflows."^^xsd:string ; |
| 64 | + rdfs:label "SpringBatch" ; |
| 65 | + dcterms:description "Provides functionality to create scheduled jobs and workflows."^^xsd:string ; |
63 | 66 | lds:serviceUrl <http://localhost:8080/spring-batch-admin-geoknow/> ; |
64 | | - ontos:springBatchAdminJobsDir "/Users/alejandragarciarojas/Services/tomcat/webapps/spring-batch-admin-geoknow/WEB-INF/classes/META-INF/batch-jobs/"^^xsd:string . |
| 67 | + ontos:springBatchAdminJobsDir "/var/generator/jobs/"^^xsd:string . |
| 68 | + |
| 69 | +:RdfImport |
| 70 | + a lds:StackComponent ; |
| 71 | + rdfs:label "Rdf Import"^^xsd:string ; |
| 72 | + lds:providesService :RdfImportService ; |
| 73 | + foaf:homepage <http://localhost:8080/generator/rest/import-rdf> ; |
| 74 | + dcterms:hasVersion "1.0"^^xsd:string . |
| 75 | + |
| 76 | +:RdfImportService |
| 77 | + a lds:ExtractionService ; |
| 78 | + rdfs:label "RDF Import" ; |
| 79 | + lds:serviceUrl <http://localhost:8080/generator/rest/import-rdf/> . |
65 | 80 |
|
66 | 81 | :Sparqlify |
67 | 82 | a lds:StackComponent ; |
|
71 | 86 | foaf:homepage <http://aksw.org/Projects/Sparqlify.html> . |
72 | 87 |
|
73 | 88 | :SparqlifyService |
74 | | - a lds:ExplorationService ; |
| 89 | + a lds:ExtractionService ; |
| 90 | + rdfs:label "Sparqlify" ; |
75 | 91 | lds:serviceUrl <http://localhost:8080/sparqlify/> . |
76 | 92 |
|
77 | 93 | :Facete |
|
82 | 98 | foaf:homepage <http://aksw.org/Projects/Facete.html> . |
83 | 99 | :FaceteService |
84 | 100 | a lds:ExplorationService ; |
| 101 | + rdfs:label "Facete" ; |
85 | 102 | lds:serviceUrl <http://cstadler.aksw.org/facete2/> . |
86 | 103 |
|
87 | 104 | :Limes |
88 | 105 | a lds:StackComponent ; |
89 | | - rdfs:label "Limes Linking Service"^^xsd:string ; |
| 106 | + rdfs:label "Limes Linking"^^xsd:string ; |
90 | 107 | lds:providesService :LimesService; |
91 | 108 | dcterms:hasVersion "0.6.4"^^xsd:string ; |
92 | 109 | foaf:homepage <http://aksw.org/Projects/LIMES.html> . |
93 | 110 | :LimesService |
94 | 111 | a lds:InterlinkingService ; |
| 112 | + rdfs:label "Limes" ; |
95 | 113 | lds:serviceUrl <http://localhost:8080/limes-service> . |
96 | 114 |
|
97 | 115 | :TripleGeo |
|
102 | 120 | foaf:homepage <https://web.imis.athena-innovation.gr/redmine/projects/geoknow_public/wiki/TripleGeo> . |
103 | 121 | :TripleGeoService |
104 | 122 | a lds:ExtractionService ; |
| 123 | + rdfs:label "Triple-Geo" ; |
105 | 124 | lds:serviceUrl <http://localhost:8080/TripleGeo-Service> . |
106 | 125 |
|
107 | 126 | :DEER |
|
112 | 131 | foaf:homepage <https://github.com/AKSW/DEER> . |
113 | 132 | :DEERService |
114 | 133 | a lds:EnrichmentService ; |
| 134 | + rdfs:label "Deer" ; |
115 | 135 | lds:serviceUrl <http://localhost:8080/deer-Service> . |
116 | 136 |
|
117 | 137 | :OntoWiki |
|
122 | 142 | foaf:homepage <http://aksw.org/Projects/OntoWiki.html> . |
123 | 143 | :OntoWikiService |
124 | 144 | a lds:AuthoringService ; |
| 145 | + rdfs:label "OntoWiki" ; |
125 | 146 | lds:serviceUrl <http://localhost/ontowiki> . |
126 | 147 |
|
127 | 148 | :Mappify |
|
132 | 153 | foaf:homepage <https://github.com/GeoKnow/Mappify> . |
133 | 154 | :MappifyService |
134 | 155 | a lds:ExplorationService ; |
| 156 | + rdfs:label "Mappify" ; |
135 | 157 | lds:serviceUrl <http://cstadler.aksw.org/mappify2/> . |
136 | | - |
| 158 | + |
| 159 | +:FagiGis |
| 160 | + a lds:StackComponent ; |
| 161 | + rdfs:label "FAGI-gis"^^xsd:string ; |
| 162 | + lds:providesService :FagiGisService ; |
| 163 | + dcterms:hasVersion "1.1+rev0"^^xsd:string ; |
| 164 | + foaf:homepage <https://github.com/GeoKnow/FAGI-gis> . |
| 165 | + |
| 166 | +:FagiGisService |
| 167 | + a lds:InterlinkingService ; |
| 168 | + rdfs:label "Fagi-gis" ; |
| 169 | + lds:serviceUrl <http://localhost:8080/FAGI-WebInterface/> . |
| 170 | + |
137 | 171 | :Coevolution |
138 | 172 | a lds:StackComponent ; |
139 | 173 | rdfs:label "Public-Private Data Coevolution"^^xsd:string ; |
140 | 174 | lds:providesService :CoevolutionService ; |
141 | 175 | dcterms:hasVersion "1.0.0"^^xsd:string ; |
142 | | - foaf:homepage <http://geoknow-generator.aws.semweb.unister.de:8080/coevolution-service/> . |
| 176 | + foaf:homepage <http://localhost:8080/coevolution-service/> . |
143 | 177 |
|
144 | 178 | :CoevolutionService |
145 | 179 | a lds:PublicationService ; |
146 | | - lds:serviceUrl <http://geoknow-generator.aws.semweb.unister.de:8080/coevolution-service/> . |
| 180 | + rdfs:label "Public-Private Data Coevolution"^^xsd:string ; |
| 181 | + lds:serviceUrl <http://localhost:8080/coevolution-service/> . |
147 | 182 |
|
0 commit comments