- Fix scope_note → finding_aid_scope_note in FindingAid.yaml - Remove duplicate wikidata_entity slot from CustodianType.yaml (import instead) - Remove duplicate rico_record_set_type from class_metadata_slots.yaml - Fix range types for equals_string compatibility (uriorcurie → string) - Move class names from close_mappings to see_also in 10 RecordSetTypes files - Generate all RDF formats: OWL, N-Triples, RDF/XML, N3, JSON-LD context - Sync schemas to frontend/public/schemas/ Files: 1,151 changed (includes prior CustodianType migration)
20 lines
658 B
YAML
20 lines
658 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 heritage object this record/event concerns
|
|
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
|