|
1 | | -@prefix : <http://ldiw.ontos.com/acc/resource/> . |
| 1 | +@prefix : <http://ldiw.ontos.com/resource/> . |
2 | 2 | @prefix d2rq: <http://www.wiwiss.fu-berlin.de/suhl/bizer/D2RQ/0.1#> . |
3 | 3 | @prefix dcmit: <http://purl.org/dc/dcmitype/> . |
4 | 4 | @prefix dcterms: <http://purl.org/dc/terms/> . |
|
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://ldiw.ontos.com/acc/ontology/> . |
| 14 | +@prefix gkg: <http://ldiw.ontos.com/ontology/> . |
15 | 15 | @prefix acl: <http://www.w3.org/ns/auth/acl#> . |
16 | 16 |
|
17 | 17 | ########### ABOUT THIS FILE ############################################################# |
|
53 | 53 | lds:integrates :Facete, :Limes, :Sparqlify, :TripleGeo, :GeoLift, :OntoWiki, :Mappify ; |
54 | 54 | foaf:homepage <http://localhost:8080/generator> . |
55 | 55 |
|
| 56 | +:Virtuoso |
| 57 | + a lds:StackComponent ; |
| 58 | + rdfs:label "Service URL"^^xsd:string ; |
| 59 | + dcterms:hasVersion "7.0"^^xsd:string ; |
| 60 | + lds:providesService :VirtuosoConductor, :VirtuosoAuthSPARQLEndpoint, :VirtuosoEndpoint; |
| 61 | + foaf:homepage <http://virtuoso.openlinksw.com/> . |
| 62 | + |
| 63 | +:VirtuosoConductor |
| 64 | + a lds:StorageService ; |
| 65 | + lds:serviceUrl <http://localhost:8890/conductor> . |
| 66 | + |
| 67 | +:VirtuosoAuthSPARQLEndpoint |
| 68 | + a lds:SecuredSPARQLEndPointService ; |
| 69 | + lds:serviceUrl <http://localhost:8890/sparql-auth> . |
| 70 | + |
| 71 | +:VirtuosoEndpoint |
| 72 | + a lds:SPARQLEndPointService ; |
| 73 | + lds:serviceUrl <http://localhost:8890/sparql> . |
| 74 | + |
| 75 | +:Sparqlify |
| 76 | + a lds:StackComponent ; |
| 77 | + rdfs:label "Sparqlify"^^xsd:string ; |
| 78 | + lds:providesService :SparqlifyService ; |
| 79 | + lds:version "0.1-SNAPSHOT"^^xsd:string ; |
| 80 | + foaf:homepage <http://aksw.org/Projects/Sparqlify.html> . |
| 81 | + |
| 82 | +:SparqlifyService |
| 83 | + a lds:ExplorationService ; |
| 84 | + lds:serviceUrl <http://localhost:8080/sparqlify/> . |
| 85 | + |
| 86 | +:Facete |
| 87 | + a lds:StackComponent ; |
| 88 | + rdfs:label "Facete"^^xsd:string ; |
| 89 | + lds:providesService :FaceteService ; |
| 90 | + lds:version "0.1-SNAPSHOT"^^xsd:string ; |
| 91 | + foaf:homepage <http://aksw.org/Projects/Facete.html> . |
| 92 | +:FaceteService |
| 93 | + a lds:ExplorationService ; |
| 94 | + lds:serviceUrl <http://cstadler.aksw.org/facete2/> . |
| 95 | + |
| 96 | +:Limes |
| 97 | + a lds:StackComponent ; |
| 98 | + rdfs:label "Limes Linking Service"^^xsd:string ; |
| 99 | + lds:providesService :LimesService; |
| 100 | + lds:version "0.6.4"^^xsd:string ; |
| 101 | + foaf:homepage <http://aksw.org/Projects/LIMES.html> . |
| 102 | +:LimesService |
| 103 | + a lds:InterlinkingService ; |
| 104 | + lds:serviceUrl <http://localhost:8080/Limes-Service> . |
| 105 | + |
| 106 | +:TripleGeo |
| 107 | + a lds:StackComponent ; |
| 108 | + rdfs:label "TripleGeo"^^xsd:string ; |
| 109 | + lds:providesService :TripleGeoService ; |
| 110 | + lds:version "1.0"^^xsd:string ; |
| 111 | + foaf:homepage <https://web.imis.athena-innovation.gr/redmine/projects/geoknow_public/wiki/TripleGeo> . |
| 112 | +:TripleGeoService |
| 113 | + a lds:ExtractionService ; |
| 114 | + lds:serviceUrl <http://localhost:8080/TripleGeo-Service> . |
| 115 | + |
| 116 | +:GeoLift |
| 117 | + a lds:StackComponent ; |
| 118 | + rdfs:label "GeoLift"^^xsd:string ; |
| 119 | + lds:providesService :GeoLiftService ; |
| 120 | + lds:version "0.6.4"^^xsd:string ; |
| 121 | + foaf:homepage <https://github.com/AKSW/GeoLift> . |
| 122 | +:GeoLiftService |
| 123 | + a lds:EnrichmentService ; |
| 124 | + lds:serviceUrl <http://localhost:8080/GeoLift-Service> . |
| 125 | + |
| 126 | +:OntoWiki |
| 127 | + a lds:StackComponent ; |
| 128 | + rdfs:label "OntoWiki"^^xsd:string ; |
| 129 | + lds:providesService :OntoWikiService ; |
| 130 | + lds:version "0.9.10-1"^^xsd:string ; |
| 131 | + foaf:homepage <http://aksw.org/Projects/OntoWiki.html> . |
| 132 | +:OntoWikiService |
| 133 | + a lds:AuthoringService ; |
| 134 | + lds:serviceUrl <http://localhost/ontowiki> . |
| 135 | + |
| 136 | +:Mappify |
| 137 | + a lds:StackComponent ; |
| 138 | + rdfs:label "Mappify"^^xsd:string ; |
| 139 | + lds:providesService :MappifyService ; |
| 140 | + lds:version "0.9.10-1"^^xsd:string ; |
| 141 | + foaf:homepage <https://github.com/GeoKnow/Mappify> . |
| 142 | +:MappifyService |
| 143 | + a lds:ExplorationService ; |
| 144 | + lds:serviceUrl <http://cstadler.aksw.org/mappify2/> . |
| 145 | + |
56 | 146 | :D2RQ |
57 | 147 | a lds:StackComponent ; |
58 | 148 | rdfs:label "D2RQ"^^xsd:string ; |
|
70 | 160 | lds:version "0.1-SNAPSHOT"^^xsd:string . |
71 | 161 | :MiniDixService |
72 | 162 | a lds:AuthoringService ; |
73 | | - dcterms:description "Provides thesaurus edit functionality"^^xsd:string ; |
| 163 | + dcterms:description "Provides ontology edit functionality"^^xsd:string ; |
74 | 164 | lds:serviceUrl <http://localhost:8080/minidix-web> . |
75 | 165 |
|
76 | | -:Solr |
77 | | - a lds:StackComponent ; |
78 | | - rdfs:label "Solr"^^xsd:string ; |
79 | | - lds:providesService :SearchService ; |
80 | | - lds:version "4.8.1"^^xsd:string . |
81 | | -:SearchService |
82 | | - a lds:ExplorationService ; |
83 | | - dcterms:description "Provides Solr Search."^^xsd:string ; |
84 | | - lds:serviceUrl <http://localhost:8080/solr-search-ui> . |
85 | | - |
86 | | -:DocumentComponent |
87 | | - a lds:StackComponent ; |
88 | | - rdfs:label "Documents Manager"^^xsd:string ; |
89 | | - lds:providesService :DocumentUploadService ; |
90 | | - lds:providesService :DocumentService ; |
91 | | - lds:providesService :ReindexService ; |
92 | | - lds:version "0.1-SNAPSHOT"^^xsd:string . |
93 | | -:DocumentUploadService |
94 | | - a lds:ExtractionService ; |
95 | | - dcterms:description "Provides document upload functionality"^^xsd:string ; |
96 | | - lds:serviceUrl <http://localhost:8080/SolrUploadProxy/proxy/upload/files> . |
97 | | -:DocumentService |
98 | | - a lds:AuthoringService ; |
99 | | - dcterms:description "Provides documents view/edit functionality."^^xsd:string ; |
100 | | - lds:serviceUrl <http://localhost:8080/SolrUploadProxy/proxy> . |
101 | | -:ReindexService |
102 | | - a lds:ExtractionService ; |
103 | | - dcterms:description "Reindex all documents with current thesaurus."^^xsd:string ; |
104 | | - lds:serviceUrl <http://localhost:8080/SolrUploadProxy/proxy/update/reindexWithNewThesaurus> . |
105 | | - |
106 | 166 | :UserManager |
107 | 167 | a lds:StackComponent ; |
108 | 168 | rdfs:label "Users Manager"^^xsd:string ; |
|
0 commit comments