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 holds that OWLObject for all namespaces in which tawny has created an ontology.
Returns a map keyed on the IRI of an OWLObject to var that holds that OWLObject for all namespaces in which tawny has created an ontology.
(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