'has context''has context'dcterms:description" maps a statement to a context in which the statement is true. An example of a context is a temporal instant or duration. TODO decide on mapping. One option is to use IKL: <<S>> os:context c -> (context (that S) c) Another is to add additional argument: <<s p o>> os:context c -> p(s,o,t) "
'owl mapping'dcterms:description" An owlstar mapping from an RDF* structure to an OWL axiom encoded using the standard OWL to RDF mapping. The syntax is SOURCE -> TARGET, where SOURCE is RDF* turtle syntax, and TARGET is RDF syntax. The mapping can thus be easily converted to a SPARQL construct. "