git.ntnlv.ca
Repositories
Help
Report an Issue
qdmtl-ts.git
Code
Commits
Branches
Tags
Search
Tree:
e621a4f
Branches
Tags
prod
qdmtl-ts.git
js
yasgui-config.js
Requête par défaut
davvalent
commited
e621a4f
at 2022-05-11 03:15:36
yasgui-config.js
Blame
History
Raw
/** * YASGUI configuration */ const yasgui = new Yasgui(document.getElementById("yasgui"), { requestConfig: { endpoint: "endpoint.php", method: 'POST' }, copyEndpointOnNewTab: false, autofocus: true, tabName: "Requête", persistencyExpire: 604800, yasqe: { value: "PREFIX owl: <http://www.w3.org/2002/07/owl#>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX qdmtl: <http://onto.qdmtl.ca/>\nSELECT ?batiment ?label WHERE {\n\t?building a qdmtl:E24_Building ;\n\t\towl:sameAs ?batiment ;\n\t\trdfs:label ?label .\n}" } });