Load an ontology into the runtime, then query it: pick a subject class, a predicate and one or more object values (POST /ontology/query).
Example: subject Framework, predicate is_written_in, object Python answers "which frameworks are written in Python?".
Framework
is_written_in
Python