- 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.
42 lines
1.5 KiB
YAML
42 lines
1.5 KiB
YAML
id: https://nde.nl/ontology/hc/slot/identified_by
|
|
name: identified_by
|
|
title: Identified By
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
crm: http://www.cidoc-crm.org/cidoc-crm/
|
|
owl: http://www.w3.org/2002/07/owl#
|
|
imports:
|
|
- linkml:types
|
|
slots:
|
|
identified_by:
|
|
slot_uri: crm:P1_is_identified_by
|
|
description: "Identifiers and appellations that identify this Custodian hub."
|
|
range: CustodianIdentifier
|
|
multivalued: true
|
|
exact_mappings:
|
|
- crm:P1_is_identified_by
|
|
related_mappings:
|
|
- schema:identifier
|
|
- dcterms:identifier
|
|
comments:
|
|
- Inverse of identifies_custodian (crm:P1i_identifies)
|
|
- Links custodian to all its identifying codes and names
|
|
- Creates owl:inverseOf axiom in RDF output
|
|
- 'Inverse: `identifies_custodian` (crm:P1i_identifies) | Pattern: If Identifier identifies_custodian Custodian, then
|
|
Custodian identified_by Identifier'
|
|
- 'Navigation: From custodian: Find all identifiers (identified_by) | From identifier: Find custodian (identifies_custodian)'
|
|
broad_mappings:
|
|
- prov:wasAttributedTo
|
|
annotations:
|
|
inverse_slot: identifies_custodian
|
|
examples:
|
|
- value: |
|
|
Custodian:
|
|
hc_id: "https://nde.nl/ontology/hc/nl-nh-ams-m-rm"
|
|
identified_by:
|
|
- identifier_scheme:\ \ ISIL
|
|
identifier_value: "NL-AmRM"
|
|
- identifier_scheme: Wikidata
|
|
identifier_valu...
|
|
description: Usage example
|