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 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.
sourceraw docstring

clean-var-cacheclj

(clean-var-cache)
source

iri-to-varclj

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

iri-to-var-no-ontologyclj

(iri-to-var-no-ontology & namespaces)
source

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.
sourceraw docstring

named-entity-as-stringclj

(named-entity-as-string entity)

Given an OWLNamedObject, return the IRI.

Given an OWLNamedObject, return the IRI.
sourceraw 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
sourceraw 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.
sourceraw 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.
sourceraw 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.
sourceraw 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
sourceraw docstring

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

× close