- Updated Accreditation class with comprehensive descriptions, alt_descriptions in multiple languages, and examples of accreditation types. - Revised AccreditationBody class to clarify its role and added multilingual alt_descriptions. - Improved AccreditationEvent class to detail the processes involved in granting accreditation, including temporal aspects and examples. - Expanded Accumulation class to define the period of record gathering with examples and multilingual support. - Enhanced AccuracyLevel class to provide a clearer definition of accuracy assessments with examples and multilingual descriptions. - Refined Acquisition class to capture the event of obtaining objects for collections, including methods and examples. - Updated AcquisitionEvent class to document the transfer of materials, including origin and method, with examples and multilingual support. - Improved AcquisitionMethod class to categorize acquisition methods with detailed descriptions and examples. - Added a new rule for verifying Wikidata mappings to ensure semantic accuracy and relevance.
82 lines
2.9 KiB
YAML
82 lines
2.9 KiB
YAML
id: https://nde.nl/ontology/hc/class/AccreditationBody
|
|
name: AccreditationBody
|
|
title: Accreditation Body
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
schema: http://schema.org/
|
|
skos: http://www.w3.org/2004/02/skos/core#
|
|
default_prefix: hc
|
|
imports:
|
|
- linkml:types
|
|
- ../slots/has_name
|
|
classes:
|
|
AccreditationBody:
|
|
description: >-
|
|
Organization authorized to assess and grant accreditation to heritage
|
|
institutions, programs, or professionals.
|
|
alt_descriptions:
|
|
nl: >-
|
|
Organisatie die bevoegd is om accreditaties te beoordelen en toe te kennen
|
|
aan erfgoedinstellingen, programma's of professionals.
|
|
de: >-
|
|
Organisation, die berechtigt ist, Akkreditierungen fuer
|
|
Kulturerbeeinrichtungen, Programme oder Fachleute zu bewerten und zu
|
|
verleihen.
|
|
fr: >-
|
|
Organisation autorisee a evaluer et accorder l'accreditation aux
|
|
institutions patrimoniales, programmes ou professionnels.
|
|
es: >-
|
|
Organizacion autorizada para evaluar y otorgar acreditacion a
|
|
instituciones patrimoniales, programas o profesionales.
|
|
ar: >-
|
|
منظمة مخولة لتقييم ومنح الاعتماد للمؤسسات التراثية أو البرامج أو
|
|
المحترفين.
|
|
id: >-
|
|
Organisasi yang berwenang untuk menilai dan memberikan akreditasi kepada
|
|
lembaga warisan, program, atau profesional.
|
|
zh: >-
|
|
有权评估并授予遗产机构、项目或专业人员认证的组织。
|
|
examples:
|
|
- value:
|
|
has_name: Arts Council England
|
|
description: UK museum accreditation authority
|
|
- value:
|
|
has_name: International Council of Museums
|
|
description: International museum professional body
|
|
- value:
|
|
has_name: National Archives
|
|
description: National archives accreditation body
|
|
class_uri: schema:Organization
|
|
slots:
|
|
- has_name
|
|
structured_aliases:
|
|
- literal_form: accreditatieinstantie
|
|
in_language: nl
|
|
- literal_form: Akkreditierungsstelle
|
|
in_language: de
|
|
- literal_form: organisme d'accreditation
|
|
in_language: fr
|
|
- literal_form: organismo de acreditacion
|
|
in_language: es
|
|
- literal_form: هيئة الاعتماد
|
|
in_language: ar
|
|
- literal_form: lembaga akreditasi
|
|
in_language: id
|
|
- literal_form: 认证机构
|
|
in_language: zh
|
|
keywords:
|
|
- certifying authority
|
|
- standards body
|
|
- professional organization
|
|
- regulatory body
|
|
broad_mappings:
|
|
- schema:Organization
|
|
- skos:Concept
|
|
comments:
|
|
- May be governmental, quasi-governmental, or professional body
|
|
- Sets criteria and conducts assessments for accreditation
|
|
annotations:
|
|
specificity_score: "0.4"
|
|
specificity_rationale: Specific to accreditation-granting organizations
|
|
custodian_types: "['*']"
|