Class: ParticipantPrivacy
Information about privacy protections and anonymization procedures for human research participants.
__
URI: data_sheets_schema:ParticipantPrivacy
classDiagram
class ParticipantPrivacy
click ParticipantPrivacy href "../ParticipantPrivacy/"
DatasetProperty <|-- ParticipantPrivacy
click DatasetProperty href "../DatasetProperty/"
ParticipantPrivacy : anonymization_method
ParticipantPrivacy : data_linkage
ParticipantPrivacy : description
ParticipantPrivacy : id
ParticipantPrivacy : name
ParticipantPrivacy : privacy_techniques
ParticipantPrivacy : reidentification_risk
ParticipantPrivacy : used_software
ParticipantPrivacy --> "*" Software : used_software
click Software href "../Software/"
Inheritance
- DatasetProperty
- ParticipantPrivacy
Slots
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| anonymization_method | * String |
What methods were used to anonymize or de-identify participant data? Include ... | direct |
| reidentification_risk | * String |
What is the assessed risk of re-identification? What measures were taken to m... | direct |
| privacy_techniques | * String |
What privacy-preserving techniques were applied (e | direct |
| data_linkage | * String |
Can this dataset be linked to other datasets in ways that might compromise pa... | 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_privacy | range | ParticipantPrivacy |
| DataSubset | participant_privacy | range | ParticipantPrivacy |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/bridge2ai/data-sheets-schema
Mappings
| Mapping Type | Mapped Value |
|---|---|
| self | data_sheets_schema:ParticipantPrivacy |
| native | data_sheets_schema:ParticipantPrivacy |
LinkML Source
Direct
name: ParticipantPrivacy
description: 'Information about privacy protections and anonymization procedures for
human research participants.
'
from_schema: https://w3id.org/bridge2ai/data-sheets-schema
is_a: DatasetProperty
attributes:
anonymization_method:
name: anonymization_method
description: 'What methods were used to anonymize or de-identify participant data?
Include technical details of privacy-preserving techniques.
'
from_schema: https://w3id.org/bridge2ai/data-sheets-schema/human
rank: 1000
domain_of:
- ParticipantPrivacy
range: string
multivalued: true
reidentification_risk:
name: reidentification_risk
description: 'What is the assessed risk of re-identification? What measures were
taken to minimize this risk?
'
from_schema: https://w3id.org/bridge2ai/data-sheets-schema/human
rank: 1000
domain_of:
- ParticipantPrivacy
range: string
multivalued: true
privacy_techniques:
name: privacy_techniques
description: 'What privacy-preserving techniques were applied (e.g., differential
privacy, k-anonymity, data masking)?
'
from_schema: https://w3id.org/bridge2ai/data-sheets-schema/human
rank: 1000
domain_of:
- ParticipantPrivacy
range: string
multivalued: true
data_linkage:
name: data_linkage
description: 'Can this dataset be linked to other datasets in ways that might
compromise participant privacy?
'
from_schema: https://w3id.org/bridge2ai/data-sheets-schema/human
rank: 1000
domain_of:
- ParticipantPrivacy
range: string
multivalued: true
Induced
name: ParticipantPrivacy
description: 'Information about privacy protections and anonymization procedures for
human research participants.
'
from_schema: https://w3id.org/bridge2ai/data-sheets-schema
is_a: DatasetProperty
attributes:
anonymization_method:
name: anonymization_method
description: 'What methods were used to anonymize or de-identify participant data?
Include technical details of privacy-preserving techniques.
'
from_schema: https://w3id.org/bridge2ai/data-sheets-schema/human
rank: 1000
alias: anonymization_method
owner: ParticipantPrivacy
domain_of:
- ParticipantPrivacy
range: string
multivalued: true
reidentification_risk:
name: reidentification_risk
description: 'What is the assessed risk of re-identification? What measures were
taken to minimize this risk?
'
from_schema: https://w3id.org/bridge2ai/data-sheets-schema/human
rank: 1000
alias: reidentification_risk
owner: ParticipantPrivacy
domain_of:
- ParticipantPrivacy
range: string
multivalued: true
privacy_techniques:
name: privacy_techniques
description: 'What privacy-preserving techniques were applied (e.g., differential
privacy, k-anonymity, data masking)?
'
from_schema: https://w3id.org/bridge2ai/data-sheets-schema/human
rank: 1000
alias: privacy_techniques
owner: ParticipantPrivacy
domain_of:
- ParticipantPrivacy
range: string
multivalued: true
data_linkage:
name: data_linkage
description: 'Can this dataset be linked to other datasets in ways that might
compromise participant privacy?
'
from_schema: https://w3id.org/bridge2ai/data-sheets-schema/human
rank: 1000
alias: data_linkage
owner: ParticipantPrivacy
domain_of:
- ParticipantPrivacy
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: ParticipantPrivacy
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: ParticipantPrivacy
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: ParticipantPrivacy
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: ParticipantPrivacy
domain_of:
- DatasetProperty
range: Software
multivalued: true
inlined: true
inlined_as_list: true