Class: InstanceAnnotation
Key/value pair that can be used to add metadata to an object.
URI: base:InstanceAnnotation
classDiagram
class InstanceAnnotation
InstanceAnnotation <|-- CustomProperty
InstanceAnnotation : key
InstanceAnnotation : value
Inheritance
- InstanceAnnotation
Attributes (AKA Slots)
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
key | 0..1 String |
The identifier of a key/value pair | direct |
value | 0..1 String |
The real metadata of a key/value pair | direct |
Deprecated attributes
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
Usages
Identifier and Mapping Information
Mappings
Mapping Type | Mapped Value |
---|---|
self | base:InstanceAnnotation |
native | base:InstanceAnnotation |
LinkML Source
Direct
name: InstanceAnnotation
description: Key/value pair that can be used to add metadata to an object.
from_schema: https://common-device-management.code.siemens.io/documentation/asset-modeling/base-schema/v0.10.0/iah-base.jsonld
rank: 1000
attributes:
key:
name: key
description: The identifier of a key/value pair.
from_schema: https://common-device-management.code.siemens.io/documentation/asset-modeling/base-schema/v0.10.0/iah-base.jsonld
rank: 1000
domain_of:
- InstanceAnnotation
range: string
value:
name: value
description: The real metadata of a key/value pair.
from_schema: https://common-device-management.code.siemens.io/documentation/asset-modeling/base-schema/v0.10.0/iah-base.jsonld
rank: 1000
domain_of:
- InstanceAnnotation
range: string
Induced
name: InstanceAnnotation
description: Key/value pair that can be used to add metadata to an object.
from_schema: https://common-device-management.code.siemens.io/documentation/asset-modeling/base-schema/v0.10.0/iah-base.jsonld
rank: 1000
attributes:
key:
name: key
description: The identifier of a key/value pair.
from_schema: https://common-device-management.code.siemens.io/documentation/asset-modeling/base-schema/v0.10.0/iah-base.jsonld
rank: 1000
alias: key
owner: InstanceAnnotation
domain_of:
- InstanceAnnotation
range: string
value:
name: value
description: The real metadata of a key/value pair.
from_schema: https://common-device-management.code.siemens.io/documentation/asset-modeling/base-schema/v0.10.0/iah-base.jsonld
rank: 1000
alias: value
owner: InstanceAnnotation
domain_of:
- InstanceAnnotation
range: string