Skip to content

Class: InformedConsent

Details about informed consent procedures used in human subjects research.

__

URI: data_sheets_schema:InformedConsent

classDiagram class InformedConsent click InformedConsent href "../InformedConsent/" DatasetProperty <|-- InformedConsent click DatasetProperty href "../DatasetProperty/" InformedConsent : consent_documentation InformedConsent : consent_obtained InformedConsent : consent_scope InformedConsent : consent_type InformedConsent : description InformedConsent : id InformedConsent : name InformedConsent : used_software InformedConsent --> "*" Software : used_software click Software href "../Software/" InformedConsent : withdrawal_mechanism

Inheritance

Slots

Name Cardinality and Range Description Inheritance
consent_obtained 0..1
Boolean
Was informed consent obtained from all participants? direct
consent_type *
String
What type of consent was obtained (e direct
consent_documentation *
String
How is consent documented? Include references to consent forms or procedures ... direct
withdrawal_mechanism *
String
How can participants withdraw their consent? What procedures are in place for... direct
consent_scope *
String
What specific uses did participants consent to? Are there limitations on data... 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 informed_consent range InformedConsent
DataSubset informed_consent range InformedConsent

Identifier and Mapping Information

Schema Source

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

Mappings

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

LinkML Source

Direct

name: InformedConsent
description: 'Details about informed consent procedures used in human subjects research.

  '
from_schema: https://w3id.org/bridge2ai/data-sheets-schema
is_a: DatasetProperty
attributes:
  consent_obtained:
    name: consent_obtained
    description: Was informed consent obtained from all participants?
    from_schema: https://w3id.org/bridge2ai/data-sheets-schema/human
    rank: 1000
    domain_of:
    - InformedConsent
    range: boolean
  consent_type:
    name: consent_type
    description: 'What type of consent was obtained (e.g., written, verbal, electronic,
      implied through participation)?

      '
    from_schema: https://w3id.org/bridge2ai/data-sheets-schema/human
    rank: 1000
    domain_of:
    - InformedConsent
    range: string
    multivalued: true
  consent_documentation:
    name: consent_documentation
    description: 'How is consent documented? Include references to consent forms or
      procedures used.

      '
    from_schema: https://w3id.org/bridge2ai/data-sheets-schema/human
    rank: 1000
    domain_of:
    - InformedConsent
    range: string
    multivalued: true
  withdrawal_mechanism:
    name: withdrawal_mechanism
    description: 'How can participants withdraw their consent? What procedures are
      in place for data deletion upon withdrawal?

      '
    from_schema: https://w3id.org/bridge2ai/data-sheets-schema/human
    rank: 1000
    domain_of:
    - InformedConsent
    range: string
    multivalued: true
  consent_scope:
    name: consent_scope
    description: 'What specific uses did participants consent to? Are there limitations
      on data use based on consent?

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

Induced

name: InformedConsent
description: 'Details about informed consent procedures used in human subjects research.

  '
from_schema: https://w3id.org/bridge2ai/data-sheets-schema
is_a: DatasetProperty
attributes:
  consent_obtained:
    name: consent_obtained
    description: Was informed consent obtained from all participants?
    from_schema: https://w3id.org/bridge2ai/data-sheets-schema/human
    rank: 1000
    alias: consent_obtained
    owner: InformedConsent
    domain_of:
    - InformedConsent
    range: boolean
  consent_type:
    name: consent_type
    description: 'What type of consent was obtained (e.g., written, verbal, electronic,
      implied through participation)?

      '
    from_schema: https://w3id.org/bridge2ai/data-sheets-schema/human
    rank: 1000
    alias: consent_type
    owner: InformedConsent
    domain_of:
    - InformedConsent
    range: string
    multivalued: true
  consent_documentation:
    name: consent_documentation
    description: 'How is consent documented? Include references to consent forms or
      procedures used.

      '
    from_schema: https://w3id.org/bridge2ai/data-sheets-schema/human
    rank: 1000
    alias: consent_documentation
    owner: InformedConsent
    domain_of:
    - InformedConsent
    range: string
    multivalued: true
  withdrawal_mechanism:
    name: withdrawal_mechanism
    description: 'How can participants withdraw their consent? What procedures are
      in place for data deletion upon withdrawal?

      '
    from_schema: https://w3id.org/bridge2ai/data-sheets-schema/human
    rank: 1000
    alias: withdrawal_mechanism
    owner: InformedConsent
    domain_of:
    - InformedConsent
    range: string
    multivalued: true
  consent_scope:
    name: consent_scope
    description: 'What specific uses did participants consent to? Are there limitations
      on data use based on consent?

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