- Updated AudiovisualArchive class with detailed descriptions and multilingual support for various languages. - Added examples, mappings, and structured aliases for better integration with external vocabularies. - Introduced new slots for has_label and has_description in AudiovisualArchive and AudiovisualArchiveRecordSetType. - Expanded AudiovisualArchiveRecordSetType with comprehensive descriptions and examples for subclasses. - Enhanced Audit class with detailed descriptions, examples, and multilingual support. - Introduced AuditOpinion class with standardized opinion types and descriptions. - Updated Auditor class to include detailed descriptions, examples, and keywords for better clarity on roles.
89 lines
3 KiB
YAML
89 lines
3 KiB
YAML
id: https://nde.nl/ontology/hc/class/Article
|
|
name: Article
|
|
title: Article
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
rico: https://www.ica.org/standards/RiC/ontology#
|
|
schema: http://schema.org/
|
|
dcterms: http://purl.org/dc/terms/
|
|
default_prefix: hc
|
|
imports:
|
|
- linkml:types
|
|
- ../slots/has_text
|
|
- ../slots/has_label
|
|
- ../slots/has_number
|
|
classes:
|
|
Article:
|
|
class_uri: hc:Article
|
|
description: >-
|
|
Legal or statutory provision within a document, regulation, or agreement,
|
|
representing an individual rule, clause, or section.
|
|
alt_descriptions:
|
|
nl: >-
|
|
Wettelijke of statutaire bepaling binnen een document, verordening of
|
|
overeenkomst, die een individuele regel, clausule of sectie vertegenwoordigt.
|
|
de: >-
|
|
Rechtliche oder satzungsgemaesse Bestimmung innerhalb eines Dokuments,
|
|
einer Verordnung oder Vereinbarung, die eine einzelne Regel, Klausel
|
|
oder einen Abschnitt darstellt.
|
|
fr: >-
|
|
Disposition legale ou statutaire dans un document, un reglement ou un
|
|
accord, representant une regle, une clause ou une section individuelle.
|
|
es: >-
|
|
Disposicion legal o estatutaria dentro de un documento, reglamento o
|
|
acuerdo, que representa una regla, clausula o seccion individual.
|
|
ar: >-
|
|
حكم قانوني أو نظامي ضمن وثيقة أو لائحة أو اتفاق، يمثل قاعدة أو بندًا
|
|
أو قسمًا فرديًا.
|
|
id: >-
|
|
Ketentuan hukum atau statuter dalam dokumen, peraturan, atau perjanjian,
|
|
yang mewakili aturan, klausul, atau bagian individu.
|
|
zh: >-
|
|
文件、法规或协议中的法律或法定条款,代表单个规则、条款或章节。
|
|
exact_mappings:
|
|
- rico:Rule
|
|
broad_mappings:
|
|
- schema:Article
|
|
structured_aliases:
|
|
- literal_form: artikel
|
|
in_language: nl
|
|
- literal_form: Artikel
|
|
in_language: de
|
|
- literal_form: article
|
|
in_language: fr
|
|
- literal_form: articulo
|
|
in_language: es
|
|
- literal_form: مادة
|
|
in_language: ar
|
|
- literal_form: pasal
|
|
in_language: id
|
|
- literal_form: 条款
|
|
in_language: zh
|
|
examples:
|
|
- value:
|
|
has_number: "5"
|
|
has_label: "Retention Period"
|
|
has_text: "Records shall be retained for a minimum of 30 years."
|
|
description: Article defining retention period
|
|
- value:
|
|
has_number: "12"
|
|
has_label: "Access Rights"
|
|
description: Article on access rights
|
|
keywords:
|
|
- legal provision
|
|
- statute
|
|
- clause
|
|
- regulation
|
|
- rule
|
|
slots:
|
|
- has_text
|
|
- has_label
|
|
- has_number
|
|
comments:
|
|
- Represents individual provisions within legal documents
|
|
- Used in policies, agreements, and statutory documents
|
|
annotations:
|
|
specificity_score: "0.3"
|
|
specificity_rationale: Specific legal document component
|
|
custodian_types: "['*']"
|