query-d6b7074d5a84ab07953966913088052d
Article items, reviews with CC-BY 3.0 license SELECT ?item WHERE {?item wdt:P31 wd:Q13442814; wdt:P31 wd:Q7318358; wdt:P275 wd:Q14947546. }
Use at
- https://query.wikidata.org/sparql
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
#Article items, reviews with CC-BY 3.0 license
SELECT ?item
WHERE {?item wdt:P31 wd:Q13442814;
wdt:P31 wd:Q7318358;
wdt:P275 wd:Q14947546.
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v1("?item"):::projected
c2(["wd:Q13442814"]):::iri
c3(["wd:Q7318358"]):::iri
c5(["wd:Q14947546"]):::iri
v1 --"wdt:P31"--> c2
v1 --"wdt:P31"--> c3
v1 --"wdt:P275"--> c5