query-b8422de0caa175df5154d44b3d760218

rq turtle/ttl

Abfrage des Alters der Münzen dargestellt auf einem Zeitstrahl mit Bild avers

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#>
#title:Zeitstrahl des Münzenalters mit Bild der aversen Seite
#defaultView:Timeline
SELECT  ?item ?itemLabel ?inceptionDate ?image   WHERE {
  ?item wdt:P195 wd:Q123419474; wdt:P571 ?inceptionDate.
  OPTIONAL { ?item p:P18 ?imageStmt. ?imageStmt ps:P18 ?image; pq:P518 wd:Q257418 }
  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; v4("?image"):::projected v3("?imageStmt") v2("?inceptionDate"):::projected v1("?item"):::projected c9(["bd:serviceParam"]):::iri c2(["wd:Q123419474"]):::iri c11(["#91;AUTO_LANGUAGE#93;,en"]):::literal c7(["wd:Q257418"]):::iri v1 --"p:direct/P195"--> c2 v1 --"p:direct/P571"--> v2 subgraph optional0["(optional)"] style optional0 fill:#bbf,stroke-dasharray: 5 5; v1 -."p:P18".-> v3 v3 --"p:statement/P18"--> v4 v3 --"p:qualifier/P518"--> c7 end subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c9 --"wikibase:language"--> c11 end