query-f4d6f8b3000eb98dbc629099284d5ba4
(= (P396)SBN author ID In all items having More specific queries:
Use at
- https://query.wikidata.org/sparql
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 ?item ?ref WHERE {
?item wdt:P396 ?sbn.
?ref pr:P248 wd:Q576951.
?statement prov:wasDerivedFrom ?ref.
?item ?p ?statement.
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v1("?item"):::projected
v5("?p")
v3("?ref"):::projected
v2("?sbn")
v4("?statement")
c3(["wd:Q576951"]):::iri
v1 --"wdt:P396"--> v2
v3 --"pr:P248"--> c3
v4 --"prov:wasDerivedFrom"--> v3
v1 -->v5--> v4