Facilities to find the var of an OWL object.
Facilities to find the var of an OWL object.
(all-iri-to-var)
Returns a map keyed on the IRI of an OWLObject to var that has been
created for any OWLObject. This method can return a vars which are
no longer interned, perhaps by ns-unmap. Use clean-var-cache
to
clear these out.
Returns a map keyed on the IRI of an OWLObject to var that has been created for any OWLObject. This method can return a vars which are no longer interned, perhaps by ns-unmap. Use `clean-var-cache` to clear these out.
(iri-to-var & namespaces)
Given namespaces
return an iri to var map for
all vars containing an OWLObject in these namespaces.
Given `namespaces` return an iri to var map for all vars containing an OWLObject in these namespaces.
(name-to-var & namespaces)
Returns a map of IRI for OWLObjects to the vars which hold them for the given namespaces.
Returns a map of IRI for OWLObjects to the vars which hold them for the given namespaces.
(named-entity-as-string entity)
Given an OWLNamedObject, return the IRI.
Given an OWLNamedObject, return the IRI.
(namespace-with-ontology)
Returns a list of all names spaces with ontology objects
Returns a list of all names spaces with ontology objects
(resolve-entity entity)
(resolve-entity entity iri-to-var)
Given an OWLObject return a string representation of the var holding that object. The string will be qualified if the var is not in the current namespace.
Given an OWLObject return a string representation of the var holding that object. The string will be qualified if the var is not in the current namespace.
(var-maybe-qualified-str var)
Given a var, return a string representation of its name including the name space, if it the var is not in the current namespace.
Given a var, return a string representation of its name including the name space, if it the var is not in the current namespace.
(var-qualified-str var)
Given a var, return a string representation of its name including the name space.
Given a var, return a string representation of its name including the name space.
(var-str var)
Given a var, return a string representation of its name
Given a var, return a string representation of its name
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close