DefinedTerm
CDIFDiscovery::Classes::DefinedTerm
Definition
Stub of CDIFCore::DefinedTerm - a schema.org DefinedTerm typically backed by a SKOS Concept. Used as the controlled-vocabulary alternative to plain strings on measurementTechnique etc.
JSON serialization: In a JSON instance, a property typed as
DefinedTerm may also be supplied as a plain string (the term's label) or as an object reference ({"@id": ...}) instead of a full schema:DefinedTerm object.Diagram
Inheritance
No generalization relationships.
Attributes
| Name | Type | Multiplicity | Description |
|---|---|---|---|
| identifier | XsdAnyUri ↗ | [0..1] | @id - resolvable URI for the term. |
| termCode | string | [0..1] | schema:termCode - the code identifying the term within its DefinedTermSet. |
| additionalType | XsdAnyUri ↗ | [0..*] | schema:additionalType - additional type assertion for this term. |
| inDefinedTermSet | XsdAnyUri ↗ | [0..1] | schema:inDefinedTermSet - @id of the DefinedTermSet this term belongs to. |
Associations
| Role | Target | Multiplicity | Kind |
|---|---|---|---|
| measurementTechnique | ← Dataset ↗ | [0..*] | association |
| measurementTechnique | ← VariableMeasured | [0..1] | association |