Skip to content

Class: ChEMBLRecord

A record from ChEMBL chemical database

URI: exposome_schema:ChEMBLRecord

classDiagram class ChEMBLRecord click ChEMBLRecord href "../ChEMBLRecord/" DatabaseRecord <|-- ChEMBLRecord click DatabaseRecord href "../DatabaseRecord/" ChEMBLRecord : category ChEMBLRecord : description ChEMBLRecord : id ChEMBLRecord : last_updated ChEMBLRecord : name ChEMBLRecord : record_url ChEMBLRecord : source_database ChEMBLRecord : xref

Inheritance

Slots

Name Cardinality and Range Description Inheritance
source_database 0..1
String
Name of source database DatabaseRecord
record_url 0..1
Uri
URL to database record DatabaseRecord
last_updated 0..1
Date
Date record was last updated DatabaseRecord
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:ChEMBLRecord
native exposome_schema:ChEMBLRecord

LinkML Source

Direct

name: ChEMBLRecord
description: A record from ChEMBL chemical database
from_schema: https://w3id.org/diatomsRcool/exposome-schema
is_a: DatabaseRecord

Induced

name: ChEMBLRecord
description: A record from ChEMBL chemical database
from_schema: https://w3id.org/diatomsRcool/exposome-schema
is_a: DatabaseRecord
attributes:
  source_database:
    name: source_database
    description: Name of source database
    from_schema: https://w3id.org/diatomsRcool/exposome-schema
    rank: 1000
    alias: source_database
    owner: ChEMBLRecord
    domain_of:
    - DatabaseRecord
    range: string
  record_url:
    name: record_url
    description: URL to database record
    from_schema: https://w3id.org/diatomsRcool/exposome-schema
    rank: 1000
    alias: record_url
    owner: ChEMBLRecord
    domain_of:
    - DatabaseRecord
    range: uri
  last_updated:
    name: last_updated
    description: Date record was last updated
    from_schema: https://w3id.org/diatomsRcool/exposome-schema
    rank: 1000
    alias: last_updated
    owner: ChEMBLRecord
    domain_of:
    - DatabaseRecord
    range: date
  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: ChEMBLRecord
    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: ChEMBLRecord
    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: ChEMBLRecord
    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: ChEMBLRecord
    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: ChEMBLRecord
    domain_of:
    - NamedThing
    range: uriorcurie
    multivalued: true