Enum: CurationTypeEnum
Code used to describe how a slot / attribute was curated.
URI: CurationTypeEnum
Permissible Values
Value | Meaning | Description |
---|---|---|
manual_everycure | None | Manually curated by a Matrix medical expert |
manual_mondo | None | Manually curated by the Mondo team |
llm | None | Automatically curated by a script or algorithm |
ontology_hierarchy | None | Automatically extracted from the ontology hierarchy |
external_source | None | Automatically extracted from an external source |
lexical_matching | None | Automatically curated from a lexical matching algorithm |
Slots
Name | Description |
---|---|
curation_type | The type of curation (manual / automatic) |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/everycure-org/matrix-schema
LinkML Source
name: CurationTypeEnum
description: Code used to describe how a slot / attribute was curated.
from_schema: https://w3id.org/everycure-org/matrix-schema
rank: 1000
permissible_values:
manual_everycure:
text: manual_everycure
description: Manually curated by a Matrix medical expert.
manual_mondo:
text: manual_mondo
description: Manually curated by the Mondo team.
llm:
text: llm
description: Automatically curated by a script or algorithm.
ontology_hierarchy:
text: ontology_hierarchy
description: Automatically extracted from the ontology hierarchy.
external_source:
text: external_source
description: Automatically extracted from an external source.
lexical_matching:
text: lexical_matching
description: Automatically curated from a lexical matching algorithm.