rete
playground
Summary
OntoNeuroLOG instruments, reused by NIDM
Instrument
Definition
assessment-instrument
Instrument (CDISC Cli…
behavioural-instrument
A BEHAVIOURAL INSTRUM…
behavioural-interview
A behavioural intervi…
bi-coded-scale-item
A 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