-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathservConfig.json
More file actions
25 lines (23 loc) · 811 Bytes
/
Copy pathservConfig.json
File metadata and controls
25 lines (23 loc) · 811 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
{
"title": "My Linked Data Fragments server",
"datasources": {
"watdiv": {
"title": "Watdiv",
"type": "HdtDatasource",
"description": "WatDiv with HDT back-end",
"settings": { "file": "datasets/benchmark.hdt" }
}
},
"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#"
}
}