- Created new YAML files for audience size and audience type slots, defining their properties and annotations. - Added archived capacity slots including cubic meters, linear meters, item count, and descriptions, with appropriate URIs and ranges. - Introduced a template specificity slot for context-aware RAG filtering. - Consolidated capacity-related slots into a unified structure, including has_or_had_capacity, capacity_type, and capacity_value, with detailed descriptions and examples.
45 lines
2.7 KiB
YAML
45 lines
2.7 KiB
YAML
id: https://nde.nl/ontology/hc/class/ReconstructedEntity
|
|
name: reconstructed_entity_class
|
|
title: Reconstructed Entity Abstract Class
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
prov: http://www.w3.org/ns/prov#
|
|
imports:
|
|
- linkml:types
|
|
- ../slots/is_or_was_generated_by # was: was_generated_by - migrated per Rule 53
|
|
- ../slots/specificity_annotation
|
|
- ../slots/has_or_had_score # was: template_specificity - migrated per Rule 53 (2026-01-17)
|
|
- ./ReconstructionActivity
|
|
- ./SpecificityAnnotation
|
|
- ./TemplateSpecificityScore # was: TemplateSpecificityScores - migrated per Rule 53 (2026-01-17)
|
|
|
|
- ./TemplateSpecificityType
|
|
|
|
- ./TemplateSpecificityTypes
|
|
classes:
|
|
ReconstructedEntity:
|
|
class_uri: prov:Entity
|
|
abstract: true
|
|
description: "Abstract base class for all entities that are generated by a ReconstructionActivity.\n\n**RDFS Compliance**:\n\
|
|
This class exists to ensure proper RDFS domain/range semantics for the\n`generates`/`was_generated_by` inverse relationship:\n\
|
|
- `generates`: domain=ReconstructionActivity, range=ReconstructedEntity\n- `was_generated_by`: domain=ReconstructedEntity,\
|
|
\ range=ReconstructionActivity\n\n**PROV-O Alignment**:\nMaps to `prov:Entity` - \"An entity is a physical, digital,\
|
|
\ conceptual, or\nother kind of thing with some fixed aspects; entities may be real or imaginary.\"\n\n**Subclasses**:\n\
|
|
All reconstructed aspects of a custodian inherit from this class:\n- CustodianLegalStatus (formal legal entity)\n- CustodianName\
|
|
\ (standardized name)\n- CustodianPlace (physical location)\n- CustodianCollection (collection metadata)\n- DigitalPlatform\
|
|
\ (digital infrastructure)\n- OrganizationBranch (organizational units)\n- And other aspect entities...\n\n**Usage Pattern**:\n\
|
|
```yaml\n# ReconstructionActivity generates ReconstructedEntity instances\nReconstructionActivity:\n activity_type:\
|
|
\ ISIL_REGISTRATION\n has_or_had_generate:\n - \"https://nde.nl/ontology/hc/legal-status/nl-am-rm\" # CustodianLegalStatus\n\
|
|
\ - \"https://nde.nl/ontology/hc/name/rijksmuseum\" # CustodianName\n\n# Each ReconstructedEntity links back\
|
|
\ to its generating activity\nCustodianLegalStatus:\n was_generated_by: \"https://nde.nl/ontology/hc/activity/isil-reg-2024\"\
|
|
\n```\n"
|
|
exact_mappings:
|
|
- prov:Entity
|
|
slots:
|
|
- specificity_annotation
|
|
- has_or_had_score # was: template_specificity - migrated per Rule 53 (2026-01-17)
|
|
- is_or_was_generated_by # was: was_generated_by - migrated per Rule 53
|
|
slot_usage:
|
|
is_or_was_generated_by: # was: was_generated_by - migrated per Rule 53
|
|
required: false
|