reteplayground
Path

★ Cross-source: NIDM instruments × OntoNeuroLOG definitions

SELECT ?v2 ?ontoneurologDef ?nidmDef WHERE {
  ?v3 owl:sameAs ?v2 .
  ?v3 skos:definition ?nidmDef .
  ?v2 rdfs:comment ?ontoneurologDef .
}
Run this query → no server · no download · no account
caviri.github.io/rete
Run this query in the playground → 29 rows · 466 ms · no server, no download — the query runs in your browser.

The query

PREFIX owl: <http://www.w3.org/2002/07/owl#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> PREFIX skos: <http://www.w3.org/2004/02/skos/core#> SELECT ?v2 ?ontoneurologDef ?nidmDef WHERE { ?v3 owl:sameAs ?v2 . ?v3 skos:definition ?nidmDef . ?v2 rdfs:comment ?ontoneurologDef . }

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