query-17f8641d7c51c667b1c7f68b53cecbad
PropertiesIIIF manifest URL (P6108)depicts (P180)instance of (P31)sex or gender (P21)occupation (P106)
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 ?subjectLabel ?occupationLabel ?manifest WHERE {
?item wdt:P6108 ?manifest.
?item wdt:P180 ?subject.
?subject wdt:P31 wd:Q5.
?subject wdt:P21 wd:Q6581072.
?subject wdt:P106 ?occupation.
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;
v1("?item"):::projected
v2("?manifest"):::projected
v4("?occupation")
v3("?subject")
c9(["bd:serviceParam"]):::iri
c4(["wd:Q5"]):::iri
c11(["#91;AUTO_LANGUAGE#93;,en"]):::literal
c6(["wd:Q6581072"]):::iri
v1 --"wdt:P6108"--> v2
v1 --"wdt:P180"--> v3
v3 --"wdt:P31"--> c4
v3 --"wdt:P21"--> c6
v3 --"wdt:P106"--> v4
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c9 --"wikibase:language"--> c11
end