query-3cf664da7e41e203e3b8c6dd8942476f

rq turtle/ttl

Images

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#>
#defaultView:ImageGrid 

PREFIX target: <http://www.wikidata.org/entity/Q35>

SELECT 
  ?image 
  ?archaeologist ?archaeologistLabel ?archaeologistDescription
WHERE {
  ?archaeologist wdt:P106 wd:Q3621491 ;
                 wdt:P27 target: ;
                 wdt:P18 ?image .
  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("?archaeologist"):::projected v2("?image"):::projected c7(["bd:serviceParam"]):::iri c9(["#91;AUTO_LANGUAGE#93;,en"]):::literal c4(["wd:Q35"]):::iri c2(["wd:Q3621491"]):::iri v1 --"wdt:P106"--> c2 v1 --"wdt:P27"--> c4 v1 --"wdt:P18"--> v2 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c7 --"wikibase:language"--> c9 end