- Updated descriptions and added multilingual support for DatasetRegister and LegacyPortal classes in WebPortalTypes.yaml. - Improved the Wifi class with detailed descriptions and examples, including structured aliases. - Enhanced WikidataRecognition, WikidataResolvedEntities, WikidataSitelinks, WikidataSocialMedia, WikidataTemporal, WikidataTimeValue, and WikidataWeb classes with clearer descriptions, multilingual alt_descriptions, and structured aliases. - Introduced a new CollectionType class to classify aggregations based on formation logic and institutional practices, including comprehensive multilingual descriptions and mappings.
77 lines
3.4 KiB
YAML
77 lines
3.4 KiB
YAML
id: https://nde.nl/ontology/hc/class/ComplianceStatus
|
|
name: compliance_status_class
|
|
title: Compliance Status Class
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
dcterms: http://purl.org/dc/terms/
|
|
schema: http://schema.org/
|
|
imports:
|
|
- linkml:types
|
|
- ../metadata
|
|
- ../slots/has_description
|
|
- ../slots/has_label
|
|
- ../slots/has_type
|
|
default_prefix: hc
|
|
classes:
|
|
ComplianceStatus:
|
|
class_uri: hc:ComplianceStatus
|
|
description: >-
|
|
Structured assessment outcome indicating whether a target satisfies
|
|
policy, regulatory, or technical requirements.
|
|
alt_descriptions:
|
|
nl: {text: Gestructureerde beoordelingsuitkomst die aangeeft of een doelobject voldoet aan beleids-, wettelijke of technische eisen., language: nl}
|
|
de: {text: Strukturierter Bewertungsstatus, der angibt, ob ein Gegenstand festgelegte Richtlinien-, Rechts- oder Technikanforderungen erfuellt., language: de}
|
|
fr: {text: Resultat d evaluation structure indiquant si une entite respecte des exigences politiques, reglementaires ou techniques., language: fr}
|
|
es: {text: Resultado estructurado de evaluacion que indica si una entidad cumple requisitos normativos, regulatorios o tecnicos., language: es}
|
|
ar: {text: نتيجة تقييم منظمة توضح ما إذا كان الكيان يستوفي متطلبات سياساتية أو تنظيمية أو تقنية., language: ar}
|
|
id: {text: Hasil penilaian terstruktur yang menunjukkan apakah entitas memenuhi persyaratan kebijakan, regulasi, atau teknis., language: id}
|
|
zh: {text: 用于表明对象是否满足政策、监管或技术要求的结构化评估结果。, language: zh}
|
|
structured_aliases:
|
|
nl: [{literal_form: nalevingsstatus, language: nl}]
|
|
de: [{literal_form: Konformitaetsstatus, language: de}]
|
|
fr: [{literal_form: statut de conformite, language: fr}]
|
|
es: [{literal_form: estado de cumplimiento, language: es}]
|
|
ar: [{literal_form: حالة الامتثال, language: ar}]
|
|
id: [{literal_form: status kepatuhan, language: id}]
|
|
zh: [{literal_form: 合规状态, language: zh}]
|
|
slots:
|
|
- has_type
|
|
- has_label
|
|
- has_description
|
|
- require
|
|
slot_usage:
|
|
has_type:
|
|
required: true
|
|
examples:
|
|
- value: COMPLIANT
|
|
- value: NON_COMPLIANT
|
|
- value: PARTIALLY_COMPLIANT
|
|
- value: NOT_ASSESSED
|
|
has_label:
|
|
required: false
|
|
has_description:
|
|
required: false
|
|
close_mappings:
|
|
- dcterms:conformsTo
|
|
related_mappings:
|
|
- schema:assessment
|
|
annotations:
|
|
custodian_types: '["A", "L", "M"]'
|
|
custodian_types_rationale: Compliance tracking is common for archives, libraries, and museums with preservation mandates.
|
|
custodian_types_primary: A
|
|
specificity_score: 0.55
|
|
specificity_rationale: Moderately specific - used for governance and standards tracking.
|
|
migration_source_slot: compliance_status
|
|
migration_date: '2026-01-22'
|
|
migration_rule: Rule 53
|
|
comments:
|
|
- Structured status object replacing free-text compliance indicators
|
|
- Supports explicit status values, references, and remediation context
|
|
examples:
|
|
- value:
|
|
has_type: COMPLIANT
|
|
has_label: ISO 11799 Conformant
|
|
- value:
|
|
has_type: PARTIALLY_COMPLIANT
|
|
has_label: Requires HVAC Remediation
|