reteplayground
Summary

OntoNeuroLOG instruments, reused by NIDM

InstrumentDefinition
assessment-instrumentInstrument (CDISC Cli…
behavioural-instrumentA BEHAVIOURAL INSTRUM…
behavioural-interviewA behavioural intervi…
bi-coded-scale-itemA BI-CODED SCALE ITEM…
Run this query → no server · no download · no account
caviri.github.io/rete
Run this query in the playground → 31 rows · 236 ms · no server, no download — the query runs in your browser.

The query

PREFIX owl: <http://www.w3.org/2002/07/owl#> PREFIX skos: <http://www.w3.org/2004/02/skos/core#> SELECT ?instrument ?definition WHERE { ?c a owl:Class ; skos:definition ?definition . FILTER(STRSTARTS(STR(?c), "http://neurolog.unice.fr/ontoneurolog/v3.0/instrument.owl#")) BIND(STRAFTER(STR(?c), "#") AS ?instrument) } ORDER BY ?instrument

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