query-d5f03167d6ea055e893724b809db2650

rq turtle/ttl

Unreferenced statement missing reference. (Q80061)Nobel Prize in Physiology or Medicine (P166)award received

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX ps: <http://www.wikidata.org/prop/statement/>
PREFIX prov: <http://www.w3.org/ns/prov#>
PREFIX p: <http://www.wikidata.org/prop/>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT DISTINCT ?item ?itemLabel
WHERE {
  ?item p:P166 ?stmt .
  ?stmt ps:P166 wd:Q80061 .
  OPTIONAL {
      ?stmt prov:wasDerivedFrom ?derivedFrom .
  }
  FILTER ( !bound(?derivedFrom) ) .
SERVICE wikibase:label { bd:serviceParam wikibase:language "en" . }
}
ORDER BY ?itemLabel

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v2("?derivedFrom") v3("?item"):::projected v1("?itemLabel"):::projected v4("?stmt") c3(["wd:Q80061"]):::iri c6(["bd:serviceParam"]):::iri c8(["en"]):::literal f0[["not bound(?derivedFrom)"]] f0 --> v2 v3 --"p:P166"--> v4 v4 --"p:statement/P166"--> c3 subgraph optional0["(optional)"] style optional0 fill:#bbf,stroke-dasharray: 5 5; v4 -."prov:wasDerivedFrom".-> v2 end subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c6 --"wikibase:language"--> c8 end