reteplayground
Select

🔗 Cross-source JOIN: who lists EPFL? (live from the 1.3B ORCID graph)

SELECT ?orgName ?city ?person ?name ?role ?start WHERE {
  <https://ror.org/02s376052> ror:name ?orgName ;
       ror:locationName ?city .
  ?a orc:affiliationWith <https://ror.org/02s376052> ;
     orc:affiliationOf ?person ;
     orc:roleTitle ?role ;
Run this query → no server · no download · no account
caviri.github.io/rete
Run this query in the playground → no server, no download — the query runs in your browser.

The query

PREFIX orc: <https://w3id.org/rete/orcid#> PREFIX ror: <https://w3id.org/rete/ror#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT ?orgName ?city ?person ?name ?role ?start WHERE { <https://ror.org/02s376052> ror:name ?orgName ; ror:locationName ?city . ?a orc:affiliationWith <https://ror.org/02s376052> ; orc:affiliationOf ?person ; orc:roleTitle ?role ; orc:startYear ?start . ?person rdfs:label ?name . } LIMIT 50

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