query-ae9ebd063a8777eb15b58c0999cc0352

rq turtle/ttl

Timeline of inception of Lithuanian universities

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX bd: <http://www.bigdata.com/rdf#>
#title:Timeline of inception of Lithuanian universities
#defaultView:Timeline
SELECT DISTINCT ?universidad ?universidadLabel ?fecha WHERE {
  ?universidad wdt:P17 wd:Q37 ;
        wdt:P31 wd:Q3918 ;
        wdt:P571 ?fecha.
  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("?fecha"):::projected v1("?universidad"):::projected c7(["bd:serviceParam"]):::iri c9(["#91;AUTO_LANGUAGE#93;,en"]):::literal c4(["wd:Q3918"]):::iri c2(["wd:Q37"]):::iri v1 --"wdt:P17"--> c2 v1 --"wdt:P31"--> c4 v1 --"wdt:P571"--> v2 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c7 --"wikibase:language"--> c9 end