Skip to content

Class: GeneToDiseaseAssociation

An association between a gene and a disease

URI: exposome_schema:GeneToDiseaseAssociation

classDiagram class GeneToDiseaseAssociation click GeneToDiseaseAssociation href "../GeneToDiseaseAssociation/" Association <|-- GeneToDiseaseAssociation click Association href "../Association/" GeneToDiseaseAssociation : association_type GeneToDiseaseAssociation : category GeneToDiseaseAssociation : description GeneToDiseaseAssociation : disease GeneToDiseaseAssociation --> "0..1" Disease : disease click Disease href "../Disease/" GeneToDiseaseAssociation : gene GeneToDiseaseAssociation --> "0..1" Gene : gene click Gene href "../Gene/" GeneToDiseaseAssociation : id GeneToDiseaseAssociation : name GeneToDiseaseAssociation : xref

Inheritance

Slots

Name Cardinality and Range Description Inheritance
gene 0..1
Gene
Gene in association direct
disease 0..1
Disease
Disease in association direct
association_type 0..1
String
Type of association direct
id 1
Uriorcurie
A unique identifier for a thing NamedThing
name 0..1
String
A human-readable name for a thing NamedThing
description 0..1
String
A human-readable description for a thing NamedThing
category *
String
A category or type for a thing NamedThing
xref *
Uriorcurie
External database cross-references NamedThing

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/diatomsRcool/exposome-schema

Mappings

Mapping Type Mapped Value
self exposome_schema:GeneToDiseaseAssociation
native exposome_schema:GeneToDiseaseAssociation

LinkML Source

Direct

name: GeneToDiseaseAssociation
description: An association between a gene and a disease
from_schema: https://w3id.org/diatomsRcool/exposome-schema
is_a: Association
slots:
- gene
- disease
- association_type

Induced

name: GeneToDiseaseAssociation
description: An association between a gene and a disease
from_schema: https://w3id.org/diatomsRcool/exposome-schema
is_a: Association
attributes:
  gene:
    name: gene
    description: Gene in association
    from_schema: https://w3id.org/diatomsRcool/exposome-schema
    rank: 1000
    alias: gene
    owner: GeneToDiseaseAssociation
    domain_of:
    - ChemicalToGeneAssociation
    - GeneToDiseaseAssociation
    range: Gene
  disease:
    name: disease
    description: Disease in association
    from_schema: https://w3id.org/diatomsRcool/exposome-schema
    rank: 1000
    alias: disease
    owner: GeneToDiseaseAssociation
    domain_of:
    - GeneToDiseaseAssociation
    range: Disease
  association_type:
    name: association_type
    description: Type of association
    from_schema: https://w3id.org/diatomsRcool/exposome-schema
    rank: 1000
    alias: association_type
    owner: GeneToDiseaseAssociation
    domain_of:
    - ExposureToPhenotypeAssociation
    - GeneToDiseaseAssociation
    range: string
  id:
    name: id
    description: A unique identifier for a thing
    from_schema: https://w3id.org/diatomsRcool/exposome-schema
    rank: 1000
    slot_uri: schema:identifier
    identifier: true
    alias: id
    owner: GeneToDiseaseAssociation
    domain_of:
    - NamedThing
    range: uriorcurie
    required: true
  name:
    name: name
    description: A human-readable name for a thing
    from_schema: https://w3id.org/diatomsRcool/exposome-schema
    rank: 1000
    slot_uri: schema:name
    alias: name
    owner: GeneToDiseaseAssociation
    domain_of:
    - NamedThing
    range: string
  description:
    name: description
    description: A human-readable description for a thing
    from_schema: https://w3id.org/diatomsRcool/exposome-schema
    rank: 1000
    slot_uri: schema:description
    alias: description
    owner: GeneToDiseaseAssociation
    domain_of:
    - NamedThing
    range: string
  category:
    name: category
    description: A category or type for a thing
    from_schema: https://w3id.org/diatomsRcool/exposome-schema
    rank: 1000
    alias: category
    owner: GeneToDiseaseAssociation
    domain_of:
    - NamedThing
    range: string
    multivalued: true
  xref:
    name: xref
    description: External database cross-references
    from_schema: https://w3id.org/diatomsRcool/exposome-schema
    rank: 1000
    alias: xref
    owner: GeneToDiseaseAssociation
    domain_of:
    - NamedThing
    range: uriorcurie
    multivalued: true