- 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.
95 lines
3.3 KiB
YAML
95 lines
3.3 KiB
YAML
id: https://nde.nl/ontology/hc/class/AccuracyLevel
|
|
name: AccuracyLevel
|
|
title: Accuracy Level
|
|
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_description
|
|
- ../slots/has_label
|
|
- ../slots/has_value
|
|
classes:
|
|
AccuracyLevel:
|
|
description: >-
|
|
Qualitative or quantitative assessment of the precision or reliability of
|
|
data, particularly for coordinates, measurements, or transcriptions.
|
|
alt_descriptions:
|
|
nl: >-
|
|
Kwalitatieve of kwantitatieve beoordeling van de nauwkeurigheid of
|
|
betrouwbaarheid van gegevens, met name voor coördinaten, metingen of
|
|
transcripties.
|
|
de: >-
|
|
Qualitative oder quantitative Bewertung der Praezision oder
|
|
Zuverlaessigkeit von Daten, insbesondere fuer Koordinaten, Messungen
|
|
oder Transkriptionen.
|
|
fr: >-
|
|
Evaluation qualitative ou quantitative de la precision ou de la
|
|
fiabilite des donnees, en particulier pour les coordonnees, les
|
|
mesures ou les transcriptions.
|
|
es: >-
|
|
Evaluacion cualitativa o cuantitativa de la precision o confiabilidad
|
|
de los datos, particularmente para coordenadas, mediciones o
|
|
transcripciones.
|
|
ar: >-
|
|
تقييم نوعي أو كمي لدقة أو موثوقية البيانات، لا سيما للإحداثيات أو
|
|
القياسات أو النسخ.
|
|
id: >-
|
|
Penilaian kualitatif atau kuantitatif tentang presisi atau keandalan
|
|
data, khususnya untuk koordinat, pengukuran, atau transkripsi.
|
|
zh: >-
|
|
对数据精确性或可靠性的定性或定量评估,特别适用于坐标、测量或转录。
|
|
examples:
|
|
- value:
|
|
has_label: High Precision
|
|
has_value: "+/- 10 meters"
|
|
has_description: GPS coordinate with differential correction
|
|
description: Survey-grade GPS accuracy
|
|
- value:
|
|
has_label: Approximate
|
|
has_value: "+/- 1 kilometer"
|
|
has_description: Historic location estimated from description
|
|
description: Historical location estimate
|
|
- value:
|
|
has_label: Transcription Verified
|
|
has_description: Text transcribed and verified against original
|
|
description: Verified textual transcription
|
|
class_uri: skos:Concept
|
|
slots:
|
|
- has_label
|
|
- has_description
|
|
- has_value
|
|
structured_aliases:
|
|
- literal_form: nauwkeurigheidsniveau
|
|
in_language: nl
|
|
- literal_form: Genauigkeitsstufe
|
|
in_language: de
|
|
- literal_form: niveau de precision
|
|
in_language: fr
|
|
- literal_form: nivel de precision
|
|
in_language: es
|
|
- literal_form: مستوى الدقة
|
|
in_language: ar
|
|
- literal_form: tingkat akurasi
|
|
in_language: id
|
|
- literal_form: 准确度级别
|
|
in_language: zh
|
|
keywords:
|
|
- precision
|
|
- reliability
|
|
- uncertainty
|
|
- confidence level
|
|
- measurement accuracy
|
|
- coordinate precision
|
|
broad_mappings:
|
|
- skos:Concept
|
|
comments:
|
|
- Important for geospatial data and scientific measurements
|
|
- May affect usability of data for different purposes
|
|
annotations:
|
|
specificity_score: "0.4"
|
|
specificity_rationale: Specific to data quality assessment
|
|
custodian_types: "['*']"
|