Class: Dataset
A collection of studies
URI: lambdaber:Dataset
classDiagram
class Dataset
click Dataset href "../Dataset/"
NamedThing <|-- Dataset
click NamedThing href "../NamedThing/"
Dataset : description
Dataset : id
Dataset : instruments
Dataset --> "*" Instrument : instruments
click Instrument href "../Instrument/"
Dataset : keywords
Dataset : studies
Dataset --> "*" Study : studies
click Study href "../Study/"
Dataset : title
Inheritance
- NamedThing
- Dataset
Slots
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| keywords | * String |
direct | |
| instruments | * Instrument |
direct | |
| studies | * Study |
direct | |
| id | 1 Uriorcurie |
Globally unique identifier as an IRI or CURIE for machine processing and exte... | NamedThing |
| title | 0..1 String |
NamedThing | |
| description | 0..1 String |
NamedThing |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/lambda-ber-schema/
Mappings
| Mapping Type | Mapped Value |
|---|---|
| self | lambdaber:Dataset |
| native | lambdaber:Dataset |
LinkML Source
Direct
name: Dataset
description: A collection of studies
from_schema: https://w3id.org/lambda-ber-schema/
is_a: NamedThing
attributes:
keywords:
name: keywords
from_schema: https://w3id.org/lambda-ber-schema/
rank: 1000
domain_of:
- Dataset
range: string
multivalued: true
instruments:
name: instruments
from_schema: https://w3id.org/lambda-ber-schema/
rank: 1000
domain_of:
- Dataset
range: Instrument
multivalued: true
inlined: true
inlined_as_list: true
studies:
name: studies
from_schema: https://w3id.org/lambda-ber-schema/
rank: 1000
domain_of:
- Dataset
range: Study
multivalued: true
inlined: true
inlined_as_list: true
tree_root: true
Induced
name: Dataset
description: A collection of studies
from_schema: https://w3id.org/lambda-ber-schema/
is_a: NamedThing
attributes:
keywords:
name: keywords
from_schema: https://w3id.org/lambda-ber-schema/
rank: 1000
alias: keywords
owner: Dataset
domain_of:
- Dataset
range: string
multivalued: true
instruments:
name: instruments
from_schema: https://w3id.org/lambda-ber-schema/
rank: 1000
alias: instruments
owner: Dataset
domain_of:
- Dataset
range: Instrument
multivalued: true
inlined: true
inlined_as_list: true
studies:
name: studies
from_schema: https://w3id.org/lambda-ber-schema/
rank: 1000
alias: studies
owner: Dataset
domain_of:
- Dataset
range: Study
multivalued: true
inlined: true
inlined_as_list: true
id:
name: id
description: Globally unique identifier as an IRI or CURIE for machine processing
and external references. Used for linking data across systems and semantic web
integration.
from_schema: https://w3id.org/lambda-ber-schema/
rank: 1000
identifier: true
alias: id
owner: Dataset
domain_of:
- NamedThing
range: uriorcurie
required: true
title:
name: title
from_schema: https://w3id.org/lambda-ber-schema/
rank: 1000
slot_uri: dcterms:title
alias: title
owner: Dataset
domain_of:
- NamedThing
range: string
description:
name: description
from_schema: https://w3id.org/lambda-ber-schema/
rank: 1000
alias: description
owner: Dataset
domain_of:
- NamedThing
- AttributeGroup
range: string
tree_root: true