query-999dbfffafd07e1d383ab21f619ee5b9

rq turtle/ttl

TODO

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX ps: <http://www.wikidata.org/prop/statement/>
PREFIX pq: <http://www.wikidata.org/prop/qualifier/>
PREFIX p: <http://www.wikidata.org/prop/>
PREFIX bd: <http://www.bigdata.com/rdf#>
#defaultView:Timeline
#Hennes
SELECT ?goat ?goatLabel ?img ?start ?end WHERE {
  ?goat p:P2868 ?position .
  ?position ps:P2868 wd:Q151345

  OPTIONAL { ?goat wdt:P18 ?img }

  ?position pq:P580 ?start.

  OPTIONAL { ?position pq:P582 ?end }
  BIND(IF(BOUND(?end), ?end, NOW()) AS ?end) .

  SERVICE wikibase:label { bd:serviceParam wikibase:language '[AUTO_LANGUAGE],en' } # <span lang="en" dir="ltr" class="mw-content-ltr">Helps get the label in your language, if not, then en language</span>
}

Query found at