Skip to content

Class: Dataset

URI: IAO:0000100

classDiagram class Dataset NamedThing <|-- Dataset Dataset : akc_id Dataset : assays Dataset --> Assay : assays Dataset : assessments Dataset --> Assessment : assessments Dataset : description Dataset : name

Inheritance

Slots

Name Cardinality and Range Description Inheritance
assessments 0..*
Assessment
The assessment that a dataset is about direct
assays 0..*
Assay
The assays performed by the investigation 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
Conclusion datasets range Dataset
AIRRKnowledgeCommons datasets range Dataset

Identifier and Mapping Information

Schema Source

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

Mappings

Mapping Type Mapped Value
self IAO:0000100
native ak_schema:Dataset

LinkML Source

Direct

name: Dataset
from_schema: https://github.com/airr-knowledge/ak-schema
is_a: NamedThing
slots:
- assessments
- assays
class_uri: IAO:0000100

Induced

name: Dataset
from_schema: https://github.com/airr-knowledge/ak-schema
is_a: NamedThing
attributes:
  assessments:
    name: assessments
    description: The assessment that a dataset is about
    from_schema: https://github.com/airr-knowledge/ak-schema
    rank: 1000
    slot_uri: IAO:0000136
    multivalued: true
    alias: assessments
    owner: Dataset
    domain_of:
    - Dataset
    - AIRRKnowledgeCommons
    range: Assessment
  assays:
    name: assays
    description: The assays performed by the investigation
    from_schema: https://github.com/airr-knowledge/ak-schema
    rank: 1000
    multivalued: true
    alias: assays
    owner: Dataset
    domain_of:
    - Dataset
    - Investigation
    - AIRRKnowledgeCommons
    range: Assay
  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: Dataset
    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: Dataset
    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: Dataset
    domain_of:
    - AKObject
    range: uriorcurie
    required: true
class_uri: IAO:0000100