Class: UGKeyValue
A user guide entry.
URI: alspacdcs:UGKeyValue
classDiagram
class UGKeyValue
NamedThing <|-- UGKeyValue
UGKeyValue : description
UGKeyValue : id
UGKeyValue : name
UGKeyValue : ug_key
UGKeyValue : ug_value
Inheritance
- NamedThing
- UGKeyValue
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
ug_key | 0..1 xsd:string |
A key is something you might want to do for example run a gwas | direct |
ug_value | 0..1 xsd:string |
A description or link to how to do something | 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 | ug_parts | range | UGKeyValue |
Identifier and Mapping Information
Schema Source
- from schema: http://purl.org/alspac/alspac-data-catalogue-schema/
Mappings
Mapping Type | Mapped Value |
---|---|
self | alspacdcs:UGKeyValue |
native | alspacdcs:UGKeyValue |
LinkML Source
Direct
name: UGKeyValue
description: A user guide entry.
from_schema: http://purl.org/alspac/alspac-data-catalogue-schema/
rank: 1000
is_a: NamedThing
slots:
- ug_key
- ug_value
Induced
name: UGKeyValue
description: A user guide entry.
from_schema: http://purl.org/alspac/alspac-data-catalogue-schema/
rank: 1000
is_a: NamedThing
attributes:
ug_key:
name: ug_key
description: A key is something you might want to do for example run a gwas
from_schema: http://purl.org/alspac/alspac-data-catalogue-schema/
rank: 1000
alias: ug_key
owner: UGKeyValue
domain_of:
- UGKeyValue
range: string
ug_value:
name: ug_value
description: A description or link to how to do something
from_schema: http://purl.org/alspac/alspac-data-catalogue-schema/
rank: 1000
alias: ug_value
owner: UGKeyValue
domain_of:
- UGKeyValue
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: UGKeyValue
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: UGKeyValue
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: UGKeyValue
domain_of:
- NamedThing
range: string