query-0eb225d95d7147ff86c948e6cc35da50
This is an image gallery of the (presently 80) inscriptions that have images:
Use at
- https://query.wikidata.org/sparql
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:ImageGrid
#title:Memory of the World inscriptions with associated images
SELECT ?item ?itemLabel ?itemDescription (YEAR(?date) AS ?year) (SAMPLE(?img) AS ?image) WHERE {
?item p:P1435 ?s. ?s ps:P1435 wd:Q473858 # Heritage designation: MotW
OPTIONAL{?s pq:P580 ?date} # Start date
?item wdt:P18 ?img
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en" }
} GROUP BY ?item ?itemLabel ?itemDescription ?date
ORDER BY ?year
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v4("?date"):::projected
v6("?image")
v5("?img"):::projected
v2("?item"):::projected
v3("?s")
v6("?year")
c7(["bd:serviceParam"]):::iri
c9(["#91;AUTO_LANGUAGE#93;,en"]):::literal
c3(["wd:Q473858"]):::iri
v2 --"p:P1435"--> v3
v3 --"p:statement/P1435"--> c3
subgraph optional0["(optional)"]
style optional0 fill:#bbf,stroke-dasharray: 5 5;
v3 -."p:qualifier/P580".-> v4
end
v2 --"p:direct/P18"--> v5
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c7 --"wikibase:language"--> c9
end
bind1[/"year-from-dateTime(?date)"/]
v4 --o bind1
bind1 --as--o v6
bind2[/"sample(?img)"/]
v5 --o bind2
bind2 --as--o v6