query-7ec539ef11694a929a1716d57f887771

rq turtle/ttl

Ratifications of the Convention on the Protection and Promotion of the Diversity of Cultural Expressions

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
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:Ratifications of the Convention on the Protection and Promotion of the Diversity of Cultural Expressions
#defaultView:Timeline
SELECT ?item ?itemLabel ?date WHERE {
  wd:Q253300 p:P6193 ?s .
  ?s pq:P585 ?date.
  ?s ps:P6193 ?item
  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("?date"):::projected v3("?item"):::projected v1("?s") c6(["bd:serviceParam"]):::iri c1(["wd:Q253300"]):::iri c8(["#91;AUTO_LANGUAGE#93;,en"]):::literal c1 --"p:P6193"--> v1 v1 --"p:qualifier/P585"--> v2 v1 --"p:statement/P6193"--> v3 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c6 --"wikibase:language"--> c8 end