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 is a website building & hosting documentation for Clojure/Script libraries
× close