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
I think we need to sort out the relationship between annotation/3, annotationAssertion/3 and ontologyAnnotation/3 in owl2_model and owl2_from_rdf. Don't have the bandwidth for this right now...
The text was updated successfully, but these errors were encountered:
I think this should get treated as an ontologyAnnotation/3, but is currently being treated as an annotationAssertion/3. One approach is to allow this and make ontologyAnnotation/3 wrap annotationAssertion/3, need to check the owl2 syntax to see what is best...
see for example:
http://information-artifact-ontology.googlecode.com/svn/releases/2009-11-06/merged/iao.owl
<owl:Ontology rdf:about="">
rdfs:seeAlso
...
is treated as a annotationAssertion/3
I think we need to sort out the relationship between annotation/3, annotationAssertion/3 and ontologyAnnotation/3 in owl2_model and owl2_from_rdf. Don't have the bandwidth for this right now...
The text was updated successfully, but these errors were encountered: