Predefined elements

It may be desirable for the ontology to offer predefined elements of a certain class, which can then be used by the endpoint.

ex:self a ex:Mammal.

Usage does not differ in use from the elements of that same class that could be inserted in the endpoint.

INSERT DATA { ex:self ex:pets <cat> .
              <cat> ex:pets ex:self }