Class: Gene
A representation of a gene.
URI: zebrafish_toxicology_atlas_schema:Gene
classDiagram
class Gene
click Gene href "../Gene"
NamedThing <|-- Gene
click NamedThing href "../NamedThing"
Gene : id
Gene : name
Gene : symbol
Inheritance
- NamedThing
- Gene
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
name | 0..1 String |
Name of the gene | direct |
symbol | 0..1 String |
The symbol of the NamedThing | direct |
id | 1 String |
ZFIN identifier for the gene | NamedThing |
Usages
used by | used in | type | used |
---|---|---|---|
Allele | gene | range | Gene |
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:Gene |
native | zebrafish_toxicology_atlas_schema:Gene |
LinkML Source
Direct
name: Gene
description: A representation of a gene.
from_schema: https://w3id.org/sierra-moxon/zebrafish-toxicology-atlas-schema
is_a: NamedThing
slots:
- name
- symbol
slot_usage:
id:
name: id
description: ZFIN identifier for the gene.
pattern: ^ZFIN:ZDB-GENE-\d{6}-\d$
name:
name: name
description: Name of the gene.
Induced
name: Gene
description: A representation of a gene.
from_schema: https://w3id.org/sierra-moxon/zebrafish-toxicology-atlas-schema
is_a: NamedThing
slot_usage:
id:
name: id
description: ZFIN identifier for the gene.
pattern: ^ZFIN:ZDB-GENE-\d{6}-\d$
name:
name: name
description: Name of the gene.
attributes:
name:
name: name
description: Name of the gene.
from_schema: https://w3id.org/sierra-moxon/zebrafish-toxicology-atlas-schema
rank: 1000
alias: name
owner: Gene
domain_of:
- NamedThing
- Allele
- Gene
- ChemicalEntity
- DevelopmentalStage
range: string
symbol:
name: symbol
description: The symbol of the NamedThing.
from_schema: https://w3id.org/sierra-moxon/zebrafish-toxicology-atlas-schema
rank: 1000
alias: symbol
owner: Gene
domain_of:
- Gene
range: string
id:
name: id
description: ZFIN identifier for the gene.
from_schema: https://w3id.org/sierra-moxon/zebrafish-toxicology-atlas-schema
rank: 1000
identifier: true
alias: id
owner: Gene
domain_of:
- NamedThing
range: string
required: true
pattern: ^ZFIN:ZDB-GENE-\d{6}-\d$