You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The TIMS (Terminology Infrastructure Management Systems) team is looking to make an SSSOM extension for FHIR ConceptMap. One of the fields in ConceptMap is called equivalence. It is a categorical variable indicating the relationship between two concepts. The task here is to decide which relationship field CURIEs (that's what I call them, at least) map to each of these categories.
Sub-tasks
Pertaining to any boxes checked below, the check indicates that I've located what I feel are some good mappings. But it doesn't necessarily mean that we've located all of the CURIEs that might appropriately map to the field.
1. relatedto
2. equivalent
3. equal
4. wider
5. subsumes
6. narrower
7. specializes
8. inexact
9. unmatched
10. disjoint
Sub-tasks, expanded
1. relatedto
Definition: The concepts are related to each other, and have at least some overlap in meaning, but the exact relationship is not known.
Candidates:
i. skos:related
ii. skos:relatedMatch
2. equivalent
Definition: The definitions of the concepts mean the same thing (including when structural implications of meaning are considered) (i.e. extensionally identical).
Candidates:
i. skos:exactMatch
Notes: Whatever maps to this cannot also be used for equal, and vice versa.
3. equal
Definition: The definitions of the concepts are exactly the same (i.e. only grammatical differences) and structural implications of meaning are identical or irrelevant (i.e. intentionally identical).
Candidates:
i. skos:exactMatch
Notes: Whatever maps to this cannot also be used for equivalent, and vice versa.
4. wider
Definition: The target mapping is wider in meaning than the source concept.
Candidates:
i. skos:broader
ii. skos:broadMatch
5. subsumes
Definition: The target mapping subsumes the meaning of the source concept (e.g. the source is-a target).
Candidates:
i. rdfs:subClassOf
6. narrower
Definition: The target mapping is narrower in meaning than the source concept. The sense in which the mapping is narrower SHALL be described in the comments in this case, and applications should be careful when attempting to use these mappings operationally.
Candidates:
i. skos:narrower
ii. skos:narrowMatch
7. specializes
Definition: The target mapping specializes the meaning of the source concept (e.g. the target is-a source).
Candidates:
i. ?
8. inexact
Definition: The target mapping overlaps with the source concept, but both source and target cover additional meaning, or the definitions are imprecise and it is uncertain whether they have the same boundaries to their meaning. The sense in which the mapping is inexact SHALL be described in the comments in this case, and applications should be careful when attempting to use these mappings operationally.
Candidates:
i. ?
9. unmatched
Definition: There is no match for this concept in the target code system.
Candidates:
i. ?
10. disjoint
Definition: This is an explicit assertion that there is no mapping between the source and target concept.
Candidates:
i. owl:disjointWith
The text was updated successfully, but these errors were encountered:
Description
The TIMS (Terminology Infrastructure Management Systems) team is looking to make an SSSOM extension for FHIR ConceptMap. One of the fields in ConceptMap is called equivalence. It is a categorical variable indicating the relationship between two concepts. The task here is to decide which relationship field CURIEs (that's what I call them, at least) map to each of these categories.
Sub-tasks
Pertaining to any boxes checked below, the check indicates that I've located what I feel are some good mappings. But it doesn't necessarily mean that we've located all of the CURIEs that might appropriately map to the field.
Sub-tasks, expanded
1. relatedto
Definition: The concepts are related to each other, and have at least some overlap in meaning, but the exact relationship is not known.
Candidates:
i. skos:related
ii. skos:relatedMatch
2. equivalent
Definition: The definitions of the concepts mean the same thing (including when structural implications of meaning are considered) (i.e. extensionally identical).
Candidates:
i. skos:exactMatch
Notes: Whatever maps to this cannot also be used for
equal
, and vice versa.3. equal
Definition: The definitions of the concepts are exactly the same (i.e. only grammatical differences) and structural implications of meaning are identical or irrelevant (i.e. intentionally identical).
Candidates:
i. skos:exactMatch
Notes: Whatever maps to this cannot also be used for
equivalent
, and vice versa.4. wider
Definition: The target mapping is wider in meaning than the source concept.
Candidates:
i. skos:broader
ii. skos:broadMatch
5. subsumes
Definition: The target mapping subsumes the meaning of the source concept (e.g. the source is-a target).
Candidates:
i. rdfs:subClassOf
6. narrower
Definition: The target mapping is narrower in meaning than the source concept. The sense in which the mapping is narrower SHALL be described in the comments in this case, and applications should be careful when attempting to use these mappings operationally.
Candidates:
i. skos:narrower
ii. skos:narrowMatch
7. specializes
Definition: The target mapping specializes the meaning of the source concept (e.g. the target is-a source).
Candidates:
i. ?
8. inexact
Definition: The target mapping overlaps with the source concept, but both source and target cover additional meaning, or the definitions are imprecise and it is uncertain whether they have the same boundaries to their meaning. The sense in which the mapping is inexact SHALL be described in the comments in this case, and applications should be careful when attempting to use these mappings operationally.
Candidates:
i. ?
9. unmatched
Definition: There is no match for this concept in the target code system.
Candidates:
i. ?
10. disjoint
Definition: This is an explicit assertion that there is no mapping between the source and target concept.
Candidates:
i. owl:disjointWith
The text was updated successfully, but these errors were encountered: