glam/schemas/20251121/linkml/modules/classes/CacheValidation.yaml
kempersc 5148089171 Enhance Cantonal Archive Record Set Types and Capacity Classes
- Updated descriptions and titles for CantonalArchiveRecordSetType and CantonalArchiveRecordSetTypes to improve clarity and consistency.
- Added multilingual alt_descriptions and structured_aliases for better accessibility and understanding across languages.
- Refined slot usage and annotations for CantonalGovernmentFonds and CantonalLegislationCollection to align with RiC-O principles.
- Enhanced Capacity class with detailed descriptions, alt_descriptions, and structured_aliases for various capacity types, including Volume, Shelf Length, Floor Area, Item Count, Weight, and Seating capacities.
- Introduced a new rule for describing archive organization types to emphasize their institutional context rather than just record types.
2026-02-15 01:49:35 +01:00

94 lines
3.3 KiB
YAML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

id: https://nde.nl/ontology/hc/class/CacheValidation
name: CacheValidation
title: Cache Validation Class
prefixes:
linkml: https://w3id.org/linkml/
hc: https://nde.nl/ontology/hc/
prov: http://www.w3.org/ns/prov#
skos: http://www.w3.org/2004/02/skos/core#
default_prefix: hc
imports:
- linkml:types
- ../slots/has_description
- ../slots/identified_by
- ../slots/has_method
- ../slots/has_score
- ../slots/has_type
- ../slots/has_label
classes:
CacheValidation:
class_uri: hc:CacheValidation
description: >-
Method used to validate whether a cached resource is still fresh,
using mechanisms such as ETags, Last-Modified dates, or cache headers.
alt_descriptions:
nl: >-
Methode gebruikt om te valideren of een gecachte bron nog vers is,
met mechanismen zoals ETags, Last-Modified-datums of cache-headers.
de: >-
Methode zur Validierung, ob eine zwischengespeicherte Ressource noch aktuell ist,
mit Mechanismen wie ETags, Last-Modified-Daten oder Cache-Headern.
fr: >-
Méthode utilisée pour valider si une ressource mise en cache est encore fraîche,
utilisant des mécanismes tels que les ETags, les dates Last-Modified ou les en-têtes de cache.
es: >-
Método utilizado para validar si un recurso en caché sigue siendo fresco,
utilizando mecanismos como ETags, fechas Last-Modified o encabezados de caché.
ar: >-
طريقة تستخدم للتحقق مما إذا كان المورد المخزن مؤقتًا لا يزال جديدًا،
باستخدام آليات مثل ETags أو تواريخ Last-Modified أو رؤوس التخزين المؤقت.
id: >-
Metode yang digunakan untuk memvalidasi apakah sumber daya yang di-cache masih segar,
menggunakan mekanisme seperti ETags, tanggal Last-Modified, atau header cache.
zh: >-
用于验证缓存资源是否仍然新鲜的方法使用ETag、Last-Modified日期或缓存头等机制。
structured_aliases:
- literal_form: cachevalidatie
in_language: nl
- literal_form: Cache-Validierung
in_language: de
- literal_form: validation de cache
in_language: fr
- literal_form: validación de caché
in_language: es
- literal_form: التحقق من ذاكرة التخزين المؤقت
in_language: ar
- literal_form: validasi cache
in_language: id
- literal_form: 缓存验证
in_language: zh
exact_mappings:
- hc:CacheValidation
broad_mappings:
- skos:Concept
slots:
- identified_by
- has_type
- has_description
- has_score
- has_label
- has_method
slot_usage:
identified_by:
range: ETag
required: false
comments:
- Validates cache freshness for HTTP resources
- Supports ETag and Last-Modified validation mechanisms
- Part of HTTP caching infrastructure
examples:
- value:
has_label: ETag Validation
has_method: "ETag comparison"
has_description: Validate using entity tag comparison
description: ETag-based cache validation
keywords:
- cache validation
- ETag
- Last-Modified
- HTTP caching
- freshness
annotations:
specificity_score: "0.4"
specificity_rationale: Technical class for cache validation
custodian_types: "['*']"