Closed zhengj2007 closed 6 years ago
@dosumis I think it may belong to ontology-metadata repository, https://github.com/information-artifact-ontology/ontology-metadata/issues.
Do you mind moving the tracker there?
From @cmungall on September 12, 2018 16:4
or just using skos?
From @dosumis on September 13, 2018 8:53
or just using skos?
Do you have any particular SKOS property in mind? I don't feel that any of the SKOS mapping relations quite work. I actually think a realist way of describing the problem works well in this case:
Neurons types are natural types (Universal is too loaded). There are multiple ways to uniquely identify a neuron type by some combination of the properties they have. When we are truly confident that two or more terms, with different definitions, refer to the same type, then we will merge. Until then we need to relate these terms in some way and track assertions & evidence that they refer to the same type. See example here: https://github.com/FlyBase/drosophila-anatomy-developmental-ontology/pull/347#issuecomment-420634805
SKOS, OTOH has mapping relations like this:
The property skos:closeMatch is used to link two concepts that are sufficiently similar that they can be used interchangeably in some information retrieval applications. In order to avoid the possibility of "compound errors" when combining mappings across more than two concept schemes, skos:closeMatch is not declared to be a transitive property.
I'm not confident that the neuron types in the example could be used interchangeably in some information retrieval applications. Either they are the same type or they are not, we're just not confident enough to say so yet. Further experiments (an experiment assaying expression of the driver used find the descending neuron + fruitless / Octopaminergic neuron marker) are needed.
(I'm not completely dogmatic about this natural-type framing though. We could decide by fiat that the descending neuron term covers all with that morphology, making the other two subclasses - but we'd still merge if all members of the class defined by morphology turned out to be fruitless expressing octopaminergic neurons)
From @cmungall on September 13, 2018 22:15
OK, seems new property is justified - do you want to make a PR, or are you doing these @zhengj2007 ?
@cmungall what does PR mean?
From @dosumis on September 14, 2018 8:22
I'll do it.
On Fri, Sep 14, 2018, 12:26 AM jie zheng notifications@github.com wrote:
@cmungall https://github.com/cmungall what does PR mean?
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/information-artifact-ontology/IAO/issues/207#issuecomment-421183361, or mute the thread https://github.com/notifications/unsubscribe-auth/AAG4x27gkl4FxeMWko5-szc1c2lhdF6Rks5uaumOgaJpZM4WlWW5 .
From @dosumis on September 21, 2018 16:56
@zhengj2007 pull request link above. Can you check the diff and approve if you think OK.
@Clare72 please see pull request for new IRI.
@dosumis The label and definition looks good to me.
Could you please also add following annotation properties?
Thanks!
This term was assign ID as: IAO_0006011
Any thought on what IAO ID range should we reserve for ontology metadata? @cmungall @alanruttenberg @jamesaoverton @mcourtot
Could you please also add following annotation properties? ...
Done https://github.com/information-artifact-ontology/ontology-metadata/pull/39/files
Annotation property 'may be identical to' is added: 59a20a85783fde176b32fe30004185b1337a3d5f
From @dosumis on September 12, 2018 13:9
VFB is dealing with very large numbers of neuronal cell type terms from different sources. Increasingly we have evidence from papers or analysis suggesting that two separately defined terms may actually refer to the same type of neuron. Where such assertions are uncertain, we would like to use an annotation property capture them. The resulting annotation axiom can then be further annotated with provenance info (reference, comment, curator, evidence type etc). This approach will allow us to display potential mappings to users and to track evidence that may eventually be used to inform decisions to merge terms. This is likely to be generally useful in cell ontology work given rapid advances in single cell biology.
Copied from original issue: information-artifact-ontology/IAO#207