- ROBOT version 1.9.8 (docker-based)
- Command: robot convert --input "GNOme.owl" --format obo --output "GNOme.obo"
I get term stanzas in the OBO file like this:
[Term]
id: GNO:10000273
name: glycan of molecular weight 164.07 Da
def: "A glycan characterized by underivitized molecular weight of 164.07 Daltons." []
is_a: GNO:00000001 ! glycan
property_value: GNO:00000021 GNO:00000012
property_value: GNO:00000024 GNO:00000001
Which is correct, but the AnnotationProperties (GNO:00000021 and GNO:00000024) are not output as their own stanzas (with id, name, def, etc.) and neither are NamedIndividuals (GNO:00000012, ...).
Perhaps this is as intended due to OBO format restrictions, but I was surprised they were missing.
Thanks!