Skip to content

Class: Annotatable

mixin for classes that support annotations

URI: [linkml:Annotatable](https://w3id.org/linkml/Annotatable)
classDiagram class Annotatable click Annotatable href "../Annotatable/" Annotatable <|-- Element click Element href "../Element/" Annotatable <|-- EnumBinding click EnumBinding href "../EnumBinding/" Annotatable <|-- StructuredAlias click StructuredAlias href "../StructuredAlias/" Annotatable <|-- AnonymousExpression click AnonymousExpression href "../AnonymousExpression/" Annotatable <|-- PathExpression click PathExpression href "../PathExpression/" Annotatable <|-- ClassRule click ClassRule href "../ClassRule/" Annotatable <|-- ArrayExpression click ArrayExpression href "../ArrayExpression/" Annotatable <|-- DimensionExpression click DimensionExpression href "../DimensionExpression/" Annotatable <|-- PatternExpression click PatternExpression href "../PatternExpression/" Annotatable <|-- ImportExpression click ImportExpression href "../ImportExpression/" Annotatable <|-- PermissibleValue click PermissibleValue href "../PermissibleValue/" Annotatable <|-- UniqueKey click UniqueKey href "../UniqueKey/" Annotatable <|-- TypeMapping click TypeMapping href "../TypeMapping/" Annotatable <|-- Annotation click Annotation href "../Annotation/" Annotatable : annotations Annotatable --> "*" Annotation : annotations click Annotation href "../Annotation/"
## Class Properties | Property | Value | | --- | --- | | Mixin | Yes | ## Slots | Name | Cardinality and Range | Description | Inheritance | | --- | --- | --- | --- | | [annotations](annotations.md) | *
[Annotation](Annotation.md) | a collection of tag/text tuples with the semantics of OWL Annotation | direct | ## Mixin Usage | mixed into | description | | --- | --- | | [Element](Element.md) | A named element in the model | | [EnumBinding](EnumBinding.md) | A binding of a slot or a class to a permissible value from an enumeration | | [StructuredAlias](StructuredAlias.md) | object that contains meta data about a synonym or alias including where it ca... | | [AnonymousExpression](AnonymousExpression.md) | An abstract parent class for any nested expression | | [PathExpression](PathExpression.md) | An expression that describes an abstract path from an object to another throu... | | [ClassRule](ClassRule.md) | A rule that applies to instances of a class | | [ArrayExpression](ArrayExpression.md) | defines the dimensions of an array | | [DimensionExpression](DimensionExpression.md) | defines one of the dimensions of an array | | [PatternExpression](PatternExpression.md) | a regular expression pattern used to evaluate conformance of a string | | [ImportExpression](ImportExpression.md) | an expression describing an import | | [PermissibleValue](PermissibleValue.md) | a permissible value, accompanied by intended text and an optional mapping to ... | | [UniqueKey](UniqueKey.md) | a collection of slots whose values uniquely identify an instance of a class | | [TypeMapping](TypeMapping.md) | Represents how a slot or type can be serialized to a format | | [Annotation](Annotation.md) | a tag/value pair with the semantics of OWL Annotation | ## Usages | used by | used in | type | used | | --- | --- | --- | --- | | [Element](Element.md) | [annotations](annotations.md) | domain | [Annotatable](Annotatable.md) | | [SchemaDefinition](SchemaDefinition.md) | [annotations](annotations.md) | domain | [Annotatable](Annotatable.md) | | [TypeDefinition](TypeDefinition.md) | [annotations](annotations.md) | domain | [Annotatable](Annotatable.md) | | [SubsetDefinition](SubsetDefinition.md) | [annotations](annotations.md) | domain | [Annotatable](Annotatable.md) | | [Definition](Definition.md) | [annotations](annotations.md) | domain | [Annotatable](Annotatable.md) | | [EnumDefinition](EnumDefinition.md) | [annotations](annotations.md) | domain | [Annotatable](Annotatable.md) | | [EnumBinding](EnumBinding.md) | [annotations](annotations.md) | domain | [Annotatable](Annotatable.md) | | [StructuredAlias](StructuredAlias.md) | [annotations](annotations.md) | domain | [Annotatable](Annotatable.md) | | [AnonymousExpression](AnonymousExpression.md) | [annotations](annotations.md) | domain | [Annotatable](Annotatable.md) | | [PathExpression](PathExpression.md) | [annotations](annotations.md) | domain | [Annotatable](Annotatable.md) | | [AnonymousSlotExpression](AnonymousSlotExpression.md) | [annotations](annotations.md) | domain | [Annotatable](Annotatable.md) | | [SlotDefinition](SlotDefinition.md) | [annotations](annotations.md) | domain | [Annotatable](Annotatable.md) | | [AnonymousClassExpression](AnonymousClassExpression.md) | [annotations](annotations.md) | domain | [Annotatable](Annotatable.md) | | [ClassDefinition](ClassDefinition.md) | [annotations](annotations.md) | domain | [Annotatable](Annotatable.md) | | [ClassRule](ClassRule.md) | [annotations](annotations.md) | domain | [Annotatable](Annotatable.md) | | [ArrayExpression](ArrayExpression.md) | [annotations](annotations.md) | domain | [Annotatable](Annotatable.md) | | [DimensionExpression](DimensionExpression.md) | [annotations](annotations.md) | domain | [Annotatable](Annotatable.md) | | [PatternExpression](PatternExpression.md) | [annotations](annotations.md) | domain | [Annotatable](Annotatable.md) | | [ImportExpression](ImportExpression.md) | [annotations](annotations.md) | domain | [Annotatable](Annotatable.md) | | [PermissibleValue](PermissibleValue.md) | [annotations](annotations.md) | domain | [Annotatable](Annotatable.md) | | [UniqueKey](UniqueKey.md) | [annotations](annotations.md) | domain | [Annotatable](Annotatable.md) | | [TypeMapping](TypeMapping.md) | [annotations](annotations.md) | domain | [Annotatable](Annotatable.md) | | [Annotatable](Annotatable.md) | [annotations](annotations.md) | domain | [Annotatable](Annotatable.md) | | [Annotation](Annotation.md) | [annotations](annotations.md) | domain | [Annotatable](Annotatable.md) | ## Identifier and Mapping Information ### Schema Source * from schema: https://w3id.org/linkml/meta ## Mappings | Mapping Type | Mapped Value | | --- | --- | | self | linkml:Annotatable | | native | linkml:Annotatable | ## LinkML Source ### Direct
name: annotatable
description: mixin for classes that support annotations
from_schema: https://w3id.org/linkml/meta
mixin: true
slots:
- annotations

### Induced
name: annotatable
description: mixin for classes that support annotations
from_schema: https://w3id.org/linkml/meta
mixin: true
attributes:
  annotations:
    name: annotations
    description: a collection of tag/text tuples with the semantics of OWL Annotation
    from_schema: https://w3id.org/linkml/meta
    rank: 1000
    is_a: extensions
    domain: annotatable
    owner: annotatable
    domain_of:
    - annotatable
    - annotation
    range: annotation
    multivalued: true
    inlined: true