;; Ontology 'source' in functional syntax
Prefix(: = )
Prefix(rdfs: = )
Ontology(
NegativeObjectPropertyAssertion(:p1 :s1 :o1)
NegativeDataPropertyAssertion(:p2 :s2 :o2)
NegativeObjectPropertyAssertion(ObjectInverseOf(:p3) :s3 :o3)
NegativeObjectPropertyAssertion(Annotation(rdfs:comment "I hereby annotate this") :p4 :s4 :o4)
NegativeDataPropertyAssertion(Annotation(rdfs:comment "I hereby annotate this too") :p5 :s5 :o5)
NegativeObjectPropertyAssertion(Annotation(rdfs:comment "I hereby annotate this also") ObjectInverseOf(:p6) :s6 :o6)
NegativeObjectPropertyAssertion(Annotation(Annotation(rdfs:label "on seven") rdfs:comment "I hereby annotate this") :p7 :s7 :o7)
NegativeDataPropertyAssertion(Annotation(Annotation(rdfs:label "on eight") rdfs:comment "I hereby annotate this too") :p8 :s8 :o8)
NegativeObjectPropertyAssertion(Annotation(Annotation(rdfs:label "on nine") rdfs:comment "I hereby annotate this also") ObjectInverseOf(:p9) :s9 :o9)
)
;; Ontology 'source' parsed
(ontology (:blank :ontology)
(negativeobjectpropertyassertion !ex:p1 !ex:s1 !ex:o1)
(negativedatapropertyassertion !ex:p2 !ex:s2 !ex:o2)
(negativeobjectpropertyassertion (objectinverseof !ex:p3)
!ex:s3 !ex:o3)
(negativeobjectpropertyassertion
(annotation !rdfs:comment "I hereby annotate this") !ex:p4
!ex:s4 !ex:o4)
(negativedatapropertyassertion
(annotation !rdfs:comment "I hereby annotate this too")
!ex:p5 !ex:s5 !ex:o5)
(negativeobjectpropertyassertion
(annotation !rdfs:comment "I hereby annotate this also")
(objectinverseof !ex:p6) !ex:s6 !ex:o6)
(negativeobjectpropertyassertion
(annotation (annotation !rdfs:label "on seven")
!rdfs:comment
"I hereby annotate this")
!ex:p7 !ex:s7 !ex:o7)
(negativedatapropertyassertion
(annotation (annotation !rdfs:label "on eight")
!rdfs:comment
"I hereby annotate this too")
!ex:p8 !ex:s8 !ex:o8)
(negativeobjectpropertyassertion
(annotation (annotation !rdfs:label "on nine")
!rdfs:comment
"I hereby annotate this also")
(objectinverseof !ex:p9) !ex:s9 !ex:o9))
;; Ontology 'source' in rdf/xml
I hereby annotate this
I hereby annotate this also
I hereby annotate this
I hereby annotate this
on seven
I hereby annotate this also
I hereby annotate this also
on nine
I hereby annotate this too
I hereby annotate this too
I hereby annotate this too
on eight
;; Ontology 'source' as ntriples
_:b1 .
_:b2 .
_:b2 .
_:b2 .
_:b2 .
_:b3 .
_:b3 .
_:b3 .
_:b3 .
_:b4 .
_:b4 .
_:b5 .
_:b4 _:b5 .
_:b4 .
_:b6 .
_:b6 .
_:b6 .
_:b6 .
_:b6 "I hereby annotate this"^^ .
_:b7 .
_:b7 .
_:b7 .
_:b7 .
_:b7 "I hereby annotate this too"^^ .
_:b8 .
_:b8 .
_:b9 .
_:b8 _:b9 .
_:b8 .
_:b8 "I hereby annotate this also"^^ .
_:b10 .
_:b10 .
_:b10 .
_:b10 .
_:b10 "I hereby annotate this"^^ .
_:b11 .
_:b11 _:b10 .
_:b11 .
_:b11 "I hereby annotate this"^^ .
_:b11 "on seven"^^ .
_:b12 .
_:b12 .
_:b12 .
_:b12 .
_:b12 "I hereby annotate this too"^^ .
_:b13 .
_:b13 _:b12 .
_:b13 .
_:b13 "I hereby annotate this too"^^ .
_:b13 "on eight"^^ .
_:b14 .
_:b14 .
_:b15 .
_:b14 _:b15 .
_:b14 .
_:b14 "I hereby annotate this also"^^ .
_:b16 .
_:b16 _:b14 .
_:b16 .
_:b16 "I hereby annotate this also"^^ .
_:b16 "on nine"^^ .