Skip to content

Class: NamedThing

URI: schema:Thing

classDiagram class NamedThing click NamedThing href "../NamedThing" NamedThing <|-- Sequence click Sequence href "../Sequence" NamedThing <|-- Source click Source href "../Source" NamedThing : id

Inheritance

Slots

Name Cardinality and Range Description Inheritance
id 1
Integer
A unique identifier for a thing direct

Identifier and Mapping Information

Schema Source

  • from schema: https://opencloning.github.io/OpenCloning_LinkML

Mappings

Mapping Type Mapped Value
self schema:Thing
native opencloning_linkml:NamedThing

LinkML Source

Direct

name: NamedThing
from_schema: https://opencloning.github.io/OpenCloning_LinkML
slots:
- id
class_uri: schema:Thing

Induced

name: NamedThing
from_schema: https://opencloning.github.io/OpenCloning_LinkML
attributes:
  id:
    name: id
    description: A unique identifier for a thing
    from_schema: https://opencloning.github.io/OpenCloning_LinkML
    rank: 1000
    slot_uri: schema:identifier
    identifier: true
    alias: id
    owner: NamedThing
    domain_of:
    - NamedThing
    - Sequence
    range: integer
class_uri: schema:Thing