Stored in RDF Model as triple. For instance
ate(X, Y), if the ate predicate is in the http://spam.com namespace
and the UUID of the X resource is 132ad72a-f1e0-4482-82e3-e7d790d4f56
and the UUID of the Y resource is 23bd4d35-afa1-4be1-8d80-e34bbed9db7d
is mapped to
(urn:uuid:132ad72a-f1e0-4482-82e3-e7d790d4f56, http://spam.com#ate, 23bd4d35-afa1-4be1-8d80-e34bbed9db7d)
Methods
- __init__(self, id_, arguments)
- Overrides: __init__ from class Predicate
- execute(self, infEng, context)
- Overrides: execute from class DualQuery