-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathconfig.json
43 lines (39 loc) · 1.84 KB
/
config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"@context": "https://linkedsoftwaredependencies.org/bundles/npm/@ldf/server/^3.0.0/components/context.jsonld",
"@id": "urn:ldf-server:my",
"import": "preset-qpf:config-defaults.json",
"title": "Národní katalog otevřených dat - Triple Pattern Fragments Server",
"protocol": "http",
"baseURL": "https://data.gov.cz/ldf",
"datasources": [
{
"@id": "https://data.gov.cz/datový-zdroj/HdtNKOD",
"@type": "HdtDatasource",
"datasourceTitle": "NKOD TPF over HDT",
"description": "NKOD",
"datasourcePath": "nkod-ldf",
"hdtFile": "/data/upload/nkod.hdt"
},
{
"@id": "https://data.gov.cz/datový-zdroj/SparqlNKOD",
"@type": "SparqlDatasource",
"datasourceTitle": "NKOD SPARQL",
"description": "NKOD TPF over Virtuoso SPARQL",
"datasourcePath": "nkod-sparql-ldf",
"sparqlEndpoint": "http://127.0.0.1:8890/sparql"
}
],
"prefixes": [
{ "prefix": "rdf", "uri": "http://www.w3.org/1999/02/22-rdf-syntax-ns#" },
{ "prefix": "rdfs", "uri": "http://www.w3.org/2000/01/rdf-schema#" },
{ "prefix": "xsd", "uri": "http://www.w3.org/2001/XMLSchema#" },
{ "prefix": "dc", "uri": "http://purl.org/dc/terms/" },
{ "prefix": "foaf", "uri": "http://xmlns.com/foaf/0.1/" },
{ "prefix": "dbpedia", "uri": "http://dbpedia.org/resource/" },
{ "prefix": "dbpedia-owl", "uri": "http://dbpedia.org/ontology/" },
{ "prefix": "dbpprop", "uri": "http://dbpedia.org/property/" },
{ "prefix": "hydra", "uri": "http://www.w3.org/ns/hydra/core#" },
{ "prefix": "void", "uri": "http://rdfs.org/ns/void#" },
{ "prefix": "dcat", "uri": "http://www.w3.org/ns/dcat#" }
]
}