File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414 < link rel ="manifest " href ="manifest.json " />
1515
1616 <!-- YASGUI CSS -->
17- < link rel ="stylesheet " href ="https://cdn.jsdelivr.net/npm/@matdata/yasgui@5.1 .0/build/yasgui.min.css ">
17+ < link rel ="stylesheet " href ="https://cdn.jsdelivr.net/npm/@matdata/yasgui@5.2 .0/build/yasgui.min.css ">
1818
1919 <!-- Font Awesome for icons -->
2020 < link rel ="stylesheet " href ="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css ">
3232 < div id ="yasgui "> </ div >
3333
3434 <!-- YASGUI JavaScript -->
35- < script src ="https://cdn.jsdelivr.net/npm/@matdata/yasgui@5.1 .0/build/yasgui.min.js "> </ script >
35+ < script src ="https://cdn.jsdelivr.net/npm/@matdata/yasgui@5.2 .0/build/yasgui.min.js "> </ script >
3636
3737 <!-- Footer toggle button (visible on small screens) -->
3838 < button id ="footer-toggle " aria-label ="Toggle footer ">
Original file line number Diff line number Diff line change @@ -37,6 +37,12 @@ if (typeof Yasgui !== "undefined") {
3737 requestConfig : {
3838 endpoint : "https://dbpedia.org/sparql" ,
3939 } ,
40+ // Set alternative SPARQL endpoint quick switch buttons
41+ endpointButtons : [
42+ { endpoint : "https://dbpedia.org/sparql" , label : "DBpedia" } ,
43+ { endpoint : "https://query.wikidata.org/bigdata/namespace/wdq/sparql" , label : "Wikidata" } ,
44+ { endpoint : "https://data-interop.era.europa.eu/api/sparql" , label : "ERA" }
45+ ] ,
4046
4147 // Allow resizing of the Yasqe editor
4248 resizeable : true ,
You can’t perform that action at this time.
0 commit comments