reteplayground
Summary

The ontology: classes & definitions

ClassDefinition
CausalEdge @enCausal Edges connect…
CausalGraph @enCausal Graphs consist…
CausalNode @enA Causal Node refers…
Creator @enThe Creator of the ca…
Run this query → no server · no download · no account
caviri.github.io/rete
Run this query in the playground → 17 rows · 6.0 ms · no server, no download — the query runs in your browser.

The query

PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> PREFIX owl: <http://www.w3.org/2002/07/owl#> SELECT ?class ?definition WHERE { ?c a owl:Class ; rdfs:label ?class . OPTIONAL { ?c rdfs:comment ?definition } } ORDER BY ?class

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