- 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.
145 lines
4.5 KiB
YAML
145 lines
4.5 KiB
YAML
id: https://nde.nl/ontology/hc/class/Capacity
|
|
name: Capacity
|
|
title: Capacity Class
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
qudt: http://qudt.org/schema/qudt/
|
|
schema: http://schema.org/
|
|
dcterms: http://purl.org/dc/terms/
|
|
skos: http://www.w3.org/2004/02/skos/core#
|
|
default_prefix: hc
|
|
imports:
|
|
- linkml:types
|
|
- ../enums/CapacityTypeEnum
|
|
- ../slots/has_description
|
|
- ../slots/identified_by
|
|
- ../slots/has_label
|
|
- ../slots/has_measurement_unit
|
|
- ../slots/has_quantity
|
|
- ../slots/has_score
|
|
- ../slots/has_type
|
|
- ../slots/approximate
|
|
- ../slots/temporal_extent
|
|
classes:
|
|
Capacity:
|
|
class_uri: qudt:Quantity
|
|
description: >-
|
|
Storage or holding capacity measurement for heritage facilities,
|
|
including volume, linear shelving, floor area, or item count metrics.
|
|
alt_descriptions:
|
|
nl: >-
|
|
Opslag- of houdcapaciteitsmeting voor erfgoedfaciliteiten, inclusief volume,
|
|
lineaire plankruimte, vloeroppervlak of artikel aantal metrieken.
|
|
de: >-
|
|
Speicher- oder Haltekapazitätsmessung für Kulturerbeeinrichtungen,
|
|
einschließlich Volumen, lineare Regale, Grundfläche oder Artikelanzahl Metriken.
|
|
fr: >-
|
|
Mesure de capacité de stockage ou de maintien pour les installations
|
|
patrimoniales, y compris le volume, les étagères linéaires, la surface
|
|
au sol ou le nombre d'articles.
|
|
es: >-
|
|
Medición de capacidad de almacenamiento o retención para instalaciones
|
|
patrimoniales, incluyendo volumen, estantería lineal, superficie o
|
|
recuento de artículos.
|
|
ar: >-
|
|
قياس سعة التخزين أو الاحتفاظ لمنشآت التراث، بما في ذلك الحجم
|
|
والرفوف الخطية ومساحة الأرضية أو عدد العناصر.
|
|
id: >-
|
|
Pengukuran kapasitas penyimpanan atau penahanan untuk fasilitas warisan,
|
|
termasuk volume, rak linier, area lantai, atau metrik jumlah item.
|
|
zh: >-
|
|
遗产设施的存储或容纳能力测量,包括体积、线性货架、地面面积或物品数量指标。
|
|
structured_aliases:
|
|
- literal_form: capaciteit
|
|
in_language: nl
|
|
- literal_form: Kapazität
|
|
in_language: de
|
|
- literal_form: capacité
|
|
in_language: fr
|
|
- literal_form: capacidad
|
|
in_language: es
|
|
- literal_form: السعة
|
|
in_language: ar
|
|
- literal_form: kapasitas
|
|
in_language: id
|
|
- literal_form: 容量
|
|
in_language: zh
|
|
exact_mappings:
|
|
- qudt:Quantity
|
|
close_mappings:
|
|
- schema:QuantitativeValue
|
|
related_mappings:
|
|
- schema:floorSize
|
|
- dcterms:extent
|
|
broad_mappings:
|
|
- skos:Concept
|
|
slots:
|
|
- identified_by
|
|
- has_quantity
|
|
- has_type
|
|
- has_measurement_unit
|
|
- has_description
|
|
- temporal_extent
|
|
- approximate
|
|
- has_score
|
|
- has_label
|
|
slot_usage:
|
|
identified_by:
|
|
required: false
|
|
has_type:
|
|
required: false
|
|
examples:
|
|
- value: ShelfLengthCapacity
|
|
- value: VolumeCapacity
|
|
- value: ItemCountCapacity
|
|
has_measurement_unit:
|
|
range: MeasureUnit
|
|
required: false
|
|
inlined: true
|
|
has_quantity:
|
|
range: integer
|
|
required: true
|
|
inlined: false
|
|
has_description:
|
|
required: false
|
|
temporal_extent:
|
|
range: TimeSpan
|
|
required: false
|
|
inlined: true
|
|
approximate:
|
|
range: boolean
|
|
required: false
|
|
ifabsent: "false"
|
|
comments:
|
|
- Storage capacity measurement for heritage facilities
|
|
- Supports volume, linear shelving, floor area, and item counts
|
|
- Based on QUDT Quantity pattern
|
|
see_also:
|
|
- http://qudt.org/schema/qudt/Quantity
|
|
- https://schema.org/QuantitativeValue
|
|
examples:
|
|
- value:
|
|
has_label: Archive Shelving Capacity
|
|
has_quantity: 8000
|
|
has_type: ShelfLengthCapacity
|
|
has_description: Total linear meters of shelving capacity
|
|
description: Archive shelving capacity
|
|
- value:
|
|
has_label: Cold Storage Volume
|
|
has_quantity: 2500
|
|
has_type: VolumeCapacity
|
|
has_description: Cubic meters of cold storage
|
|
description: Cold storage volume capacity
|
|
keywords:
|
|
- capacity
|
|
- storage capacity
|
|
- shelf length
|
|
- volume
|
|
- floor area
|
|
- item count
|
|
- depot
|
|
annotations:
|
|
specificity_score: "0.4"
|
|
specificity_rationale: Technical class for facility capacity
|
|
custodian_types: "['*']"
|