forked from comunica/jQuery-Widget.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
settings.json
27 lines (26 loc) · 1.07 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
{
"queryFormats": {
"sparql": true,
"graphql": true
},
"datasources": [],
"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/",
"wdprop": "http://www.wikidata.org/prop/direct/",
"ruben": "https://ruben.verborgh.org/profile/#",
"rubent": "https://www.rubensworks.net/#",
"schema": "http://schema.org/",
"bow": "https://betweenourworlds.org/ontology/",
"lc": "http://semweb.mmlab.be/ns/linkedconnections#"
},
"queries": "(Will be generated from the 'queries' folder by running the './queries-to-json' script.)"
}