-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig-example.json
More file actions
31 lines (29 loc) · 974 Bytes
/
config-example.json
File metadata and controls
31 lines (29 loc) · 974 Bytes
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
{
"title": "My Linked Data Fragments server",
"datasources": {
"iswc": {
"title": "ISWC",
"type": "HdtDatasource",
"description": "ISWC with HDT back-end",
"settings": { "file": "data/iswc.hdt" }
},
"iswcpp": {
"title": "ISWC++",
"type": "Hdt++Datasource",
"description": "ISWC with HDT++ back-end",
"settings": { "file": "data/iswc.hdtpp" }
}
},
"prefixes": {
"rdf": "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"rdfs": "http://www.w3.org/2000/01/rdf-schema#",
"xsd": "http://www.w3.org/2001/XMLSchema#",
"dc": "http://purl.org/dc/terms/",
"foaf": "http://xmlns.com/foaf/0.1/",
"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#"
}
}