;; Ontology 'source' in functional syntax
Prefix(: = )
Ontology(Annotation(Annotation(:member :a) Annotation(:member :b) Annotation(:member :c) :for :eqc)
EquivalentClasses( :a :b :c))
;; Ontology 'source' parsed
(ontology (:blank :ontology)
(annotation (annotation !ex:member !ex:a)
(annotation !ex:member !ex:b)
(annotation !ex:member !ex:c)
!ex:for
!ex:eqc)
(equivalentclasses !ex:a !ex:b !ex:c))
;; Ontology 'source' in rdf/xml
;; Ontology 'source' as ntriples
_:b1 .
_:b1 .
_:b2 .
_:b2 _:b1 .
_:b2 .
_:b2 .
_:b2 .
_:b2 .
_:b2 .
.
.