Skip to content

Class: Feature

URI: phenopackets:Feature

erDiagram Feature { } Gene { string geneId } Feature ||--|o Gene : "gene"

Slots

Name Cardinality and Range Description Inheritance
gene 0..1
Gene
direct

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/linkml/phenopackets/phenopackets

Mappings

Mapping Type Mapped Value
self phenopackets:Feature
native phenopackets:Feature

LinkML Source

Direct

name: Feature
description: ''
from_schema: https://w3id.org/linkml/phenopackets/phenopackets
attributes:
  gene:
    name: gene
    annotations:
      rank:
        tag: rank
        value: 1
    description: ''
    from_schema: https://w3id.org/linkml/phenopackets/phenopackets
    domain_of:
    - CopyNumber
    - Feature
    - GenomicInterpretation
    range: Gene
rules:
- postconditions:
    exactly_one_of:
    - slot_conditions:
        gene:
          name: gene
          required: true

Induced

name: Feature
description: ''
from_schema: https://w3id.org/linkml/phenopackets/phenopackets
attributes:
  gene:
    name: gene
    annotations:
      rank:
        tag: rank
        value: 1
    description: ''
    from_schema: https://w3id.org/linkml/phenopackets/phenopackets
    alias: gene
    owner: Feature
    domain_of:
    - CopyNumber
    - Feature
    - GenomicInterpretation
    range: Gene
rules:
- postconditions:
    exactly_one_of:
    - slot_conditions:
        gene:
          name: gene
          required: true