We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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:
it disappears temporarily if we try and annotate the ghost annotation:
The text was updated successfully, but these errors were encountered:
b900d36
No branches or pull requests
See the following ontology. Note that both X1 and X2 have rdfs:comment annotations with the value "foo". However, only X1's is annotated
however, the axiom annotation shows up in the view for X2:
it disappears temporarily if we try and annotate the ghost annotation:
The text was updated successfully, but these errors were encountered: