Class: Fish
A representation of the zebrafish used in the toxicology study.
URI: zebrafish_toxicology_atlas_schema:Fish
classDiagram
class Fish
click Fish href "../Fish"
NamedThing <|-- Fish
click NamedThing href "../NamedThing"
Fish : allele
Fish --> "0..1" Allele : allele
click Allele href "../Allele"
Fish : background
Fish : id
Fish : name
Fish : zygosity
Inheritance
- NamedThing
- Fish
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
background | 0..1 String |
The genetic background of the fish | direct |
allele | 0..1 Allele |
The allele present in a fish | direct |
zygosity | 0..1 Uriorcurie |
The zygosity of the fish | direct |
id | 1 String |
Unique identifier for the zebrafish | NamedThing |
name | 0..1 String |
Name or label of the entity | NamedThing |
Usages
used by | used in | type | used |
---|---|---|---|
FishExposureOutcome | fish | range | Fish |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/sierra-moxon/zebrafish-toxicology-atlas-schema
Mappings
Mapping Type | Mapped Value |
---|---|
self | zebrafish_toxicology_atlas_schema:Fish |
native | zebrafish_toxicology_atlas_schema:Fish |
LinkML Source
Direct
name: Fish
description: A representation of the zebrafish used in the toxicology study.
from_schema: https://w3id.org/sierra-moxon/zebrafish-toxicology-atlas-schema
is_a: NamedThing
slots:
- background
- allele
- zygosity
slot_usage:
id:
name: id
description: Unique identifier for the zebrafish.
pattern: ^ZDB:FISH:\d{6}-\d$
background:
name: background
description: The genetic background of the fish.
range: string
Induced
name: Fish
description: A representation of the zebrafish used in the toxicology study.
from_schema: https://w3id.org/sierra-moxon/zebrafish-toxicology-atlas-schema
is_a: NamedThing
slot_usage:
id:
name: id
description: Unique identifier for the zebrafish.
pattern: ^ZDB:FISH:\d{6}-\d$
background:
name: background
description: The genetic background of the fish.
range: string
attributes:
background:
name: background
description: The genetic background of the fish.
from_schema: https://w3id.org/sierra-moxon/zebrafish-toxicology-atlas-schema
rank: 1000
alias: background
owner: Fish
domain_of:
- Fish
range: string
allele:
name: allele
description: The allele present in a fish.
from_schema: https://w3id.org/sierra-moxon/zebrafish-toxicology-atlas-schema
rank: 1000
alias: allele
owner: Fish
domain_of:
- Fish
range: Allele
zygosity:
name: zygosity
description: The zygosity of the fish.
from_schema: https://w3id.org/sierra-moxon/zebrafish-toxicology-atlas-schema
rank: 1000
alias: zygosity
owner: Fish
domain_of:
- Fish
range: uriorcurie
id:
name: id
description: Unique identifier for the zebrafish.
from_schema: https://w3id.org/sierra-moxon/zebrafish-toxicology-atlas-schema
rank: 1000
identifier: true
alias: id
owner: Fish
domain_of:
- NamedThing
range: string
required: true
pattern: ^ZDB:FISH:\d{6}-\d$
name:
name: name
description: Name or label of the entity.
from_schema: https://w3id.org/sierra-moxon/zebrafish-toxicology-atlas-schema
rank: 1000
alias: name
owner: Fish
domain_of:
- NamedThing
- Allele
- Gene
- ChemicalEntity
- DevelopmentalStage
range: string