Skip to content

Enum: ComplianceStatusEnum

Compliance status for regulatory frameworks

URI: data_sheets_schema:ComplianceStatusEnum

Permissible Values

Value Meaning Description
compliant None Dataset is compliant with the regulation
partially_compliant None Dataset is partially compliant, with known limitations
not_compliant None Dataset does not comply with the regulation
not_applicable None Regulation does not apply to this dataset
under_review None Compliance status is currently under review

Slots

Name Description
gdpr_compliant Indicates compliance with the EU General Data Protection Regulation (GDPR)
hipaa_compliant Indicates compliance with the Health Insurance Portability and Accountability...

Identifier and Mapping Information

Schema Source

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

LinkML Source

name: ComplianceStatusEnum
description: Compliance status for regulatory frameworks
from_schema: https://w3id.org/bridge2ai/data-sheets-schema
rank: 1000
permissible_values:
  compliant:
    text: compliant
    description: Dataset is compliant with the regulation
  partially_compliant:
    text: partially_compliant
    description: Dataset is partially compliant, with known limitations
  not_compliant:
    text: not_compliant
    description: Dataset does not comply with the regulation
  not_applicable:
    text: not_applicable
    description: Regulation does not apply to this dataset
  under_review:
    text: under_review
    description: Compliance status is currently under review