Skip to content

Class: BiologicalEntity

Biological entities including genes, proteins, cells, and anatomical structures

URI: CARO:0030000

classDiagram class BiologicalEntity click BiologicalEntity href "../BiologicalEntity/" NamedThing <|-- BiologicalEntity click NamedThing href "../NamedThing/" BiologicalEntity <|-- Gene click Gene href "../Gene/" BiologicalEntity <|-- Protein click Protein href "../Protein/" BiologicalEntity <|-- Cell click Cell href "../Cell/" BiologicalEntity <|-- AnatomicalEntity click AnatomicalEntity href "../AnatomicalEntity/" BiologicalEntity <|-- Organism click Organism href "../Organism/" BiologicalEntity <|-- Population click Population href "../Population/" BiologicalEntity : category BiologicalEntity : description BiologicalEntity : id BiologicalEntity : name BiologicalEntity : 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
ExposureEvent exposure_receiver range BiologicalEntity
ExposureToPhenotypeAssociation receiver range BiologicalEntity
ExposureToDiseaseAssociation receiver range BiologicalEntity
ChemicalToGeneAssociation receiver range BiologicalEntity
ExposomeDatabase biological_entities range BiologicalEntity

Identifier and Mapping Information

Schema Source

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

Mappings

Mapping Type Mapped Value
self CARO:0030000
native exposome_schema:BiologicalEntity

LinkML Source

Direct

name: BiologicalEntity
description: Biological entities including genes, proteins, cells, and anatomical
  structures
from_schema: https://w3id.org/diatomsRcool/exposome-schema
is_a: NamedThing
class_uri: CARO:0030000

Induced

name: BiologicalEntity
description: Biological entities including genes, proteins, cells, and anatomical
  structures
from_schema: https://w3id.org/diatomsRcool/exposome-schema
is_a: NamedThing
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: BiologicalEntity
    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: BiologicalEntity
    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: BiologicalEntity
    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: BiologicalEntity
    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: BiologicalEntity
    domain_of:
    - NamedThing
    range: uriorcurie
    multivalued: true
class_uri: CARO:0030000