Class: Sample
A material entity that can be characterised by an experiment.
URI: kb_cdm:Sample
classDiagram
class Sample
click Sample href "../Sample"
NamedThingWithId <|-- Sample
click NamedThingWithId href "../NamedThingWithId"
Sample : description
Sample : identifiers
Sample --> "*" Identifier : identifiers
click Identifier href "../Identifier"
Sample : names
Sample --> "*" Name : names
click Name href "../Name"
Sample : sample_id
Sample : type
Inheritance
- NamedThing
- NamedThingWithId
- Sample
- NamedThingWithId
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
description | 0..1 String |
Brief textual description of the sample | direct |
sample_id | 1 UUID |
Internal (CDM) unique identifier | direct |
type | 0..1 String |
The type of entity that the sample is | direct |
identifiers | * Identifier |
URIs or CURIEs used to refer to this entity | NamedThingWithId |
names | * Name |
Names, alternative names, and synonyms for an entity | NamedThing |
Usages
used by | used in | type | used |
---|---|---|---|
Experiment | has_participant | range | Sample |
Identifier and Mapping Information
Schema Source
- from schema: https://github.com/kbase/cdm-schema
Mappings
Mapping Type | Mapped Value |
---|---|
self | kb_cdm:Sample |
native | kb_cdm:Sample |
LinkML Source
Direct
name: Sample
description: A material entity that can be characterised by an experiment.
from_schema: https://github.com/kbase/cdm-schema
is_a: NamedThingWithId
attributes:
description:
name: description
description: Brief textual description of the sample.
from_schema: https://github.com/kbase/cdm-schema
domain_of:
- NamedThing
- Event
- Experiment
- Identifier
- Name
- Project
- Protein
- Sample
sample_id:
name: sample_id
description: Internal (CDM) unique identifier.
from_schema: https://github.com/kbase/cdm-schema
rank: 1000
identifier: true
domain_of:
- Sample
range: UUID
required: true
type:
name: type
description: The type of entity that the sample is. Vocab TBD.
from_schema: https://github.com/kbase/cdm-schema
domain_of:
- EncodedFeature
- Feature
- Measurement
- Sample
Induced
name: Sample
description: A material entity that can be characterised by an experiment.
from_schema: https://github.com/kbase/cdm-schema
is_a: NamedThingWithId
attributes:
description:
name: description
description: Brief textual description of the sample.
from_schema: https://github.com/kbase/cdm-schema
alias: description
owner: Sample
domain_of:
- NamedThing
- Event
- Experiment
- Identifier
- Name
- Project
- Protein
- Sample
range: string
sample_id:
name: sample_id
description: Internal (CDM) unique identifier.
from_schema: https://github.com/kbase/cdm-schema
rank: 1000
identifier: true
alias: sample_id
owner: Sample
domain_of:
- Sample
range: UUID
required: true
type:
name: type
description: The type of entity that the sample is. Vocab TBD.
from_schema: https://github.com/kbase/cdm-schema
alias: type
owner: Sample
domain_of:
- EncodedFeature
- Feature
- Measurement
- Sample
range: string
identifiers:
name: identifiers
description: URIs or CURIEs used to refer to this entity.
from_schema: https://github.com/kbase/cdm-schema
rank: 1000
alias: identifiers
owner: Sample
domain_of:
- NamedThingWithId
range: Identifier
multivalued: true
names:
name: names
description: Names, alternative names, and synonyms for an entity.
from_schema: https://github.com/kbase/cdm-schema
rank: 1000
alias: names
owner: Sample
domain_of:
- NamedThing
range: Name
multivalued: true