Skip to content

Class: HumanSubjectResearch

Information about whether the dataset involves human subjects research and what regulatory or ethical review processes were followed.

__

URI: data_sheets_schema:HumanSubjectResearch

classDiagram class HumanSubjectResearch click HumanSubjectResearch href "../HumanSubjectResearch/" DatasetProperty <|-- HumanSubjectResearch click DatasetProperty href "../DatasetProperty/" HumanSubjectResearch : description HumanSubjectResearch : ethics_review_board HumanSubjectResearch : id HumanSubjectResearch : involves_human_subjects HumanSubjectResearch : irb_approval HumanSubjectResearch : name HumanSubjectResearch : regulatory_compliance HumanSubjectResearch : special_populations HumanSubjectResearch : used_software HumanSubjectResearch --> "*" Software : used_software click Software href "../Software/"

Inheritance

Slots

Name Cardinality and Range Description Inheritance
involves_human_subjects 0..1
Boolean
Does this dataset involve human subjects research? direct
irb_approval *
String
Was Institutional Review Board (IRB) approval obtained? Include approval numb... direct
ethics_review_board *
String
What ethics review board(s) reviewed this research? Include institution names... direct
special_populations *
String
Does the research involve any special populations that require additional pro... direct
regulatory_compliance *
String
What regulatory frameworks govern this human subjects research (e direct
id 0..1
Uriorcurie
An optional identifier for this property DatasetProperty
name 0..1
String
A human-readable name for this property DatasetProperty
description 0..1
String
A human-readable description for this property DatasetProperty
used_software *
Software
What software was used as part of this dataset property? DatasetProperty

Usages

used by used in type used
Dataset human_subject_research range HumanSubjectResearch
DataSubset human_subject_research range HumanSubjectResearch

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/bridge2ai/data-sheets-schema

Mappings

Mapping Type Mapped Value
self data_sheets_schema:HumanSubjectResearch
native data_sheets_schema:HumanSubjectResearch

LinkML Source

Direct

name: HumanSubjectResearch
description: 'Information about whether the dataset involves human subjects research
  and what regulatory or ethical review processes were followed.

  '
from_schema: https://w3id.org/bridge2ai/data-sheets-schema
is_a: DatasetProperty
attributes:
  involves_human_subjects:
    name: involves_human_subjects
    description: Does this dataset involve human subjects research?
    from_schema: https://w3id.org/bridge2ai/data-sheets-schema/human
    rank: 1000
    domain_of:
    - HumanSubjectResearch
    range: boolean
  irb_approval:
    name: irb_approval
    description: 'Was Institutional Review Board (IRB) approval obtained? Include
      approval number and institution if applicable.

      '
    from_schema: https://w3id.org/bridge2ai/data-sheets-schema/human
    rank: 1000
    domain_of:
    - HumanSubjectResearch
    range: string
    multivalued: true
  ethics_review_board:
    name: ethics_review_board
    description: 'What ethics review board(s) reviewed this research? Include institution
      names and approval details.

      '
    from_schema: https://w3id.org/bridge2ai/data-sheets-schema/human
    rank: 1000
    domain_of:
    - HumanSubjectResearch
    range: string
    multivalued: true
  special_populations:
    name: special_populations
    description: 'Does the research involve any special populations that require additional
      protections (e.g., minors, pregnant women, prisoners)?

      '
    from_schema: https://w3id.org/bridge2ai/data-sheets-schema/human
    rank: 1000
    domain_of:
    - HumanSubjectResearch
    range: string
    multivalued: true
  regulatory_compliance:
    name: regulatory_compliance
    description: 'What regulatory frameworks govern this human subjects research (e.g.,
      45 CFR 46, HIPAA)?

      '
    from_schema: https://w3id.org/bridge2ai/data-sheets-schema/human
    rank: 1000
    domain_of:
    - HumanSubjectResearch
    range: string
    multivalued: true

Induced

name: HumanSubjectResearch
description: 'Information about whether the dataset involves human subjects research
  and what regulatory or ethical review processes were followed.

  '
from_schema: https://w3id.org/bridge2ai/data-sheets-schema
is_a: DatasetProperty
attributes:
  involves_human_subjects:
    name: involves_human_subjects
    description: Does this dataset involve human subjects research?
    from_schema: https://w3id.org/bridge2ai/data-sheets-schema/human
    rank: 1000
    alias: involves_human_subjects
    owner: HumanSubjectResearch
    domain_of:
    - HumanSubjectResearch
    range: boolean
  irb_approval:
    name: irb_approval
    description: 'Was Institutional Review Board (IRB) approval obtained? Include
      approval number and institution if applicable.

      '
    from_schema: https://w3id.org/bridge2ai/data-sheets-schema/human
    rank: 1000
    alias: irb_approval
    owner: HumanSubjectResearch
    domain_of:
    - HumanSubjectResearch
    range: string
    multivalued: true
  ethics_review_board:
    name: ethics_review_board
    description: 'What ethics review board(s) reviewed this research? Include institution
      names and approval details.

      '
    from_schema: https://w3id.org/bridge2ai/data-sheets-schema/human
    rank: 1000
    alias: ethics_review_board
    owner: HumanSubjectResearch
    domain_of:
    - HumanSubjectResearch
    range: string
    multivalued: true
  special_populations:
    name: special_populations
    description: 'Does the research involve any special populations that require additional
      protections (e.g., minors, pregnant women, prisoners)?

      '
    from_schema: https://w3id.org/bridge2ai/data-sheets-schema/human
    rank: 1000
    alias: special_populations
    owner: HumanSubjectResearch
    domain_of:
    - HumanSubjectResearch
    range: string
    multivalued: true
  regulatory_compliance:
    name: regulatory_compliance
    description: 'What regulatory frameworks govern this human subjects research (e.g.,
      45 CFR 46, HIPAA)?

      '
    from_schema: https://w3id.org/bridge2ai/data-sheets-schema/human
    rank: 1000
    alias: regulatory_compliance
    owner: HumanSubjectResearch
    domain_of:
    - HumanSubjectResearch
    range: string
    multivalued: true
  id:
    name: id
    description: An optional identifier for this property.
    from_schema: https://w3id.org/bridge2ai/data-sheets-schema/base
    slot_uri: schema:identifier
    alias: id
    owner: HumanSubjectResearch
    domain_of:
    - NamedThing
    - DatasetProperty
    range: uriorcurie
  name:
    name: name
    description: A human-readable name for this property.
    from_schema: https://w3id.org/bridge2ai/data-sheets-schema/base
    slot_uri: schema:name
    alias: name
    owner: HumanSubjectResearch
    domain_of:
    - NamedThing
    - DatasetProperty
    range: string
  description:
    name: description
    description: A human-readable description for this property.
    from_schema: https://w3id.org/bridge2ai/data-sheets-schema/base
    slot_uri: schema:description
    alias: description
    owner: HumanSubjectResearch
    domain_of:
    - NamedThing
    - DatasetProperty
    - DatasetRelationship
    range: string
  used_software:
    name: used_software
    description: What software was used as part of this dataset property?
    from_schema: https://w3id.org/bridge2ai/data-sheets-schema/base
    rank: 1000
    alias: used_software
    owner: HumanSubjectResearch
    domain_of:
    - DatasetProperty
    range: Software
    multivalued: true
    inlined: true
    inlined_as_list: true