query-7e4c660233f2b3a9dcb16af0eece9a7b

rq turtle/ttl

Propertiesstated in (P248)

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#>
SELECT ?item ?itemLabel ?property ?propertyLabel ?value ?valueLabel WHERE
{?item ?claim ?statement;
       ?directClaim ?value.
 ?property wikibase:claim ?claim;
           wikibase:directClaim ?directClaim.
 ?statement prov:wasDerivedFrom ?ref.
 ?ref pr:P248 wd:Q89014718.
 SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v2("?claim") v4("?directClaim") v1("?item"):::projected v6("?property"):::projected v7("?ref") v3("?statement") v5("?value"):::projected c5(["wd:Q89014718"]):::iri c7(["bd:serviceParam"]):::iri c9(["#91;AUTO_LANGUAGE#93;,en"]):::literal v1 -->v2--> v3 v1 -->v4--> v5 v6 --"wikibase:claim"--> v2 v6 --"wikibase:directClaim"--> v4 v3 --"prov:wasDerivedFrom"--> v7 v7 --"pr:P248"--> c5 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c7 --"wikibase:language"--> c9 end