query-5ec7efdfd681cc98b2625f6ff150f253
Propertiesinstance of (P31)main subject (P921)subclass of (P279)file extension (P1195)
Use at
- https://query.wikidata.org/sparql
PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT ?item ?itemLabel ?ext ?subjectLabel
WHERE
{
?item wdt:P31 wd:Q317623.
?item wdt:P921 ?subject.
?subject wdt:P31/wdt:P279* wd:Q235557.
?subject wdt:P1195 ?ext.
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}
Query found at
- https://www.wikidata.org/wiki/User:YULdigitalpreservation/SPARQL2020
- https://www.wikidata.org/wiki/User:YULdigitalpreservation/shex2020
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v3("?ext"):::projected
v1("?item"):::projected
v2("?subject")
a1((" "))
c5(["wd:Q235557"]):::iri
c8(["bd:serviceParam"]):::iri
c10(["#91;AUTO_LANGUAGE#93;,en"]):::literal
c2(["wd:Q317623"]):::iri
v1 --"wdt:P31"--> c2
v1 --"wdt:P921"--> v2
v2 --"wdt:P31"--> a1
a1 --"wdt:P279"--> c5
v2 --"wdt:P1195"--> v3
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c8 --"wikibase:language"--> c10
end