owlcollab / owltools

OWLTools
BSD 3-Clause "New" or "Revised" License
108 stars 33 forks source link

GafSolrDocumentLoader should load secondary taxa #151

Open cmungall opened 8 years ago

cmungall commented 8 years ago

ann-config.yaml has:

  - id: secondary_taxon
    description: "Secondary taxon."
    display_name: Secondary taxon
    type: string
    property: []
  - id: secondary_taxon_label
    description: "Secondary taxon."
    display_name: Secondary taxon
    type: string
    property: []
    searchable: true
  - id: secondary_taxon_closure
    description: "Secondary taxon closure."
    display_name: Secondary taxon
    type: string
    cardinality: multi
    property: []
  - id: secondary_taxon_closure_label
    description: "Secondary taxon closure."
    display_name: Secondary taxon
    type: string
    cardinality: multi
    property: []
    searchable: true

but these are not populated

kltm commented 8 years ago

There are a fair number of fields that are defined, but not populated, for future use. Coming from this group (2013-09 !), there are:

Any continued interest in these others?

cmungall commented 8 years ago

Yes, there are tickets for these in the amigo tracker

These two are non-trivial and involve reasoning, but secondary_taxon should be trivial

cmungall commented 5 years ago

pinging myself about this one