Skip to content

Class: Association

A relationship between two entities

  • NOTE: this is an abstract class and should not be instantiated directly

URI: exposome_schema:Association

classDiagram class Association click Association href "../Association/" NamedThing <|-- Association click NamedThing href "../NamedThing/" Association <|-- KeyEventRelationship click KeyEventRelationship href "../KeyEventRelationship/" Association <|-- ExposureToPhenotypeAssociation click ExposureToPhenotypeAssociation href "../ExposureToPhenotypeAssociation/" Association <|-- ChemicalToGeneAssociation click ChemicalToGeneAssociation href "../ChemicalToGeneAssociation/" Association <|-- GeneToDiseaseAssociation click GeneToDiseaseAssociation href "../GeneToDiseaseAssociation/" Association <|-- GeneticVariantToPhenotypeAssociation click GeneticVariantToPhenotypeAssociation href "../GeneticVariantToPhenotypeAssociation/" Association : category Association : description Association : id Association : name Association : xref

Inheritance

Slots

Name Cardinality and Range Description Inheritance
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

Usages

used by used in type used
ExposomeDatabase associations range Association

Identifier and Mapping Information

Schema Source

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

Mappings

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

LinkML Source

Direct

name: Association
description: A relationship between two entities
from_schema: https://w3id.org/diatomsRcool/exposome-schema
is_a: NamedThing
abstract: true

Induced

name: Association
description: A relationship between two entities
from_schema: https://w3id.org/diatomsRcool/exposome-schema
is_a: NamedThing
abstract: true
attributes:
  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: Association
    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: Association
    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: Association
    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: Association
    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: Association
    domain_of:
    - NamedThing
    range: uriorcurie
    multivalued: true