subject_preprocessing
URI: sssom:subject_preprocessing
Applicable to: Mapping, MappingSet
Description
Method of preprocessing applied to the fields of the subject. If different preprocessing steps were performed on different fields, it is recommended to store the match in separate rows.
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: semapv:Stemming
Example value:
semapv:Stemming
Example: semapv:StopWordRemoval
Example value:
semapv:StopWordRemoval
Schema developer documentation
LinkML source
name: subject_preprocessing
instantiates:
- sssom:Propagatable
annotations:
propagated:
tag: propagated
value: true
description: Method of preprocessing applied to the fields of the subject. If different
preprocessing steps were performed on different fields, it is recommended to store
the match in separate rows.
examples:
- value: semapv:Stemming
- value: semapv:StopWordRemoval
from_schema: https://w3id.org/sssom/schema/
rank: 1000
alias: subject_preprocessing
domain_of:
- mapping set
- mapping
range: EntityReference
multivalued: true