Class: DatabaseRecord
A record from an external database
- NOTE: this is an abstract class and should not be instantiated directly
URI: exposome_schema:DatabaseRecord
classDiagram
class DatabaseRecord
click DatabaseRecord href "../DatabaseRecord/"
NamedThing <|-- DatabaseRecord
click NamedThing href "../NamedThing/"
DatabaseRecord <|-- NHANESRecord
click NHANESRecord href "../NHANESRecord/"
DatabaseRecord <|-- CTDRecord
click CTDRecord href "../CTDRecord/"
DatabaseRecord <|-- ChEMBLRecord
click ChEMBLRecord href "../ChEMBLRecord/"
DatabaseRecord <|-- GWASRecord
click GWASRecord href "../GWASRecord/"
DatabaseRecord <|-- AOPWikiRecord
click AOPWikiRecord href "../AOPWikiRecord/"
DatabaseRecord <|-- ToxCastRecord
click ToxCastRecord href "../ToxCastRecord/"
DatabaseRecord <|-- CompToxRecord
click CompToxRecord href "../CompToxRecord/"
DatabaseRecord <|-- GeneExpressionAtlasRecord
click GeneExpressionAtlasRecord href "../GeneExpressionAtlasRecord/"
DatabaseRecord <|-- USDARecord
click USDARecord href "../USDARecord/"
DatabaseRecord : category
DatabaseRecord : description
DatabaseRecord : id
DatabaseRecord : last_updated
DatabaseRecord : name
DatabaseRecord : record_url
DatabaseRecord : source_database
DatabaseRecord : xref
Inheritance
Slots
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| source_database | 0..1 String |
Name of source database | direct |
| record_url | 0..1 Uri |
URL to database record | direct |
| last_updated | 0..1 Date |
Date record was last updated | 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 |
Usages
| used by | used in | type | used |
|---|---|---|---|
| ExposureMeasurement | source_database_record | range | DatabaseRecord |
| ExposomeDatabase | database_records | range | DatabaseRecord |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/diatomsRcool/exposome-schema
Mappings
| Mapping Type | Mapped Value |
|---|---|
| self | exposome_schema:DatabaseRecord |
| native | exposome_schema:DatabaseRecord |
LinkML Source
Direct
name: DatabaseRecord
description: A record from an external database
from_schema: https://w3id.org/diatomsRcool/exposome-schema
is_a: NamedThing
abstract: true
slots:
- source_database
- record_url
- last_updated
Induced
name: DatabaseRecord
description: A record from an external database
from_schema: https://w3id.org/diatomsRcool/exposome-schema
is_a: NamedThing
abstract: true
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: DatabaseRecord
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: DatabaseRecord
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: DatabaseRecord
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: DatabaseRecord
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: DatabaseRecord
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: DatabaseRecord
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: DatabaseRecord
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: DatabaseRecord
domain_of:
- NamedThing
range: uriorcurie
multivalued: true