Derivations
A derivation relates a stem or a root to a derived stem via a derivational process. Optionally, it can reference one or multiple morph(s) contained in the derived stem.
DerivationTable: derivations.csv
Name/Property | Datatype | Cardinality | Description |
---|---|---|---|
ID | string |
A unique identifier for a row in a table. To allow usage of identifiers as path components of URLs IDs must only contain alphanumeric characters, underscore and hyphen. Primary key |
|
Process_ID |
string |
The derivational process involved. References derivationalprocesses.csv. |
|
Target_ID |
string |
The derived stem. References stems.csv. |
|
Source_ID |
string |
The stem to which the derivational process applies. References stems.csv. |
|
Root_ID |
string |
The root to which the derivational process applies. References morphs.csv. |
|
Stempart_IDs |
list of string (separated by , ) |
Specifies one or multiple morphs in the stem marking the derivation. References stemparts.csv. |
|
Comment | string |
A human-readable comment on a resource, providing additional context. |