owlcollab / oboformat

Automatically exported from code.google.com/p/oboformat
5 stars 2 forks source link

owl:versionIRI not translated to data-version tag #59

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
The following:

   <owl:Ontology rdf:about="http://purl.obolibrary.org/obo/go.owl">
       <owl:versionIRI rdf:resource="http://purl.obolibrary.org/obo/go/2011-11-18/go.owl"/>
   </owl:Ontology>

should generate a data-version tag in the OBODoc header.

This needs properly clarified in the spec AND in the implementation

Original issue reported on code.google.com by cmung...@gmail.com on 18 Nov 2011 at 8:00

GoogleCodeExporter commented 9 years ago
Currently the obo2owl and owl2obo use the ontology annotation with the 
annotation property 'http://www.geneontology.org/formats/oboInOwl#data-version' 
to round trip the information.

Original comment by HDie...@lbl.gov on 15 Dec 2011 at 11:45