query-35278dc9cdd5844fd50fb9e59a22f761

rq turtle/ttl

Raakvlak archaeologische collectie tijdslijn

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT ?collection ?itemLabel ?inception ?title ?image WHERE {
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
  ?collection wdt:P195 wd:Q99174870;
    rdfs:label ?itemLabel.
  OPTIONAL { ?collection wdt:P571 ?inception. }
  OPTIONAL { ?collection wdt:P18 ?image. }
}
LIMIT 300
ORDER BY (?authorLabel)

Query found at