glam/schemas/20251121/linkml/modules/classes/PersonalData.yaml

28 lines
855 B
YAML

id: https://nde.nl/ontology/hc/class/PersonalData
name: PersonalData
title: Personal Data
description: Data relating to an identified or identifiable natural person (GDPR). MIGRATED from gdpr_relevant slot. Follows schema:Thing.
prefixes:
linkml: https://w3id.org/linkml/
hc: https://nde.nl/ontology/hc/
schema: http://schema.org/
dcterms: http://purl.org/dc/terms/
imports:
- linkml:types
- ../slots/has_description
- ../slots/has_sensitivity_level
default_prefix: hc
classes:
PersonalData:
class_uri: schema:Thing
slots:
- has_sensitivity_level
- has_description
slot_usage:
has_sensitivity_level:
range: SensitivityLevel
required: true
annotations:
specificity_score: 0.1
specificity_rationale: Generic utility class/slot created during migration
custodian_types: "['*']"