query-369f3fc05440d8ee9562412e806f3699

rq turtle/ttl

TODO

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX prov: <http://www.w3.org/ns/prov#>
PREFIX pr: <http://www.wikidata.org/prop/reference/>
SELECT DISTINCT ?item {
  ?item ?prop [ prov:wasDerivedFrom/pr:P143/wdt:P31 wd:Q10876391 ]; wikibase:sitelinks 0 .
} LIMIT 1000

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v1("?item"):::projected v2("?prop") a1((" ")) a2((" ")) a3((" ")) c6(["0^^xsd:integer"]):::literal c4(["wd:Q10876391"]):::iri a1 --"prov:wasDerivedFrom"--> a2 a2 --"pr:P143"--> a3 a3 --"wdt:P31"--> c4 v1 -->v2--> a1 v1 --"wikibase:sitelinks"--> c6