- Updated descriptions and titles for Price and PriceRange classes to enhance understanding. - Added multilingual alt_descriptions for Price, PriceRange, Primary, and PrimaryDigitalPresenceAssertion classes. - Enhanced examples in Price and PriceRange classes to provide clearer context. - Improved annotations and comments for better documentation and understanding of class purposes. - Introduced new slots for official names (including and excluding type) to standardize naming conventions. - Added sorting variant for official names to facilitate alphabetical ordering. - Ensured all changes align with the latest schema requirements and best practices.
94 lines
3.3 KiB
YAML
94 lines
3.3 KiB
YAML
id: https://nde.nl/ontology/hc/class/Overview
|
|
name: overview_class
|
|
title: Overview Class
|
|
description: Collection of links and related resources.
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
dcterms: http://purl.org/dc/terms/
|
|
schema: http://schema.org/
|
|
rico: https://www.ica.org/standards/RiC/ontology#
|
|
skos: http://www.w3.org/2004/02/skos/core#
|
|
imports:
|
|
- linkml:types
|
|
- ../slots/has_description
|
|
- ../slots/has_label # was: title
|
|
- ../slots/has_score # was: template_specificity
|
|
- ../slots/include
|
|
- ../slots/retrieved_at # was: date_retrieved
|
|
- ../slots/has_quantity
|
|
- ../slots/has_name
|
|
- ../slots/has_url
|
|
- ../slots/temporal_extent # was: valid_from + valid_to
|
|
default_prefix: hc
|
|
# default_range: string
|
|
classes:
|
|
Overview:
|
|
class_uri: dcterms:Collection
|
|
description: Curated collection of WebLink instances captured from a shared source or context.
|
|
comments:
|
|
- "Use cases: link collections extracted from finding-aid pages, navigation pages, or resource lists."
|
|
- "Temporal semantics: link sets can change over time; use temporal_extent and retrieved_at to qualify snapshots."
|
|
- "Migration: introduced to replace string-valued all_links with has_overview + WebLink typed structures (see slot_fixes.yaml)."
|
|
- Collection of WebLink instances
|
|
- Used with has_overview slot
|
|
- Created from slot_fixes.yaml migration (2026-01-14)
|
|
exact_mappings:
|
|
- dcterms:Collection
|
|
close_mappings:
|
|
- schema:ItemList
|
|
related_mappings:
|
|
- rico:RecordSet
|
|
slots:
|
|
- has_name
|
|
- has_label # was: title
|
|
- has_description
|
|
- include
|
|
- has_url
|
|
- retrieved_at # was: date_retrieved - migrated per Rule 53/56/57 (2026-01-23)
|
|
- link_count
|
|
- temporal_extent # was: valid_from + valid_to
|
|
- has_score # was: template_specificity - migrated per Rule 53 (2026-01-17)
|
|
slot_usage:
|
|
has_name:
|
|
# range: string
|
|
has_label: # was: title
|
|
# range: string
|
|
include:
|
|
# range: string
|
|
multivalued: true
|
|
inlined_as_list: false # Fixed invalid inline for primitive type
|
|
has_url:
|
|
range: uri
|
|
retrieved_at: # was: date_retrieved - migrated per Rule 53/56/57 (2026-01-23)
|
|
range: Timestamp
|
|
inlined: true
|
|
examples:
|
|
- value:
|
|
has_timestamp: "2025-01-14"
|
|
has_level: day
|
|
link_count:
|
|
range: integer
|
|
annotations:
|
|
custodian_types: '["*"]'
|
|
custodian_types_rationale: >-
|
|
Applicable to all heritage custodian types as comprehensive
|
|
link collections are universal navigation patterns.
|
|
custodian_types_primary: "*"
|
|
specificity_score: 0.30
|
|
specificity_rationale: >-
|
|
Low specificity - broadly applicable for link collection
|
|
and navigation modeling.
|
|
see_also:
|
|
- http://purl.org/dc/terms/Collection
|
|
- http://schema.org/ItemList
|
|
examples:
|
|
- value:
|
|
id: hc:overview/findingaid-001-links
|
|
source_url: https://www.nationaalarchief.nl/onderzoeken/zoekhulpen/familiegeschiedenis
|
|
retrieved_at: # was: date_retrieved
|
|
has_timestamp: "2025-01-14"
|
|
has_level: day
|
|
link_count: 15
|
|
# REMOVED inline slots 2026-01-16 - Rule 48 violation
|
|
# Slots are imported from ../slots/ - do not define inline
|