Rename slots to follow Records in Contexts (RiC-O) style naming: - Add 'has_' prefix for possession predicates (has_acquisition_method) - Add 'is_or_was_' prefix for temporal relationships - Add 'has_or_had_' for bidirectional temporal relations Key changes across 496 schema files: - acquisition_method → has_acquisition_method - acquisition_date → has_acquisition_date - acquisition_source → has_acquisition_source - access_policy_ref → has_access_policy_reference - arrangement → has_arrangement - parent_custodian → is_or_was_suborganization_of (hierarchy) - parent_custodian → associated_custodian (event association) Also adds new slots following RiC-O patterns: - is_or_was_aggregated_by - is_or_was_allocated_by - is_or_was_archive_department_of - was_approved_by, was_archived_at, was_asserted_by This aligns with AGENTS.md Rule 39: Slot Naming Convention (RiC-O Style) for accurate temporal semantics in heritage custodian ontology. Net change: +2,063 lines (new slots added, old patterns consolidated)
34 lines
900 B
YAML
34 lines
900 B
YAML
# LayoutMetadata - Metadata about page layout extraction
|
|
# Extracted from custodian_source.yaml per Rule 38 (modular schema files)
|
|
# Extraction date: 2026-01-08
|
|
|
|
id: https://nde.nl/ontology/hc/classes/LayoutMetadata
|
|
name: LayoutMetadata
|
|
title: LayoutMetadata
|
|
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
schema: http://schema.org/
|
|
prov: http://www.w3.org/ns/prov#
|
|
xsd: http://www.w3.org/2001/XMLSchema#
|
|
|
|
imports:
|
|
- linkml:types
|
|
|
|
|
|
default_range: string
|
|
|
|
classes:
|
|
LayoutMetadata:
|
|
description: Metadata about page layout extraction
|
|
attributes:
|
|
page_count:
|
|
range: integer
|
|
description: Number of pages processed
|
|
has_archive_path:
|
|
range: string
|
|
description: Path to archive directory
|
|
extraction_timestamp:
|
|
range: datetime
|
|
description: When extraction was performed
|