-
Notifications
You must be signed in to change notification settings - Fork 2
/
config.json
60 lines (48 loc) · 1.7 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"previewMappings": {
"label": "http://www.w3.org/2000/01/rdf-schema#label",
"thumbnail": "http://dbpedia.org/ontology/thumbnail",
"description":"http://www.w3.org/2000/01/rdf-schema#comment",
"properties": {
"Domain": "http://www.w3.org/2000/01/rdf-schema#domain",
"Range": "http://www.w3.org/2000/01/rdf-schema#range",
"Superclass": "http://www.w3.org/2000/01/rdf-schema#subClassOf"
}
},
"prefixes": {
"http://dbpedia.org/resource/": "dbpedia",
"http://www.w3.org/1999/02/22-rdf-syntax-ns#": "rdf",
"http://www.w3.org/2000/01/rdf-schema#": "rdfs",
"http://xmlns.com/foaf/0.1/": "foaf",
"http://dbpedia.org/ontology/": "dbpedia-owl",
"http://dbpedia.org/property/": "dbpprop",
"http://dbpedia.org/resource/Category:": "category",
"http://dbpedia.org/class/yago/": "yago",
"http://www.w3.org/2001/XMLSchema#": "xsd",
"http://linkedgeodata.org/ontology/": "lgdo",
"http://linkedgeodata.org/meta/": "lgd-meta",
"http://linkedgeodata.org/geometry/": "lgd-geometry",
"http://linkedgeodata.org/triplify/": "lgd-triplify",
"http://linkedgeodata.org/": "lgd",
"http://www.w3.org/2002/07/owl#": "owl"
},
"entitySemaphore": 0,
"localprefix": "#",
"godmode": false,
"localgraph": "http://dbpedia.org",
"endpointgraph": [],
"endpoint": "http://dbpedia.org/sparql",
"encodegraph": true,
"owlgraph": "http://dbpedia.org",
"owlendpoint": "http://dbpedia.org/sparql",
"lookupgraph": "http://dbpedia.org",
"lookupendpoint": "http://lookup.dbpedia.org/api/search",
"primarylang": "en",
"fallbacklang": "en",
"labelPrefs": [
"http://www.w3.org/2000/01/rdf-schema#label"
],
"showLabels": true,
"templateStr": "Template",
"iconpath": "css/200px-dbpedia.png"
}