reteplayground
Select

Five flagship org cards: CERN, EPFL, ETH, MIT, Oxford

ROR IRIOrganizationCountry+4
01ggx4157European Organization…Switzerland
02s376052École Polytechnique F…Switzerland
05a28rw58ETH ZurichSwitzerland
042nb2s44Massachusetts Institu…United States
Run this query → no server · no download · no account
caviri.github.io/rete
Run this query in the playground → 5 rows · 5.8 s · 3.5 MB of 28.7 MB read over HTTP range · no server, no download — the query runs in your browser.

The query

PREFIX ror: <https://w3id.org/rete/ror#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT ?org ?name ?country ?city ?est ?website ?wdLink WHERE { VALUES ?org { <https://ror.org/01ggx4157> <https://ror.org/02s376052> <https://ror.org/05a28rw58> <https://ror.org/042nb2s44> <https://ror.org/052gg0110> } ?org rdfs:label ?name ; ror:countryName ?country ; ror:locationName ?city ; ror:established ?est ; ror:website ?website ; ror:wikidata ?wd . BIND(IRI(CONCAT("http://www.wikidata.org/entity/", ?wd)) AS ?wdLink) }

rete playground · documentation · github.com/caviri/rete