query-22d4f0e6fc1efa607e871f5b6d049428

rq turtle/ttl

Faults on page Missing data in two queries, who ash just started editing Wikidata, for highlighting issues with these two queries: User:Jezzaman42Thanks to in: (Q332377)John Smith No date of death for

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 ?human ?humanLabel ?image ?dod ?pobLabel WHERE {
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
  ?human wdt:P31 wd:Q5.
  ?human wdt:P39 wd:Q16707842.
  ?human wdt:P734 wd:Q1158446.
  OPTIONAL {
    ?human wdt:P18 ?image.
    ?human wdt:P570 ?dod.
    ?human wdt:P19 ?pob.
  }
}
LIMIT 100

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v3("?dod"):::projected v1("?human"):::projected v2("?image"):::projected v4("?pob") c10(["wd:Q1158446"]):::iri c8(["wd:Q16707842"]):::iri c2(["bd:serviceParam"]):::iri c6(["wd:Q5"]):::iri c4(["#91;AUTO_LANGUAGE#93;,en"]):::literal subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c2 --"wikibase:language"--> c4 end v1 --"wdt:P31"--> c6 v1 --"wdt:P39"--> c8 v1 --"wdt:P734"--> c10 subgraph optional0["(optional)"] style optional0 fill:#bbf,stroke-dasharray: 5 5; v1 -."wdt:P18".-> v2 v1 --"wdt:P570"--> v3 v1 --"wdt:P19"--> v4 end