- 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.
22 lines
528 B
YAML
22 lines
528 B
YAML
id: https://nde.nl/ontology/hc/slot/id
|
|
name: id_slot
|
|
|
|
imports:
|
|
- linkml:types
|
|
|
|
slots:
|
|
id:
|
|
identifier: true
|
|
slot_uri: dcterms:identifier
|
|
range: uriorcurie
|
|
description: 'Unique identifier for this staff role observation.
|
|
|
|
Format: https://nde.nl/ontology/hc/person-obs/{custodian-id}/{person-slug}/{role-slug}
|
|
|
|
Example: https://nde.nl/ontology/hc/person-obs/nl-nh-ams-m-rm/jane-smith/conservator-2013
|
|
|
|
'
|
|
exact_mappings:
|
|
- dcterms:identifier
|
|
close_mappings:
|
|
- schema:identifier
|