forked from comunica/jQuery-Widget.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
settings.json
99 lines (99 loc) · 3.08 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
{
"queryFormats": {
"sparql": true,
"graphql": true
},
"allowNoSources": false,
"branding": {
"title": "Query the Web of Linked Data",
"title_href": "https://comunica.dev/",
"subtitle": "Live in your browser, powered by Comunica",
"subtitle_href": "https://comunica.dev/",
"page_title": "Comunica Web client"
},
"map": {
"url": "https://tile.openstreetmap.org/{z}/{x}/{y}.png",
"attribution": "Map data © <a href=\"https://www.openstreetmap.org/copyright\">OpenStreetMap</a> contributors, Imagery © <a href=\"https://www.mapbox.com/\">Mapbox</a>"
},
"solidAuth": {
"settingsOnly": true,
"defaultIdp": "https://login.inrupt.com/"
},
"datasources": [
{
"name": "DBpedia 2016-04",
"url": "//fragments.dbpedia.org/2016-04/en"
},
{
"name": "Ruben Verborgh's Profile",
"url": "https://ruben.verborgh.org/profile/"
},
{
"name": "Ruben Taelman's Profile",
"url": "https://www.rubensworks.net/"
},
{
"name": "DBpedia SPARQL",
"url": "https://dbpedia.org/sparql"
},
{
"name": "DBpedia 2015-10",
"url": "//fragments.dbpedia.org/2015-10/en"
},
{
"name": "DBpedia 2015-04",
"url": "//fragments.dbpedia.org/2015/en"
},
{
"name": "DBpedia 2014",
"url": "//fragments.dbpedia.org/2014/en"
},
{
"name": "Ghent University Academic Bibliography",
"url": "//data.linkeddatafragments.org/ugent-biblio"
},
{
"name": "Linked Open Vocabularies",
"url": "//data.linkeddatafragments.org/lov"
},
{
"name": "Virtual International Authority File (VIAF)",
"url": "//data.linkeddatafragments.org/viaf"
},
{
"name": "Harvard Library",
"url": "//data.linkeddatafragments.org/harvard"
},
{
"name": "Between Our Worlds 2018-06",
"url": "https://data.betweenourworlds.org/2018-06"
},
{
"name": "Wikidata",
"url": "https://query.wikidata.org/bigdata/ldf"
},
{
"name": "SNCB",
"url": "https://graph.irail.be/sncb/connections"
}
],
"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.)"
}