ts_ids_core.schema.semantic package¶
Submodules¶
Module contents¶
- Model Concept[source]¶
Bases:
IdsElementA concept is a semantic entity (e.g. from a controlled vocabulary) with a unique identifier.
Show JSON schema
{ "description": "A concept is a semantic entity (e.g. from a controlled vocabulary) with a unique identifier.", "type": "object", "properties": { "canonical_id": { "description": "Unique identifier, often a URI assigned to a concept.", "type": [ "string", "null" ] }, "canonical_term": { "description": "Preferred label or name of concept.", "type": [ "string", "null" ] }, "user_facing_display": { "description": "User facing display of the concept.", "type": [ "string", "null" ] } }, "additionalProperties": false }
- Validators:
all_abstract_fields_implemented»all fields