Skip to content

Class: QCKeyValue

A qc part with a key and a value.

URI: alspacdcs:QCKeyValue

classDiagram class QCKeyValue NamedThing <|-- QCKeyValue QCKeyValue : description QCKeyValue : id QCKeyValue : name QCKeyValue : qc_key QCKeyValue : qc_value

Inheritance

Slots

Name Cardinality and Range Description Inheritance
qc_key 0..1
xsd:string
A key might be something that has been done or a description of a paramater direct
qc_value 0..1
xsd:string
A value for a key direct
id 1..1
xsd:anyURI
A unique identifier for a thing NamedThing
name 0..1
xsd:string
A human-readable name for a thing NamedThing
description 0..1
xsd:string
A human-readable description for a thing NamedThing

Usages

used by used in type used
AlspacDataSetVersion qc_parts range QCKeyValue

Identifier and Mapping Information

Schema Source

  • from schema: http://purl.org/alspac/alspac-data-catalogue-schema/

Mappings

Mapping Type Mapped Value
self alspacdcs:QCKeyValue
native alspacdcs:QCKeyValue

LinkML Source

Direct

name: QCKeyValue
description: A qc part with a key and a value.
from_schema: http://purl.org/alspac/alspac-data-catalogue-schema/
rank: 1000
is_a: NamedThing
slots:
- qc_key
- qc_value

Induced

name: QCKeyValue
description: A qc part with a key and a value.
from_schema: http://purl.org/alspac/alspac-data-catalogue-schema/
rank: 1000
is_a: NamedThing
attributes:
  qc_key:
    name: qc_key
    description: A key might be something that has been done or a description of a
      paramater. i.e 'snp_hwe_filter'
    from_schema: http://purl.org/alspac/alspac-data-catalogue-schema/
    rank: 1000
    alias: qc_key
    owner: QCKeyValue
    domain_of:
    - QCKeyValue
    range: string
  qc_value:
    name: qc_value
    description: A value for a key
    from_schema: http://purl.org/alspac/alspac-data-catalogue-schema/
    rank: 1000
    alias: qc_value
    owner: QCKeyValue
    domain_of:
    - QCKeyValue
    range: string
  id:
    name: id
    description: A unique identifier for a thing
    from_schema: http://purl.org/alspac/alspac-data-catalogue-schema/
    rank: 1000
    slot_uri: schema:identifier
    identifier: true
    alias: id
    owner: QCKeyValue
    domain_of:
    - NamedThing
    range: uriorcurie
  name:
    name: name
    description: A human-readable name for a thing
    from_schema: http://purl.org/alspac/alspac-data-catalogue-schema/
    rank: 1000
    slot_uri: schema:name
    alias: name
    owner: QCKeyValue
    domain_of:
    - NamedThing
    range: string
  description:
    name: description
    description: A human-readable description for a thing
    from_schema: http://purl.org/alspac/alspac-data-catalogue-schema/
    rank: 1000
    slot_uri: schema:description
    alias: description
    owner: QCKeyValue
    domain_of:
    - NamedThing
    range: string