Skip to content

Class: Identified

URI: linkml_common:Identified

classDiagram class Identified click Identified href "../Identified" Identified <|-- PhysicalEntity click PhysicalEntity href "../PhysicalEntity" Identified <|-- Concept click Concept href "../Concept" Identified <|-- InformationEntity click InformationEntity href "../InformationEntity" Identified <|-- Event click Event href "../Event" Identified : id Identified : name

Slots

Name Cardinality and Range Description Inheritance
id 1
Uriorcurie
A unique identifier for a thing direct
name 0..1
String
A human-readable name for a thing direct

Mixin Usage

mixed into description
PhysicalEntity
Concept
InformationEntity An entity that describes some information
Event A thing that happens

Identifier and Mapping Information

Schema Source

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

Mappings

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

LinkML Source

Direct

name: Identified
from_schema: https://w3id.org/linkml/linkml-common
mixin: true
slots:
- id
- name

Induced

name: Identified
from_schema: https://w3id.org/linkml/linkml-common
mixin: true
attributes:
  id:
    name: id
    description: A unique identifier for a thing
    from_schema: https://w3id.org/linkml/linkml-common
    rank: 1000
    slot_uri: schema:identifier
    identifier: true
    alias: id
    owner: Identified
    domain_of:
    - Identified
    range: uriorcurie
  name:
    name: name
    description: A human-readable name for a thing
    from_schema: https://w3id.org/linkml/linkml-common
    exact_mappings:
    - rdfs:label
    rank: 1000
    slot_uri: schema:name
    alias: name
    owner: Identified
    domain_of:
    - Identified
    range: string