query-e20447b1497dcbf88af860164008139e

rq turtle/ttl

Propertiesinstance of (P31)GND ID (P227)image (P18)inception (P571)

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:Timeline
SELECT DISTINCT ?item ?itemLabel ?GNDid ?image ?date  WHERE {
  ?item wdt:P31 wd:Q19723451.
  ?item wdt:P227 ?GNDid.
  ?item wdt:P18 ?image.
  ?item wdt:P571 ?date.
  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; v2("?GNDid"):::projected v4("?date"):::projected v3("?image"):::projected v1("?item"):::projected c7(["bd:serviceParam"]):::iri c2(["wd:Q19723451"]):::iri c9(["#91;AUTO_LANGUAGE#93;,en"]):::literal v1 --"wdt:P31"--> c2 v1 --"wdt:P227"--> v2 v1 --"wdt:P18"--> v3 v1 --"wdt:P571"--> v4 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c7 --"wikibase:language"--> c9 end