Liking cljdoc? Tell your friends :D

tawny.type

Type based predicates for OWL.

Type based predicates for OWL.
raw docstring

ann-prop?clj

(ann-prop? e)

Return true if e is an instance of OWLAnnotationProperty.

Return true if `e` is an instance of `OWLAnnotationProperty`.
raw docstring

ann-val?clj

(ann-val? e)

Return true if e is an instance of OWLAnnotationValue.

Return true if `e` is an instance of `OWLAnnotationValue`.
raw docstring

class-exp?clj

(class-exp? e)

Return true if e is an instance of OWLClassExpression.

Return true if `e` is an instance of `OWLClassExpression`.
raw docstring

data-prop-exp?clj

(data-prop-exp? e)

Return true if e is an instance of OWLDataPropertyExpression.

Return true if `e` is an instance of `OWLDataPropertyExpression`.
raw docstring

data-prop?clj

(data-prop? e)

Return true if e is an instance of OWLDataProperty.

Return true if `e` is an instance of `OWLDataProperty`.
raw docstring

data-range?clj

(data-range? e)

Return true if e is an instance of OWLDataRange.

Return true if `e` is an instance of `OWLDataRange`.
raw docstring

data-type?clj

(data-type? e)

Return true if e is an instance of OWLDatatype.

Return true if `e` is an instance of `OWLDatatype`.
raw docstring

individual?clj

(individual? e)

Return true if e is an instance of OWLIndividual.

Return true if `e` is an instance of `OWLIndividual`.
raw docstring

iri?clj

(iri? e)

Return true if e is an instance of IRI.

Return true if `e` is an instance of `IRI`.
raw docstring

literal?clj

(literal? e)

Return true if e is an instance of OWLLiteral.

Return true if `e` is an instance of `OWLLiteral`.
raw docstring

named?clj

(named? e)

Return true if e is an instance of OWLNamedObject.

Return true if `e` is an instance of `OWLNamedObject`.
raw docstring

obj-prop-exp?clj

(obj-prop-exp? e)

Return true if e is an instance of OWLPropertyExpression.

Return true if `e` is an instance of `OWLPropertyExpression`.
raw docstring

ontology?clj

(ontology? e)

Return true if e is an instance of OWLOntology.

Return true if `e` is an instance of `OWLOntology`.
raw docstring

owl-class?clj

(owl-class? e)

Return true if e is an instance of OWLClass.

Return true if `e` is an instance of `OWLClass`.
raw docstring

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

× close