- Remove slot_uri, description, mappings from slot_usage sections - Move these properties to centralized slot files in modules/slots/ - Keep only class-specific overrides in slot_usage (required, inlined, examples) - Update 1,499 centralized slot files with enriched definitions - Clean 188 class files Violations fixed: - slot_uri in slot_usage: 1,676 → 0 - description in slot_usage: 2,287 → 0 (moved to centralized) Schema still validates: 816 classes, 2028 slots, 127 enums
27 lines
792 B
YAML
27 lines
792 B
YAML
id: https://nde.nl/ontology/hc/slot/object_ref
|
|
name: object_ref_slot
|
|
title: Object Reference Slot
|
|
description: Shared slot for object references across heritage custodian entities
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
crm: http://www.cidoc-crm.org/cidoc-crm/
|
|
imports:
|
|
- linkml:types
|
|
default_range: string
|
|
slots:
|
|
object_ref:
|
|
description: 'Reference to the object this provenance event concerns.
|
|
|
|
|
|
CIDOC-CRM: P24_transferred_title_of - "identifies the E18 Physical Thing
|
|
|
|
whose legal ownership was transferred."
|
|
|
|
'
|
|
range: uriorcurie
|
|
slot_uri: crm:P140_assigned_attribute_to
|
|
comments:
|
|
- Classes may override slot_uri in slot_usage for specific CRM property semantics
|
|
broad_mappings:
|
|
- dcterms:references
|