owlcollab / oboformat

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

xsd:string should not be used for booleans in deprecated #31

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
currently xsd:string is being used instead of boolean:  <owl:deprecated 
rdf:datatype="http://www.w3.org/2001/XMLSchema#string">true</owl:deprecated>

Original issue reported on code.google.com by cmung...@gmail.com on 15 Jun 2011 at 9:23

GoogleCodeExporter commented 9 years ago
is_obsolete tag now converted to xsd:boolean

Junit: ObsoleteTermTest
File: test_resources/obsolete_term_test.obo

Note: Protege4 still shows deprecated at root node.

Fix committed to svn

Original comment by cmung...@gmail.com on 16 Jun 2011 at 2:46