Skip to content

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

Description

@edwardsnj

NOTE: repost of ticket robot ticket #1276 per suggestion of @matentzn

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    1.4 major issuesissues that are priority to address in 1.6

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions