Skip to content

robot convert from OWL to OBO drops AnnotationProperties and NamedIndividuals... #1276

@edwardsnj

Description

@edwardsnj
  • 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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions