Ontology
and OntologyObject
are valid entry points for creating a query.
Ontology("movies")
and Ontology("Movies")
refer to the same dataset.
filter()
method with a comparison expression:
==
(equal to)!=
(not equal to)<
(less than)<=
(less than or equal to)>
(greater than)>=
(greater than or equal to)&&
(AND)||
(OR)title == The Matrix
) are not supported.searchAround()
and find()
methods:
searchAround
is sufficient for your query.