Skip to content

Class: NamedThing

Name and description for AKC things.

  • NOTE: this is an abstract class and should not be instantiated directly

URI: ak_schema:NamedThing

classDiagram class NamedThing click NamedThing href "../NamedThing" AKObject <|-- NamedThing click AKObject href "../AKObject" NamedThing <|-- PlannedProcess click PlannedProcess href "../PlannedProcess" NamedThing <|-- PlanSpecification click PlanSpecification href "../PlanSpecification" NamedThing <|-- StudyArm click StudyArm href "../StudyArm" NamedThing <|-- Participant click Participant href "../Participant" NamedThing <|-- StudyEvent click StudyEvent href "../StudyEvent" NamedThing <|-- LifeEvent click LifeEvent href "../LifeEvent" NamedThing <|-- ImmuneExposure click ImmuneExposure href "../ImmuneExposure" NamedThing <|-- Specimen click Specimen href "../Specimen" NamedThing <|-- Dataset click Dataset href "../Dataset" NamedThing <|-- Conclusion click Conclusion href "../Conclusion" NamedThing <|-- ImmuneSystem click ImmuneSystem href "../ImmuneSystem" NamedThing <|-- Epitope click Epitope href "../Epitope" NamedThing <|-- Model click Model href "../Model" NamedThing <|-- ModelingFramework click ModelingFramework href "../ModelingFramework" NamedThing : akc_id NamedThing : description NamedThing : name

Inheritance

Slots

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

Identifier and Mapping Information

Schema Source

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

Mappings

Mapping Type Mapped Value
self ak_schema:NamedThing
native ak_schema:NamedThing

LinkML Source

Direct

name: NamedThing
description: Name and description for AKC things.
from_schema: https://github.com/airr-knowledge/ak-schema
is_a: AKObject
abstract: true
slots:
- name
- description

Induced

name: NamedThing
description: Name and description for AKC things.
from_schema: https://github.com/airr-knowledge/ak-schema
is_a: AKObject
abstract: true
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: NamedThing
    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: NamedThing
    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: NamedThing
    domain_of:
    - AKObject
    range: uriorcurie
    required: true