query-35ba6a4ed068f6f20d1852cb3c13e49a

rq turtle/ttl

Items for people with the occupation 'computer scientist' that have an ID from the Social Networks Archival Contex project SELECT ?item ?itemLabel ?value ?image WHERE { ?item wdt:P3430 ?value. ?item wdt:P106 wd:Q82594. OPTIONAL { ?item wdt:P18 ?image. } SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". } }

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#>
#Items for people with the occupation 'computer scientist' that have an ID from the Social Networks Archival Contex project
SELECT ?item ?itemLabel ?value ?image WHERE {
  ?item wdt:P3430 ?value.
  ?item wdt:P106 wd:Q82594.
  OPTIONAL { ?item 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; v3("?image"):::projected v1("?item"):::projected v2("?value"):::projected c3(["wd:Q82594"]):::iri c6(["bd:serviceParam"]):::iri c8(["#91;AUTO_LANGUAGE#93;,en"]):::literal v1 --"wdt:P3430"--> v2 v1 --"wdt:P106"--> c3 subgraph optional0["(optional)"] style optional0 fill:#bbf,stroke-dasharray: 5 5; v1 -."wdt:P18".-> v3 end subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c6 --"wikibase:language"--> c8 end