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

anonymous?clj

(anonymous? e)

Return true if e is an instance of OWLAnonymousIndividual.

Return true if `e` is an instance of `OWLAnonymousIndividual`.
sourceraw 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`.
sourceraw 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`.
sourceraw 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`.
sourceraw 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`.
sourceraw 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`.
sourceraw docstring

individual?clj

(individual? e)

Return true if e is an instance of OWLIndividual.

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

iri?clj

(iri? e)

Return true if e is an instance of IRI.

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

literal?clj

(literal? e)

Return true if e is an instance of OWLLiteral.

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

named?clj

(named? e)

Return true if e is an instance of OWLNamedObject.

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

obj-prop-exp?clj

(obj-prop-exp? e)

Return true if e is an instance of OWLObjectPropertyExpression.

Return true if `e` is an instance of `OWLObjectPropertyExpression`.
sourceraw docstring

obj-prop?clj

(obj-prop? e)

Return true if e is an instance of OWLObjectProperty.

Return true if `e` is an instance of `OWLObjectProperty`.
sourceraw docstring

ontology?clj

(ontology? e)

Return true if e is an instance of OWLOntology.

Return true if `e` is an instance of `OWLOntology`.
sourceraw 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`.
sourceraw docstring

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

× close