Skip to content

Class: Biosample

URI: cleanroom_schema:Biosample

classDiagram class Biosample MaterialEntity <|-- Biosample Biosample : collected_from Biosample : description Biosample : id Biosample : name

Inheritance

Slots

Name Cardinality and Range Description Inheritance
collected_from 0..1
FieldResearchSite
The Site from which a Biosample was collected direct
id 1..1
xsd:anyURI
A unique identifier for a thing NamedThing
name 0..1
NONE
A human-readable name for a thing NamedThing
description 0..1
NONE
A human-readable description for a thing NamedThing

Usages

used by used in type used
Biosample collected_from domain Biosample
CollectingBiosamplesFromSite has_outputs range Biosample
DataListCollection biosample_list range Biosample

Identifier and Mapping Information

Schema Source

  • from schema: https://example.com/cleanroom-schema/cleanroom-schema

Mappings

Mapping Type Mapped Value
self cleanroom_schema:Biosample
native cleanroom_schema:Biosample

LinkML Source

Direct

name: Biosample
title: Biosample
from_schema: https://example.com/cleanroom-schema/cleanroom-schema
rank: 1000
is_a: MaterialEntity
slots:
- collected_from

Induced

name: Biosample
title: Biosample
from_schema: https://example.com/cleanroom-schema/cleanroom-schema
rank: 1000
is_a: MaterialEntity
attributes:
  collected_from:
    name: collected_from
    description: The Site from which a Biosample was collected
    todos:
    - add an OBO slot_uri ?
    comments:
    - this illustrates implementing a Biosample relation with a (binary) slot
    from_schema: https://example.com/cleanroom-schema/cleanroom-schema
    rank: 1000
    domain: Biosample
    alias: collected_from
    owner: Biosample
    domain_of:
    - Biosample
    range: FieldResearchSite
  id:
    name: id
    description: A unique identifier for a thing
    from_schema: https://example.com/cleanroom-schema/cleanroom-schema
    rank: 1000
    identifier: true
    alias: id
    owner: Biosample
    domain_of:
    - NamedThing
    range: uriorcurie
  name:
    name: name
    description: A human-readable name for a thing
    from_schema: https://example.com/cleanroom-schema/cleanroom-schema
    rank: 1000
    alias: name
    owner: Biosample
    domain_of:
    - NamedThing
    range: string
  description:
    name: description
    description: A human-readable description for a thing
    from_schema: https://example.com/cleanroom-schema/cleanroom-schema
    rank: 1000
    alias: description
    owner: Biosample
    domain_of:
    - NamedThing
    range: string