Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ghost axiom annotations show up where they are not meant to #223

Closed
cmungall opened this issue Jun 3, 2015 · 0 comments
Closed

Ghost axiom annotations show up where they are not meant to #223

cmungall opened this issue Jun 3, 2015 · 0 comments

Comments

@cmungall
Copy link

cmungall commented Jun 3, 2015

See the following ontology. Note that both X1 and X2 have rdfs:comment annotations with the value "foo". However, only X1's is annotated

Prefix(owl:=<http://www.w3.org/2002/07/owl#>)
Prefix(rdf:=<http://www.w3.org/1999/02/22-rdf-syntax-ns#>)
Prefix(xml:=<http://www.w3.org/XML/1998/namespace>)
Prefix(xsd:=<http://www.w3.org/2001/XMLSchema#>)
Prefix(obo:=<http://purl.obolibrary.org/obo/>)
Prefix(rdfs:=<http://www.w3.org/2000/01/rdf-schema#>)


Ontology(<http://x.org/test>

Declaration(Class(obo:X_1))
Declaration(Class(obo:X_2))
Declaration(AnnotationProperty(rdfs:seeAlso))
Declaration(AnnotationProperty(rdfs:comment))
AnnotationAssertion(Annotation(rdfs:seeAlso "bar") rdfs:comment obo:X_1 "foo")
AnnotationAssertion(rdfs:comment obo:X_2 "foo")
)

however, the axiom annotation shows up in the view for X2:

screen shot 2015-06-03 at 12 41 26 pm

it disappears temporarily if we try and annotate the ghost annotation:

screen shot 2015-06-03 at 12 41 51 pm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant