Bureaucrats, emailconfirmed, Administrators
282
edits
GreenReaper (talk | contribs) (Updated Schema text: Make period optional for now (probably, it will be the mandatory one in the future)) |
GreenReaper (talk | contribs) (Updated Schema text: Update URL) Tags: Mobile edit Mobile web edit Advanced mobile edit |
||
Schema / Line 1: | Schema / Line 1: | ||
PREFIX wd: <http://furry. | PREFIX wd: <http://furry.wikibase.cloud/entity/> | ||
PREFIX wdt: <http://furry. | PREFIX wdt: <http://furry.wikibase.cloud/prop/direct/> | ||
PREFIX xsd: <http://www.w3.org/2001/XMLSchema#> | PREFIX xsd: <http://www.w3.org/2001/XMLSchema#> | ||
Schema / Line 7: | Schema / Line 7: | ||
/* validates with CORS Everywhere extension enabled with whitelist: /^https?...shex-simple.toolforge.org\// | /* validates with CORS Everywhere extension enabled with whitelist: /^https?...shex-simple.toolforge.org\// | ||
using ShEx2 Validator: https://shex-simple.toolforge.org/wikidata/packages/shex-webapp/doc/shex-simple.html?data=Endpoint:%20https://furry. | using ShEx2 Validator: https://shex-simple.toolforge.org/wikidata/packages/shex-webapp/doc/shex-simple.html?data=Endpoint:%20https://furry.wikibase.cloud/query/sparql&hideData&manifest=[]&textMapIsSparqlQuery&schemaURL=//furry.wikibase.cloud%2Fwiki%2FSpecial%3AEntitySchemaText%2FE1 | ||
* query for all instances of ConFuzzled: | * query for all instances of ConFuzzled: | ||
PREFIX wd: <http://furry. | PREFIX wd: <http://furry.wikibase.cloud/entity/> | ||
PREFIX wdt: <http://furry. | PREFIX wdt: <http://furry.wikibase.cloud/prop/direct/> | ||
SELECT ?eventInstance { ?eventSeries wfdt:P2 wfd:Q2. ?eventInstance wfdt:P1 ?eventSeries.} | SELECT ?eventInstance { ?eventSeries wfdt:P2 wfd:Q2. ?eventInstance wfdt:P1 ?eventSeries.} | ||
* alt direct query map: wfd:Q4@START | * alt direct query map: wfd:Q4@START | ||
* selects: https://furry. | * selects: https://furry.wikibase.cloud/wiki/Special:EntityData/Q4.ttl | ||
*/ | */ | ||