Skip to content

Class: Example

usage example and description

URI: [linkml:Example](https://w3id.org/linkml/Example)
classDiagram class Example click Example href "../Example/" Example : value Example : value_description Example : value_object Example --> "0..1" Anything : value_object click Anything href "../Anything/"
## Slots | Name | Cardinality and Range | Description | Inheritance | | --- | --- | --- | --- | | [value](value.md) | 0..1
[String](String.md) | example value | direct | | [value_description](value_description.md) | 0..1
[String](String.md) | description of what the value is doing | direct | | [value_object](value_object.md) | 0..1
[Anything](Anything.md) | direct object representation of the example | direct | ## Usages | used by | used in | type | used | | --- | --- | --- | --- | | [CommonMetadata](CommonMetadata.md) | [examples](examples.md) | range | [Example](Example.md) | | [Element](Element.md) | [examples](examples.md) | range | [Example](Example.md) | | [SchemaDefinition](SchemaDefinition.md) | [examples](examples.md) | range | [Example](Example.md) | | [TypeDefinition](TypeDefinition.md) | [examples](examples.md) | range | [Example](Example.md) | | [SubsetDefinition](SubsetDefinition.md) | [examples](examples.md) | range | [Example](Example.md) | | [Definition](Definition.md) | [examples](examples.md) | range | [Example](Example.md) | | [EnumDefinition](EnumDefinition.md) | [examples](examples.md) | range | [Example](Example.md) | | [EnumBinding](EnumBinding.md) | [examples](examples.md) | range | [Example](Example.md) | | [StructuredAlias](StructuredAlias.md) | [examples](examples.md) | range | [Example](Example.md) | | [AnonymousExpression](AnonymousExpression.md) | [examples](examples.md) | range | [Example](Example.md) | | [PathExpression](PathExpression.md) | [examples](examples.md) | range | [Example](Example.md) | | [AnonymousSlotExpression](AnonymousSlotExpression.md) | [examples](examples.md) | range | [Example](Example.md) | | [SlotDefinition](SlotDefinition.md) | [examples](examples.md) | range | [Example](Example.md) | | [AnonymousClassExpression](AnonymousClassExpression.md) | [examples](examples.md) | range | [Example](Example.md) | | [ClassDefinition](ClassDefinition.md) | [examples](examples.md) | range | [Example](Example.md) | | [ClassRule](ClassRule.md) | [examples](examples.md) | range | [Example](Example.md) | | [ArrayExpression](ArrayExpression.md) | [examples](examples.md) | range | [Example](Example.md) | | [DimensionExpression](DimensionExpression.md) | [examples](examples.md) | range | [Example](Example.md) | | [PatternExpression](PatternExpression.md) | [examples](examples.md) | range | [Example](Example.md) | | [ImportExpression](ImportExpression.md) | [examples](examples.md) | range | [Example](Example.md) | | [Example](Example.md) | [value](value.md) | domain | [Example](Example.md) | | [Example](Example.md) | [value_description](value_description.md) | domain | [Example](Example.md) | | [Example](Example.md) | [value_object](value_object.md) | domain | [Example](Example.md) | | [PermissibleValue](PermissibleValue.md) | [examples](examples.md) | range | [Example](Example.md) | | [UniqueKey](UniqueKey.md) | [examples](examples.md) | range | [Example](Example.md) | | [TypeMapping](TypeMapping.md) | [examples](examples.md) | range | [Example](Example.md) | ## In Subsets * [BasicSubset](BasicSubset.md) ## Identifier and Mapping Information ### Schema Source * from schema: https://w3id.org/linkml/meta ## Mappings | Mapping Type | Mapped Value | | --- | --- | | self | linkml:Example | | native | linkml:Example | ## LinkML Source ### Direct
name: example
description: usage example and description
in_subset:
- BasicSubset
from_schema: https://w3id.org/linkml/meta
slots:
- value
- value_description
- value_object

### Induced
name: example
description: usage example and description
in_subset:
- BasicSubset
from_schema: https://w3id.org/linkml/meta
attributes:
  value:
    name: value
    description: example value
    in_subset:
    - BasicSubset
    from_schema: https://w3id.org/linkml/meta
    rank: 1000
    domain: example
    slot_uri: skos:example
    owner: example
    domain_of:
    - example
    range: string
  value_description:
    name: value_description
    description: description of what the value is doing
    in_subset:
    - BasicSubset
    from_schema: https://w3id.org/linkml/meta
    rank: 1000
    domain: example
    alias: description
    owner: example
    domain_of:
    - example
    range: string
  value_object:
    name: value_object
    description: direct object representation of the example
    in_subset:
    - BasicSubset
    from_schema: https://w3id.org/linkml/meta
    rank: 1000
    domain: example
    alias: object
    owner: example
    domain_of:
    - example
    range: Anything