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

parsing of ontologyAxiom/2 #17

Open
cmungall opened this issue Jul 3, 2010 · 2 comments
Open

parsing of ontologyAxiom/2 #17

cmungall opened this issue Jul 3, 2010 · 2 comments

Comments

@cmungall
Copy link
Collaborator

cmungall commented Jul 3, 2010

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...

@vangelisv
Copy link
Owner

Not clear what is treated a annotationAssertion here.

@cmungall
Copy link
Collaborator Author

cmungall commented Jul 6, 2010

the triple:

iao.owl rdfs:seeAlso http://code.google.com/p/information-artifact-ontology

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...

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

2 participants