curation_rule
URI: sssom:curation_rule
Applicable to: Mapping
Description
A curation rule is a (potentially) complex condition executed by an agent that led to the establishment of a mapping. Curation rules often involve complex domain-specific considerations, which are hard to capture in an automated fashion. The curation rule is captured as a resource rather than a string, which enables higher levels of transparency and sharing across mapping sets. The URI representation of the curation rule is expected to be a resolvable identifier which provides details about the nature of the curation rule.
Properties
- Range: EntityReference. The range of the element is the type of the value that can be assigned to it.
- Multivalued: True. If the element is multivalued, more than one value can be attached to the same field. In the TSV format, these are
|
separated. - Required?: Optional (You can add this element to the mapping or mapping set, but it is not required.)
Examples
Example: DISEASE_MAPPING_COMMONS_RULES:MPR2
Example value:
DISEASE_MAPPING_COMMONS_RULES:MPR2
Description: A reference to the Disease Mapping Commons rule with the ID MPR2.
See Also
These are some relevant resources you might find useful to get additional information about the element, such as example implementations, issues and pull requests.
- https://github.com/mapping-commons/sssom/issues/166
- https://github.com/mapping-commons/sssom/pull/258
- https://github.com/mapping-commons/sssom/blob/master/examples/schema/curation_rule.sssom.tsv
Schema developer documentation
LinkML source
name: curation_rule
description: A curation rule is a (potentially) complex condition executed by an agent
that led to the establishment of a mapping. Curation rules often involve complex
domain-specific considerations, which are hard to capture in an automated fashion.
The curation rule is captured as a resource rather than a string, which enables
higher levels of transparency and sharing across mapping sets. The URI representation
of the curation rule is expected to be a resolvable identifier which provides details
about the nature of the curation rule.
examples:
- value: DISEASE_MAPPING_COMMONS_RULES:MPR2
description: A reference to the Disease Mapping Commons rule with the ID MPR2.
from_schema: https://w3id.org/sssom/schema/
see_also:
- https://github.com/mapping-commons/sssom/issues/166
- https://github.com/mapping-commons/sssom/pull/258
- https://github.com/mapping-commons/sssom/blob/master/examples/schema/curation_rule.sssom.tsv
rank: 1000
alias: curation_rule
domain_of:
- mapping
range: EntityReference
multivalued: true