reteplayground
Summary

How the concepts connect (the grammar)

PropertyDomainRange
complies-withactionprotocol
generatesactionaction
is-generated-byactionaction
is-capable-to-performagentiveaction
Run this query → no server · no download · no account
caviri.github.io/rete
Run this query in the playground → 193 rows · 48 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 ?property ?domain ?range WHERE { ?property a owl:ObjectProperty ; rdfs:domain ?domain ; rdfs:range ?range . } ORDER BY ?property

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