- Introduced GeospatialLocation class for specific geospatial locations. - Added HandsOnFacility class representing facilities for hands-on experiences. - Created Hyponym class for narrower terms or instances. - Added ImagingEquipment class for imaging-related equipment. - Introduced LoadingDock class for loading dock facilities. - Created LocalCollection class for locally held collections. - Added Locker class for storage lockers available to visitors/staff. - Introduced MichelinStarRating class for Michelin star ratings. - Created MicrofilmReader class for equipment used to read microfilms. - Added OperationalArchive class for archives containing operational records. - Introduced OperationalUnit class for operational units within organizations. - Added has_or_had_archive slot for associating archives with entities. - Created has_or_had_rating slot for ratings assigned to entities. - Introduced has_or_had_section slot for sections or units within organizations. - Added has_geospatial_location slot linking nominal places to precise geospatial coordinates.
21 lines
626 B
YAML
21 lines
626 B
YAML
id: https://nde.nl/ontology/hc/slot/identifies_custodian
|
|
name: identifies_custodian_slot
|
|
imports:
|
|
- linkml:types
|
|
- ../classes/Custodian
|
|
slots:
|
|
identifies_custodian:
|
|
slot_uri: crm:P1i_identifies
|
|
range: Custodian
|
|
required: false
|
|
description: 'Inverse property linking this identifier back to the Custodian hub it identifies.
|
|
|
|
CIDOC-CRM: P48i_is_preferred_identifier_of (inverse of P48_has_preferred_identifier).
|
|
|
|
Domain: E42_Identifier → Range: E1_CRM_Entity (Custodian).
|
|
|
|
'
|
|
close_mappings:
|
|
- schema:identifier
|
|
comments:
|
|
- Range is org:Organization instance (Custodian)
|