Liking cljdoc? Tell your friends :D

ontology.annotations

Functions that represent OWL annotations

Functions that represent OWL annotations
raw docstring

annotationclj

(annotation role value)
(annotation annotations role value)

Annotation := 'Annotation' '(' annotationAnnotations AnnotationProperty AnnotationValue ')'

Annotation := 'Annotation' '(' annotationAnnotations AnnotationProperty AnnotationValue ')'
sourceraw docstring

annotationDataTypeclj

(annotationDataType iri)
(annotationDataType prefix name)
(annotationDataType prefix name namespace)

Datatype := IRI

Datatype := IRI
sourceraw docstring

annotationRoleclj

(annotationRole iri)
(annotationRole prefix name)
(annotationRole prefix name namespace)

AnnotationProperty := IRI

AnnotationProperty := IRI
sourceraw docstring

annotationSubjectclj

(annotationSubject subject)

AnnotationSubject := IRI | AnonymousIndividual

AnnotationSubject := IRI | AnonymousIndividual
sourceraw docstring

annotationValueclj

(annotationValue value)

AnnotationValue := AnonymousIndividual | IRI | Literal

AnnotationValue := AnonymousIndividual | IRI | Literal
sourceraw docstring

axiomAnnotationsclj

(axiomAnnotations annotations)

axiomAnnotations := { Annotation }

axiomAnnotations := { Annotation }
sourceraw docstring

metaAnnotationsclj

(metaAnnotations annotations)

annotationAnnotations := { Annotation }

annotationAnnotations := { Annotation }
sourceraw docstring

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

× close