;; Ontology 'source' in functional syntax
Prefix(: = )
Prefix(rdfs: = )
Ontology(
EquivalentClasses(Annotation(rdfs:comment "I hereby annotate this") :a :b ))
;; Ontology 'source' parsed
(ontology (:blank :ontology)
(equivalentclasses
(annotation !rdfs:comment "I hereby annotate this") !ex:a
!ex:b))
;; Ontology 'source' in rdf/xml
I hereby annotate this
;; Ontology 'source' as ntriples
_:b1 .
.
_:b2 .
_:b2 .
_:b2 .
_:b2 .
_:b2 "I hereby annotate this"^^ .