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
- NamedThing
- DatasetProperty
- HumanSubjectResearch
- DatasetProperty
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 |
used_software | * Software |
What software was used as part of this dataset property? | DatasetProperty |
id | 1 Uriorcurie |
A unique identifier for a thing | NamedThing |
name | 0..1 String |
A human-readable name for a thing | NamedThing |
description | 0..1 String |
A human-readable description for a thing | NamedThing |
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, GDPR, 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, GDPR, 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
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
id:
name: id
description: A unique identifier for a thing.
from_schema: https://w3id.org/bridge2ai/data-sheets-schema/base
rank: 1000
slot_uri: schema:identifier
identifier: true
alias: id
owner: HumanSubjectResearch
domain_of:
- NamedThing
range: uriorcurie
required: true
name:
name: name
description: A human-readable name for a thing.
from_schema: https://w3id.org/bridge2ai/data-sheets-schema/base
rank: 1000
slot_uri: schema:name
alias: name
owner: HumanSubjectResearch
domain_of:
- NamedThing
range: string
description:
name: description
description: A human-readable description for a thing.
from_schema: https://w3id.org/bridge2ai/data-sheets-schema/base
rank: 1000
slot_uri: schema:description
alias: description
owner: HumanSubjectResearch
domain_of:
- NamedThing
- Relationships
- Splits
- DataAnomaly
- Confidentiality
- Deidentification
- SensitiveElement
- InstanceAcquisition
- CollectionMechanism
- DataCollector
- CollectionTimeframe
- DirectCollection
- PreprocessingStrategy
- CleaningStrategy
- LabelingStrategy
- RawData
- ExistingUse
- UseRepository
- OtherTask
- FutureUseImpact
- DiscouragedUse
- ThirdPartySharing
- DistributionFormat
- DistributionDate
- Maintainer
- Erratum
- UpdatePlan
- RetentionLimits
- VersionAccess
- ExtensionMechanism
- EthicalReview
- DataProtectionImpact
- CollectionNotification
- CollectionConsent
- ConsentRevocation
- LicenseAndUseTerms
- IPRestrictions
- ExportControlRegulatoryRestrictions
range: string