Skip to content

Class: Simulation

URI: APOLLO_SV:00000070

classDiagram class Simulation PlannedProcess <|-- Simulation Simulation : akc_id Simulation : description Simulation : name

Inheritance

Slots

Name Cardinality and Range Description Inheritance
name 0..1
String
A human-readable name for a thing NamedThing
description 0..1
String
A human-readable description for a thing NamedThing
akc_id 1..1
Uriorcurie
A unique identifier for a thing in the AKC AKObject

Usages

used by used in type used
Investigation simulations range Simulation

Identifier and Mapping Information

Schema Source

  • from schema: https://github.com/airr-knowledge/ak-schema

Mappings

Mapping Type Mapped Value
self APOLLO_SV:00000070
native ak_schema:Simulation

LinkML Source

Direct

name: Simulation
from_schema: https://github.com/airr-knowledge/ak-schema
is_a: PlannedProcess
class_uri: APOLLO_SV:00000070

Induced

name: Simulation
from_schema: https://github.com/airr-knowledge/ak-schema
is_a: PlannedProcess
attributes:
  name:
    name: name
    description: A human-readable name for a thing
    from_schema: https://github.com/airr-knowledge/ak-schema
    rank: 1000
    slot_uri: schema:name
    alias: name
    owner: Simulation
    domain_of:
    - NamedThing
    range: string
  description:
    name: description
    description: A human-readable description for a thing
    from_schema: https://github.com/airr-knowledge/ak-schema
    rank: 1000
    slot_uri: schema:description
    alias: description
    owner: Simulation
    domain_of:
    - NamedThing
    range: string
  akc_id:
    name: akc_id
    description: A unique identifier for a thing in the AKC.
    from_schema: https://github.com/airr-knowledge/ak-schema
    rank: 1000
    slot_uri: schema:identifier
    identifier: true
    alias: akc_id
    owner: Simulation
    domain_of:
    - AKObject
    range: uriorcurie
    required: true
class_uri: APOLLO_SV:00000070