Skip to content

Class: Typed

URI: linkml_common:Typed

classDiagram class Typed click Typed href "../Typed" Typed <|-- Entity click Entity href "../Entity" Typed : type

Slots

Name Cardinality and Range Description Inheritance
type 0..1
String
A type for a thing direct

Mixin Usage

mixed into description
Entity A physical, digital, conceptual, or other kind of thing with some common char...

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/linkml/linkml-common

Mappings

Mapping Type Mapped Value
self linkml_common:Typed
native linkml_common:Typed

LinkML Source

Direct

name: Typed
from_schema: https://w3id.org/linkml/linkml-common
mixin: true
slots:
- type

Induced

name: Typed
from_schema: https://w3id.org/linkml/linkml-common
mixin: true
attributes:
  type:
    name: type
    description: A type for a thing. The range of this should be a class within the
      schema. It is intended for schema-based classification. Anything beneath the
      shoreline of the schema should use `classification`.
    from_schema: https://w3id.org/linkml/linkml-common
    rank: 1000
    designates_type: true
    alias: type
    owner: Typed
    domain_of:
    - Typed
    range: string