query-7e281ae3ce1cd0486bf598ea9029a6ef

rq turtle/ttl

PropertiesU.S. National Archives Identifier (P1225)sex or gender (P21)occupation (P106)subclass of (P279)image (P18)

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 ?image
{
    ?person wdt:P1225 ?value .
    ?person wdt:P21 wd:Q6581072.
  ?person wdt:P106 ?occupation.
  ?occupation wdt:P279 wd:Q901.
  OPTIONAL {?person wdt:P18 ?image}.
    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; v4("?image"):::projected v3("?occupation") v1("?person"):::projected v2("?value"):::projected c9(["bd:serviceParam"]):::iri c6(["wd:Q901"]):::iri c3(["wd:Q6581072"]):::iri c11(["en,en"]):::literal v1 --"wdt:P1225"--> v2 v1 --"wdt:P21"--> c3 v1 --"wdt:P106"--> v3 v3 --"wdt:P279"--> c6 subgraph optional0["(optional)"] style optional0 fill:#bbf,stroke-dasharray: 5 5; v1 -."wdt:P18".-> v4 end subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c9 --"wikibase:language"--> c11 end