Skip to content

curation_rule_text

URI: sssom:curation_rule_text

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 should be captured as a resource (entity reference) rather than a string (see curation_rule element), which enables higher levels of transparency and sharing across mapping sets. The textual representation of curation rule is intended to be used in cases where (1) the creation of a resource is not practical from the perspective of the mapping_provider and (2) as an additional piece of metadata to augment the curation_rule element with a human readable text.

Properties

  • Range: String. 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: The two phenotypes inhere in homologous structures and exhibit the same phenotypic quality.

Example value:

The two phenotypes inhere in homologous structures and exhibit the same phenotypic quality.

Example: The two diseases are used synonymous in the medical literature.

Example value:

The two diseases are used synonymous in the medical literature.

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.

Schema developer documentation

LinkML source
name: curation_rule_text
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 should be captured as a resource (entity reference) rather than
  a string (see curation_rule element), which enables higher levels of transparency
  and sharing across mapping sets. The textual representation of curation rule is
  intended to be used in cases where (1) the creation of a resource is not practical
  from the perspective of the mapping_provider and (2) as an additional piece of metadata
  to augment the curation_rule element with a human readable text.
examples:
- value: The two phenotypes inhere in homologous structures and exhibit the same phenotypic
    quality.
- value: The two diseases are used synonymous in the medical literature.
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_text.sssom.tsv
rank: 1000
alias: curation_rule_text
domain_of:
- mapping
range: string
multivalued: true