This repository has been archived by the owner on Feb 5, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathsettings.json
56 lines (56 loc) · 1.77 KB
/
settings.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
{
"datasources": [
{
"name": "DBpedia 2016-04",
"url": "http://fragments.dbpedia.org/2016-04/en"
},
{
"name": "DBpedia 2015-10",
"url": "http://fragments.dbpedia.org/2015-10/en"
},
{
"name": "DBpedia 2015-04",
"url": "http://fragments.dbpedia.org/2015/en"
},
{
"name": "DBpedia 2014",
"url": "http://fragments.dbpedia.org/2014/en"
},
{
"name": "Ghent University Academic Bibliography",
"url": "http://data.linkeddatafragments.org/ugent-biblio"
},
{
"name": "Linked Open Vocabularies",
"url": "http://data.linkeddatafragments.org/lov"
},
{
"name": "Virtual International Authority File (VIAF)",
"url": "http://data.linkeddatafragments.org/viaf"
},
{
"name": "Harvard Library",
"url": "http://data.linkeddatafragments.org/harvard"
},
{
"name": "Wikidata",
"url": "https://query.wikidata.org/bigdata/ldf"
}
],
"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/",
"foaf": "http://xmlns.com/foaf/0.1/",
"dbpedia": "http://dbpedia.org/resource/",
"dbpedia-owl": "http://dbpedia.org/ontology/",
"dbpprop": "http://dbpedia.org/property/",
"schema": "http://schema.org/",
"wd": "http://www.wikidata.org/entity/",
"wdt": "http://www.wikidata.org/prop/direct/"
},
"queries": "(Will be generated from the 'queries' folder by running the './queries-to-json' script.)"
}