-
Notifications
You must be signed in to change notification settings - Fork 0
/
ldf-server-config.json
46 lines (44 loc) · 2.03 KB
/
ldf-server-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
44
45
46
{
"title": "Test Data Portal",
"baseURL": "http://data-test.linkeddatafragments.org/",
"datasources": {
"dbpedia2014": {
"title": "DBpedia 2014",
"description": "DBpedia 2014 with HDT substring index",
"license": "Creative Commons Attribution-ShareAlike 3.0",
"licenseUrl": "https://creativecommons.org/licenses/by-sa/3.0/",
"copyright": "The DBpedia dataset is Open Knowledge.",
"homepage": "http://dbpedia.org/",
"type": "HdtDatasource",
"settings": { "file": "/data/dumps/hdt/node-indexed/dbpedia2014_en_no-abstr-fm.hdt" }
},
"dbpedia2014-es": {
"title": "DBpedia 2014",
"description": "DBpedia 2014 with Elastic Search substring index",
"license": "Creative Commons Attribution-ShareAlike 3.0",
"licenseUrl": "https://creativecommons.org/licenses/by-sa/3.0/",
"copyright": "The DBpedia dataset is Open Knowledge.",
"homepage": "http://dbpedia.org/",
"type": ["ElasticSearchDatasource", "HdtDatasource"],
"settings": { "file": "/data/dumps/hdt/node-indexed/dbpedia2014_en_multi.hdt",
"endpoint": "http://elastic-test.linkeddatafragments.org/" }
}
},
"prefixes": {
"rdf": "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"rdfs": "http://www.w3.org/2000/01/rdf-schema#",
"owl": "http://www.w3.org/2002/07/owl#",
"skos": "http://www.w3.org/2004/02/skos/core#",
"xsd": "http://www.w3.org/2001/XMLSchema#",
"dc": "http://purl.org/dc/terms/",
"dcterms": "http://purl.org/dc/terms/",
"dc11": "http://purl.org/dc/elements/1.1/",
"foaf": "http://xmlns.com/foaf/0.1/",
"geo": "http://www.w3.org/2003/01/geo/wgs84_pos#",
"dbpedia": "http://dbpedia.org/resource/",
"dbpedia-owl": "http://dbpedia.org/ontology/",
"dbpprop": "http://dbpedia.org/property/",
"hydra": "http://www.w3.org/ns/hydra/core#",
"void": "http://rdfs.org/ns/void#"
}
}