- 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.
48 lines
1.5 KiB
YAML
48 lines
1.5 KiB
YAML
id: https://nde.nl/ontology/hc/class/Owner
|
|
name: Owner
|
|
title: Owner Entity
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
crm: http://www.cidoc-crm.org/cidoc-crm/
|
|
schema: http://schema.org/
|
|
prov: http://www.w3.org/ns/prov#
|
|
rico: https://www.ica.org/standards/RiC/ontology#
|
|
default_prefix: hc
|
|
imports:
|
|
- linkml:types
|
|
- ../slots/identified_by
|
|
- ../slots/has_label
|
|
classes:
|
|
Owner:
|
|
class_uri: crm:E39_Actor
|
|
description: Actor that holds or held legal title in an ownership transfer context.
|
|
comments:
|
|
- "Used in provenance/ownership transfer events to represent the title holder."
|
|
- "Semantic distinction: Owner (legal title) vs Holder (physical custody) vs Custodian (responsible keeper)."
|
|
- "CIDOC-CRM patterns: transferred title (P22), custody surrendered (P28), current keeper (P50)."
|
|
slots:
|
|
- has_label
|
|
- identified_by
|
|
slot_usage:
|
|
has_label:
|
|
identified_by:
|
|
close_mappings:
|
|
- prov:Agent
|
|
- rico:Agent
|
|
related_mappings:
|
|
- schema:Person
|
|
- schema:Organization
|
|
annotations:
|
|
specificity_score: 0.50
|
|
specificity_rationale: Medium specificity - used in provenance contexts.
|
|
migration_date: '2026-01-16'
|
|
migration_rule: Rule 56 (semantic consistency over simplicity)
|
|
custodian_types: "['*']"
|
|
examples:
|
|
- value:
|
|
has_label: Rijksmuseum
|
|
identified_by: https://www.wikidata.org/entity/Q190804
|
|
- value:
|
|
has_label: Private Collection (Anonymous)
|
|
identified_by: hc:owner/private-001
|