Skip to content

Class: GenomicEntity

URI: [biolink:GenomicEntity](https://w3id.org/biolink/vocab/GenomicEntity)
classDiagram class GenomicEntity click GenomicEntity href "../GenomicEntity/" GenomicEntity <|-- Gene click Gene href "../Gene/" GenomicEntity <|-- Genome click Genome href "../Genome/" GenomicEntity : has_biological_sequence
## Class Properties | Property | Value | | --- | --- | | Class URI | [biolink:GenomicEntity](https://w3id.org/biolink/vocab/GenomicEntity) | | Mixin | Yes | ## Slots | Name | Cardinality and Range | Description | Inheritance | | --- | --- | --- | --- | | [has_biological_sequence](has_biological_sequence.md) | 0..1
[BiologicalSequence](BiologicalSequence.md) | connects a genomic feature to its sequence | direct | ## Mixin Usage | mixed into | description | | --- | --- | | [Gene](Gene.md) | A region (or regions) that includes all of the sequence elements necessary to... | | [Genome](Genome.md) | A genome is the sum of genetic material within a cell or virion | ## In Subsets * [TranslatorMinimal](TranslatorMinimal.md) ## Identifier and Mapping Information ### Schema Source * from schema: https://w3id.org/brain-bican/bke-taxonomy ## Mappings | Mapping Type | Mapped Value | | --- | --- | | self | biolink:GenomicEntity | | native | bican:GenomicEntity | | narrow | STY:T028, GENO:0000897 | ## LinkML Source ### Direct
name: genomic entity
definition_uri: https://w3id.org/biolink/vocab/GenomicEntity
in_subset:
- translator_minimal
from_schema: https://w3id.org/brain-bican/bke-taxonomy
narrow_mappings:
- STY:T028
- GENO:0000897
mixin: true
slots:
- has biological sequence
class_uri: biolink:GenomicEntity

### Induced
name: genomic entity
definition_uri: https://w3id.org/biolink/vocab/GenomicEntity
in_subset:
- translator_minimal
from_schema: https://w3id.org/brain-bican/bke-taxonomy
narrow_mappings:
- STY:T028
- GENO:0000897
mixin: true
attributes:
  has biological sequence:
    name: has biological sequence
    definition_uri: https://w3id.org/biolink/vocab/has_biological_sequence
    description: connects a genomic feature to its sequence
    from_schema: https://w3id.org/brain-bican/bke-taxonomy
    rank: 1000
    is_a: node property
    domain: named thing
    slot_uri: biolink:has_biological_sequence
    alias: has_biological_sequence
    owner: genomic entity
    domain_of:
    - genomic entity
    - gene
    - genome
    range: biological sequence
class_uri: biolink:GenomicEntity