query-3510fdaa2e94b6bce24ec74f13cfec35

rq turtle/ttl

TEMPLATE={ "template": { "en": "all items with statements using some ?ref as « stated in » value" }, "variables": { "?ref": { "query": "" } } } select distinct ?item ?itemLabel { ?item wikibase:sitelinks ?links; ?p ?st . ?st prov:wasDerivedFrom/ pr:P248 ?ref . SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". } bind(wd:Q10429758 as ?ref) } :

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX prov: <http://www.w3.org/ns/prov#>
PREFIX pr: <http://www.wikidata.org/prop/reference/>
PREFIX bd: <http://www.bigdata.com/rdf#>
#TEMPLATE={ "template": { "en": "all items with statements using some ?ref as « stated in » value" }, "variables": { "?ref": { "query": "" } } }
select distinct ?item ?itemLabel {
  ?item wikibase:sitelinks ?links;
        ?p ?st .
   ?st prov:wasDerivedFrom/ pr:P248 ?ref .
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
  bind(wd:Q10429758 as ?ref)
}
:

Query found at