Skip to content

Class: SpecimenCollection

URI: OBI:0000659

classDiagram class SpecimenCollection PlannedProcess <|-- SpecimenCollection SpecimenCollection : akc_id SpecimenCollection : description SpecimenCollection : name SpecimenCollection : specimen SpecimenCollection --> Specimen : specimen

Inheritance

Slots

Name Cardinality and Range Description Inheritance
specimen 0..1
Specimen
The specimen that was input for an assay direct
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
AIRRKnowledgeCommons specimen_collections range SpecimenCollection

Identifier and Mapping Information

Schema Source

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

Mappings

Mapping Type Mapped Value
self OBI:0000659
native ak_schema:SpecimenCollection

LinkML Source

Direct

name: SpecimenCollection
from_schema: https://github.com/airr-knowledge/ak-schema
is_a: PlannedProcess
slots:
- specimen
class_uri: OBI:0000659

Induced

name: SpecimenCollection
from_schema: https://github.com/airr-knowledge/ak-schema
is_a: PlannedProcess
attributes:
  specimen:
    name: specimen
    description: The specimen that was input for an assay
    from_schema: https://github.com/airr-knowledge/ak-schema
    rank: 1000
    slot_uri: OBI:0000293
    alias: specimen
    owner: SpecimenCollection
    domain_of:
    - SpecimenCollection
    - Assay
    range: Specimen
  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: SpecimenCollection
    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: SpecimenCollection
    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: SpecimenCollection
    domain_of:
    - AKObject
    range: uriorcurie
    required: true
class_uri: OBI:0000659