-
Notifications
You must be signed in to change notification settings - Fork 1
/
config-client.json
31 lines (31 loc) · 1.05 KB
/
config-client.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
{
"datasources": [
{
"name": "My Linked Data Fragments Server",
"url": "http://example.org/dbpedia"
},
{
"name": "DBpedia 2015",
"url": "http://fragments.dbpedia.org/2015/en"
},
{
"name": "Linked Open Vocabularies",
"url": "http://data.linkeddatafragments.org/lov"
}
],
"prefixes": {
"dc": "http://purl.org/dc/elements/1.1/",
"dct": "http://purl.org/dc/terms/",
"edm": "http://www.europeana.eu/schemas/edm/",
"foaf": "http://xmlns.com/foaf/0.1/",
"geo": "http://www.w3.org/2003/01/geo/wgs84_pos#",
"ore": "http://www.openarchives.org/ore/terms/",
"owl": "http://www.w3.org/2002/07/owl#",
"rdaGr2": "http://rdvocab.info/ElementsGr2/",
"rdf": "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"rdfs": "http://www.w3.org/2000/01/rdf-schema#",
"skos": "http://www.w3.org/2004/02/skos/core#",
"xsd": "http://www.w3.org/2001/XMLSchema#"
},
"queries": "(Will be generated from the 'queries' folder by running the './queries-to-json' script.)"
}