query-06216576ccbd6b0d0255d764602264e0

rq turtle/ttl

PropertiesU.S. National Archives Identifier (P1225)sex or gender (P21)occupation (P106)

Use at

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 ?person ?personLabel ?occupationLabel ?value 
{
    ?person wdt:P1225 ?value .
    ?person wdt:P21 wd:Q6581072.
  ?person wdt:P106 ?occupation.
    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; v3("?occupation") v1("?person"):::projected v2("?value"):::projected c6(["bd:serviceParam"]):::iri c3(["wd:Q6581072"]):::iri c8(["en,en"]):::literal v1 --"wdt:P1225"--> 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