Class: unique_key
a collection of slots whose values uniquely identify an instance of a class
URI: linkml:UniqueKey
Uses Mixin
- mixin: Extensible - mixin for classes that support extension
- mixin: Annotatable - mixin for classes that support annotations
- mixin: CommonMetadata - Generic metadata shared across definitions
Referenced by Class
Attributes
Own
- unique_key_name 1..1
- Description: name of the unique key
- Range: String
- in subsets: (basic,relational_model)
- unique_key_slots 1..*
- Description: list of slot names that form a key
- Range: SlotDefinition
- in subsets: (basic,relational_model)
Mixed in from extensible:
- extensions 0..*
- Description: a tag/text tuple attached to an arbitrary element
- Range: Extension
Mixed in from annotatable:
- annotations 0..*
- Description: a collection of tag/text tuples with the semantics of OWL Annotation
- Range: Annotation
Mixed in from common_metadata:
- description 0..1
- Description: a description of the element's purpose and use
- Range: String
- in subsets: (basic)
Mixed in from common_metadata:
- alt_descriptions 0..*
- Range: AltDescription
- in subsets: (basic)
Mixed in from common_metadata:
Mixed in from common_metadata:
- deprecated 0..1
- Description: Description of why and when this element will no longer be used
- Range: String
- in subsets: (basic)
Mixed in from common_metadata:
Mixed in from common_metadata:
- notes 0..*
- Description: editorial notes about an element intended for internal consumption
- Range: String
- in subsets: (owl,basic)
Mixed in from common_metadata:
- comments 0..*
- Description: notes and comments about an element intended for external consumption
- Range: String
- in subsets: (owl,basic)
Mixed in from common_metadata:
Mixed in from common_metadata:
- in_subset 0..*
- Description: used to indicate membership of a term in a defined subset of terms used for a particular domain or application (e.g. the translator_minimal subset holding the minimal set of predicates used in a translator knowledge graph)
- Range: SubsetDefinition
- in subsets: (basic)
Mixed in from common_metadata:
- from_schema 0..1
- Description: id of the schema that defined the element
- Range: Uri
Mixed in from common_metadata:
- imported_from 0..1
- Description: the imports entry that this element was derived from. Empty means primary source
- Range: String
Mixed in from common_metadata:
- source 0..1
- Description: A related resource from which the element is derived.
- Range: Uriorcurie
- in subsets: (basic)
Mixed in from common_metadata:
- in_language 0..1
- Range: String
Mixed in from common_metadata:
- see_also 0..*
- Description: a reference
- Range: Uriorcurie
- in subsets: (owl,basic)
Mixed in from common_metadata:
- deprecated element has exact replacement 0..1
- Description: When an element is deprecated, it can be automatically replaced by this uri or curie
- Range: Uriorcurie
Mixed in from common_metadata:
- deprecated element has possible replacement 0..1
- Description: When an element is deprecated, it can be potentially replaced by this uri or curie
- Range: Uriorcurie
Other properties
In Subsets: | basic | |
relational_model |