Functions that represent OWL annotations
Functions that represent OWL annotations
(annotation role value)(annotation annotations role value)Annotation := 'Annotation' '(' annotationAnnotations AnnotationProperty AnnotationValue ')'
Annotation := 'Annotation' '(' annotationAnnotations AnnotationProperty AnnotationValue ')'
(annotationDataType iri)(annotationDataType prefix name)(annotationDataType prefix name namespace)Datatype := IRI
Datatype := IRI
(annotationRole iri)(annotationRole prefix name)(annotationRole prefix name namespace)AnnotationProperty := IRI
AnnotationProperty := IRI
(annotationSubject subject)AnnotationSubject := IRI | AnonymousIndividual
AnnotationSubject := IRI | AnonymousIndividual
(annotationValue value)AnnotationValue := AnonymousIndividual | IRI | Literal
AnnotationValue := AnonymousIndividual | IRI | Literal
(axiomAnnotations annotations)axiomAnnotations := { Annotation }
axiomAnnotations := { Annotation }
(metaAnnotations annotations)annotationAnnotations := { Annotation }
annotationAnnotations := { Annotation }
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |