query-21db4f4d742d47aeb0fd7c1061ed81aa
Propertiesinstance of (P31)main subject (P921)sex or gender (P21)
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 ?article ?articleLabel ?person ?personLabel
WHERE
{
?article wdt:P31 wd:Q13442814.
?article wdt:P921 ?person.
?person wdt:P31 wd:Q5.
?person wdt:P21 wd:Q6581072.
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("?article"):::projected
v2("?person"):::projected
c2(["wd:Q13442814"]):::iri
c8(["bd:serviceParam"]):::iri
c4(["wd:Q5"]):::iri
c10(["#91;AUTO_LANGUAGE#93;,en"]):::literal
c6(["wd:Q6581072"]):::iri
v1 --"wdt:P31"--> c2
v1 --"wdt:P921"--> v2
v2 --"wdt:P31"--> c4
v2 --"wdt:P21"--> c6
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c8 --"wikibase:language"--> c10
end