glam/schemas/20251121/linkml/modules/classes/CustodianPlace.yaml
kempersc 69a22e2b5a Refactor and expand LinkML slot definitions
- Deleted the `rights_statement_url` slot definition as it is no longer needed.
- Added multiple new slots including `has_legal_basis`, `has_statement`, `impose`, `pose_condition`, and `reviewed_through` with detailed descriptions and ontology alignments.
- Updated existing slots to improve clarity and consistency, including renaming `close_mappings` to `related_mappings` in several definitions.
- Enhanced the `require` slot with additional aliases for better usability.
- Improved documentation and comments across all slot definitions to clarify their purpose and usage.
2026-02-08 23:37:44 +01:00

64 lines
1.9 KiB
YAML

id: https://nde.nl/ontology/hc/class/custodian-place
name: custodian_place_class
title: CustodianPlace Class
prefixes:
linkml: https://w3id.org/linkml/
hc: https://nde.nl/ontology/hc/
crm: http://www.cidoc-crm.org/cidoc-crm/
schema: http://schema.org/
dcterms: http://purl.org/dc/terms/
geo: http://www.opengis.net/ont/geosparql#
prov: http://www.w3.org/ns/prov#
imports:
- ./ReconstructedEntity
- linkml:types
- ../enums/PlaceSpecificityEnum
- ../slots/20260202_matang/new/country
- ../slots/20260202_matang/related_to
- ../slots/20260202_matang/has_geographic_subdivision
- ../slots/20260202_matang/has_location
- ../slots/20260202_matang/has_score
- ../slots/20260202_matang/based_on
- ../slots/20260202_matang/derive_from
- ../slots/20260202_matang/generated_by
- ../slots/20260202_matang/new/place_custodian_ref
- ../slots/20260202_matang/new/place_language
- ../slots/20260202_matang/new/place_name
- ../slots/20260202_matang/new/place_note
- ../slots/20260202_matang/new/place_specificity
- ../slots/20260202_matang/new/refers_to_custodian
- ../slots/20260202_matang/new/settlement
- ../slots/20260202_matang/temporal_extent
classes:
CustodianPlace:
is_a: ReconstructedEntity
class_uri: crm:E53_Place
description: "Nominal place designation used to identify a heritage custodian."
exact_mappings:
- crm:E53_Place
- schema:Place
close_mappings:
- dcterms:Location
- geo:Feature
related_mappings:
- prov:Entity
- crm:E27_Site
slots:
- related_to
- country
- has_location
- place_language
- place_name
- place_note
- place_specificity
- refers_to_custodian
- settlement
- has_geographic_subdivision
- has_score
- temporal_extent
- derived_from
- generated_by
annotations:
specificity_score: 0.1
specificity_rationale: Generic utility class/slot created during migration
custodian_types: "['*']"