Skip to content

Class: Study

A logical grouping of related experiments investigating a research question. In the relational model, Study is lightweight - all relationships are via association tables.

URI: lambdaber:Study

classDiagram class Study click Study href "../Study/" NamedThing <|-- Study click NamedThing href "../NamedThing/" Study : description Study : id Study : keywords Study : title

Inheritance

Slots

Name Cardinality and Range Description Inheritance
keywords *
String
Keywords or tags describing the study for search and categorization direct
id 1
Uriorcurie
Globally unique identifier as an IRI or CURIE for machine processing and exte... NamedThing
title 0..1
String
A human-readable name or title for this entity NamedThing
description 0..1
String
A detailed textual description of this entity NamedThing

Usages

used by used in type used
Dataset studies range Study
StudySampleAssociation study_id range Study
StudyExperimentAssociation study_id range Study
StudyWorkflowAssociation study_id range Study

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/lambda-ber-schema/

Mappings

Mapping Type Mapped Value
self lambdaber:Study
native lambdaber:Study

LinkML Source

Direct

name: Study
description: A logical grouping of related experiments investigating a research question.
  In the relational model, Study is lightweight - all relationships are via association
  tables.
from_schema: https://w3id.org/lambda-ber-schema/
is_a: NamedThing
attributes:
  keywords:
    name: keywords
    description: Keywords or tags describing the study for search and categorization
    from_schema: https://w3id.org/lambda-ber-schema/
    domain_of:
    - Dataset
    - Study
    range: string
    multivalued: true

Induced

name: Study
description: A logical grouping of related experiments investigating a research question.
  In the relational model, Study is lightweight - all relationships are via association
  tables.
from_schema: https://w3id.org/lambda-ber-schema/
is_a: NamedThing
attributes:
  keywords:
    name: keywords
    description: Keywords or tags describing the study for search and categorization
    from_schema: https://w3id.org/lambda-ber-schema/
    alias: keywords
    owner: Study
    domain_of:
    - Dataset
    - Study
    range: string
    multivalued: 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: Study
    domain_of:
    - NamedThing
    - Attribute
    range: uriorcurie
    required: true
  title:
    name: title
    description: A human-readable name or title for this entity
    from_schema: https://w3id.org/lambda-ber-schema/
    rank: 1000
    slot_uri: dcterms:title
    alias: title
    owner: Study
    domain_of:
    - NamedThing
    range: string
  description:
    name: description
    description: A detailed textual description of this entity
    from_schema: https://w3id.org/lambda-ber-schema/
    rank: 1000
    alias: description
    owner: Study
    domain_of:
    - NamedThing
    - AttributeGroup
    range: string