query-a476ea23659deee5639f52881dab3865

rq turtle/ttl

Propertiesmember of (P463)significant event (P793)image (P18)start time (P580)

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX pq: <http://www.wikidata.org/prop/qualifier/>
PREFIX p: <http://www.wikidata.org/prop/>
PREFIX bd: <http://www.bigdata.com/rdf#>
#defaultView:Timeline

SELECT ?institution ?institutionLabel ?date ?image

WHERE 

{
  ?institution wdt:P463 wd:Q49113.
  ?institution wdt:P793 wd:Q541394;

                 p:P793 [pq:P580 ?date].

  OPTIONAL {?institution wdt:P18 ?image.}

  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("?image"):::projected v1("?institution"):::projected a1((" ")) c4(["wd:Q541394"]):::iri c9(["bd:serviceParam"]):::iri c2(["wd:Q49113"]):::iri c11(["#91;AUTO_LANGUAGE#93;,en"]):::literal v1 --"p:direct/P463"--> c2 v1 --"p:direct/P793"--> c4 a1 --"p:qualifier/P580"--> v2 v1 --"p:P793"--> a1 subgraph optional0["(optional)"] style optional0 fill:#bbf,stroke-dasharray: 5 5; v1 -."p:direct/P18".-> v3 end subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c9 --"wikibase:language"--> c11 end