query-79a5c0d2a79cd1c4455eec9fb30a2f45
Propertiessex or gender (P21)New York Times topic ID (P3221)occupation (P106)subclass of (P279)
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 ?value ?occLabel
WHERE
{
?item wdt:P21 wd:Q6581072.
?item wdt:P3221 ?value.
?item wdt:P106 ?occ.
?occ wdt:P279 wd:Q901.
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
v3("?occ")
v2("?value"):::projected
c8(["bd:serviceParam"]):::iri
c6(["wd:Q901"]):::iri
c10(["#91;AUTO_LANGUAGE#93;,en"]):::literal
c2(["wd:Q6581072"]):::iri
v1 --"wdt:P21"--> c2
v1 --"wdt:P3221"--> v2
v1 --"wdt:P106"--> v3
v3 --"wdt:P279"--> c6
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c8 --"wikibase:language"--> c10
end