Skip to content

Class: HumanSubjectCompensation

Information about compensation or incentives provided to human research participants.

__

URI: data_sheets_schema:HumanSubjectCompensation

classDiagram class HumanSubjectCompensation click HumanSubjectCompensation href "../HumanSubjectCompensation/" DatasetProperty <|-- HumanSubjectCompensation click DatasetProperty href "../DatasetProperty/" HumanSubjectCompensation : compensation_amount HumanSubjectCompensation : compensation_provided HumanSubjectCompensation : compensation_rationale HumanSubjectCompensation : compensation_type HumanSubjectCompensation : description HumanSubjectCompensation : id HumanSubjectCompensation : name HumanSubjectCompensation : used_software HumanSubjectCompensation --> "*" Software : used_software click Software href "../Software/"

Inheritance

Slots

Name Cardinality and Range Description Inheritance
compensation_provided 0..1
Boolean
Were participants compensated for their participation? direct
compensation_type *
String
What type of compensation was provided (e direct
compensation_amount *
String
What was the amount or value of compensation provided? Include currency or eq... direct
compensation_rationale *
String
What was the rationale for the compensation structure? How was the amount det... 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 participant_compensation range HumanSubjectCompensation
DataSubset participant_compensation range HumanSubjectCompensation

Identifier and Mapping Information

Schema Source

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

Mappings

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

LinkML Source

Direct

name: HumanSubjectCompensation
description: 'Information about compensation or incentives provided to human research
  participants.

  '
from_schema: https://w3id.org/bridge2ai/data-sheets-schema
is_a: DatasetProperty
attributes:
  compensation_provided:
    name: compensation_provided
    description: Were participants compensated for their participation?
    from_schema: https://w3id.org/bridge2ai/data-sheets-schema/human
    rank: 1000
    domain_of:
    - HumanSubjectCompensation
    range: boolean
  compensation_type:
    name: compensation_type
    description: 'What type of compensation was provided (e.g., monetary payment,
      gift cards, course credit, other incentives)?

      '
    from_schema: https://w3id.org/bridge2ai/data-sheets-schema/human
    rank: 1000
    domain_of:
    - HumanSubjectCompensation
    range: string
    multivalued: true
  compensation_amount:
    name: compensation_amount
    description: 'What was the amount or value of compensation provided? Include currency
      or equivalent value.

      '
    from_schema: https://w3id.org/bridge2ai/data-sheets-schema/human
    rank: 1000
    domain_of:
    - HumanSubjectCompensation
    range: string
    multivalued: true
  compensation_rationale:
    name: compensation_rationale
    description: 'What was the rationale for the compensation structure? How was the
      amount determined to be appropriate?

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

Induced

name: HumanSubjectCompensation
description: 'Information about compensation or incentives provided to human research
  participants.

  '
from_schema: https://w3id.org/bridge2ai/data-sheets-schema
is_a: DatasetProperty
attributes:
  compensation_provided:
    name: compensation_provided
    description: Were participants compensated for their participation?
    from_schema: https://w3id.org/bridge2ai/data-sheets-schema/human
    rank: 1000
    alias: compensation_provided
    owner: HumanSubjectCompensation
    domain_of:
    - HumanSubjectCompensation
    range: boolean
  compensation_type:
    name: compensation_type
    description: 'What type of compensation was provided (e.g., monetary payment,
      gift cards, course credit, other incentives)?

      '
    from_schema: https://w3id.org/bridge2ai/data-sheets-schema/human
    rank: 1000
    alias: compensation_type
    owner: HumanSubjectCompensation
    domain_of:
    - HumanSubjectCompensation
    range: string
    multivalued: true
  compensation_amount:
    name: compensation_amount
    description: 'What was the amount or value of compensation provided? Include currency
      or equivalent value.

      '
    from_schema: https://w3id.org/bridge2ai/data-sheets-schema/human
    rank: 1000
    alias: compensation_amount
    owner: HumanSubjectCompensation
    domain_of:
    - HumanSubjectCompensation
    range: string
    multivalued: true
  compensation_rationale:
    name: compensation_rationale
    description: 'What was the rationale for the compensation structure? How was the
      amount determined to be appropriate?

      '
    from_schema: https://w3id.org/bridge2ai/data-sheets-schema/human
    rank: 1000
    alias: compensation_rationale
    owner: HumanSubjectCompensation
    domain_of:
    - HumanSubjectCompensation
    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: HumanSubjectCompensation
    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: HumanSubjectCompensation
    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: HumanSubjectCompensation
    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: HumanSubjectCompensation
    domain_of:
    - DatasetProperty
    range: Software
    multivalued: true
    inlined: true
    inlined_as_list: true