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