query-2b2bb7a7d939cdc06f2d3339f656ebcf
PropertiesAmerican National Biography ID (P4823)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 ?value ?occ ?occLabel
{
?item wdt:P4823 ?value .
?item wdt:P21 wd:Q6581072.
?item wdt:P106 ?occ.
SERVICE wikibase:label { bd:serviceParam wikibase:language "en,en" }
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v1("?item"):::projected
v3("?occ"):::projected
v2("?value"):::projected
c6(["bd:serviceParam"]):::iri
c3(["wd:Q6581072"]):::iri
c8(["en,en"]):::literal
v1 --"wdt:P4823"--> v2
v1 --"wdt:P21"--> c3
v1 --"wdt:P106"--> v3
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c6 --"wikibase:language"--> c8
end