query-cc88b84fec004cf866fc3a6945511f24

rq turtle/ttl

الجامعات الأمريكية التي تأسست قبل إنشاء الولايات التي توجد فيها American universities founded before the states they reside in were created American universities founded before the states they reside in were created Americké univerzity založené před vznikem států, v nichž sídlí American universities founded before the states they reside in were created American universities founded before the states they reside in were created American universities founded before the states they reside in were created American universities founded before the states they reside in were created American universities founded before the states they reside in were created American universities founded before the states they reside in were created American universities founded before the states they reside in were created Universités américaines qui existent depuis plus longtemps que l’État dans lequel elles sont situées American universities founded before the states they reside in were created American universities founded before the states they reside in were created American universities founded before the states they reside in were created Università americane fondate prima della creazione degli stati in cui risiedono American universities founded before the states they reside in were created American universities founded before the states they reside in were created American universities founded before the states they reside in were created American universities founded before the states they reside in were created American universities founded before the states they reside in were created Amerikaanse universiteiten die zijn opgericht voordat de staten waarin ze wonen werden opgericht American universities founded before the states they reside in were created American universities founded before the states they reside in were created American universities founded before the states they reside in were created Университеты США, основанные до создания штатов, в которых они находятся American universities founded before the states they reside in were created Amerikanska universitet som grundats innan delstaterna de ligger i grundats American universities founded before the states they reside in were created American universities founded before the states they reside in were created American universities founded before the states they reside in were created American universities founded before the states they reside in were created American universities founded before the states they reside in were created

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#>
SELECT ?uLabel ?founded ?stateLabel ?stateStart
WHERE {
  ?u wdt:P31/wdt:P279* wd:Q3918 ;
       wdt:P131+ ?state ;
       wdt:P571 ?founded .
  ?state wdt:P31 wd:Q35657 ;
           wdt:P571 ?stateStart .
  FILTER (?founded < ?stateStart) .
  SERVICE wikibase:label {
    bd:serviceParam wikibase:language "[AUTO_LANGUAGE],mul,en".
  }
}
LIMIT 10

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v1("?founded"):::projected v4("?state") v2("?stateStart"):::projected v3("?u") a1((" ")) c8(["bd:serviceParam"]):::iri c3(["wd:Q3918"]):::iri c10(["#91;AUTO_LANGUAGE#93;,mul,en"]):::literal c6(["wd:Q35657"]):::iri f0[["?founded < ?stateStart"]] f0 --> v1 f0 --> v2 v3 --"wdt:P31"--> a1 a1 --"wdt:P279"--> c3 v3 --"wdt:P131"--> v4 v3 --"wdt:P571"--> v1 v4 --"wdt:P31"--> c6 v4 --"wdt:P571"--> v2 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c8 --"wikibase:language"--> c10 end