You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is the result (omitting prefix and entity declarations):
AnnotationAssertion(rdfs:label EX:0001 "my class")
SubClassOf(EX:0001 EX:0002)
SubClassOf(Annotation(oboInOwl:is_inferred "true"^^xsd:boolean) EX:0001 EX:0002)
The oboInOwl:hasExactSynonym annotation assertion axiom is removed as expected, but note how there are now twoSubClassOf axioms: one with the oboInOwl:is_inferred annotation preserved (as expected), and one without that annotation.
The text was updated successfully, but these errors were encountered:
The
remove
command sometimes leads to duplicated axioms when producing OFN output.This is best illustrated by an example. Let us consider the following minimal ontology:
Now let us remove all annotation properties except
rdfs:label
andoboInOwl:is_inferred
:This is the result (omitting prefix and entity declarations):
The
oboInOwl:hasExactSynonym
annotation assertion axiom is removed as expected, but note how there are now twoSubClassOf
axioms: one with theoboInOwl:is_inferred
annotation preserved (as expected), and one without that annotation.The text was updated successfully, but these errors were encountered: