obophenotype / biological-spatial-ontology

An ontology for respresenting spatial concepts, anatomical axes, gradients, regions, planes, sides, and surfaces
Other
13 stars 5 forks source link

Two term stanza have wrong date format for the created_date attribute #32

Closed cmpich closed 3 years ago

cmpich commented 3 years ago

I am getting an error when loading the obo file for the spatial ontology due to these two term stanzas: Two terms (stanzas) are using a date-only syntax for the created_date for which the ontology parser are expecting a date/time stamp:

 [Typedef]
 id: BSPO:0000114
 name: lateral to
 def: "X lateral to y if x is further from the midsagittal plane than y." []
 is_transitive: true
 inverse_of: BSPO:0000115 ! medial to
 created_by: Jennifer Girón
 creation_date: 2021-04-21

 [Typedef]
 id: BSPO:0000115
 name: medial to
 name: X medial to y if x is closer to the midsagittal plane than y.
 is_transitive: true
 created_by: Jennifer Girón
 creation_date: 2021-04-21

Is it possible to either remove those two lines or include a full date and time-stamp like in GO.

matentzn commented 3 years ago

Thank you @cmpich - surprised this is the only OBO format violation. The fix is in #33 and we will make sure its deal with asap.