Liking cljdoc? Tell your friends :D

tawny.lookup

Facilities to find the var of an OWL object.

Facilities to find the var of an OWL object.
raw docstring

all-iri-to-varclj

(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.
raw docstring

iri-to-varclj


iri-to-var-no-ontologyclj


name-to-varclj

(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.
raw docstring

named-entity-as-stringclj

(named-entity-as-string entity)

Given an OWLNamedObject, return the IRI.

Given an OWLNamedObject, return the IRI.
raw docstring

namespace-with-ontologyclj

(namespace-with-ontology)

Returns a list of all names spaces with ontology objects

Returns a list of all names spaces with ontology objects
raw docstring

resolve-entityclj

(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.
raw docstring

var-maybe-qualified-strclj

(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.
raw docstring

var-qualified-strclj

(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.
raw docstring

var-strclj

(var-str var)

Given a var, return a string representation of its name

Given a var, return a string representation of its name
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close