Skip to content

Class: GWASRecord

A record from the GWAS Catalog

URI: exposome_schema:GWASRecord

classDiagram class GWASRecord click GWASRecord href "../GWASRecord/" DatabaseRecord <|-- GWASRecord click DatabaseRecord href "../DatabaseRecord/" GWASRecord : category GWASRecord : description GWASRecord : id GWASRecord : last_updated GWASRecord : name GWASRecord : record_url GWASRecord : source_database GWASRecord : 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:GWASRecord
native exposome_schema:GWASRecord

LinkML Source

Direct

name: GWASRecord
description: A record from the GWAS Catalog
from_schema: https://w3id.org/diatomsRcool/exposome-schema
is_a: DatabaseRecord

Induced

name: GWASRecord
description: A record from the GWAS Catalog
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: GWASRecord
    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: GWASRecord
    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: GWASRecord
    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: GWASRecord
    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: GWASRecord
    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: GWASRecord
    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: GWASRecord
    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: GWASRecord
    domain_of:
    - NamedThing
    range: uriorcurie
    multivalued: true