- 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.
18 lines
638 B
YAML
18 lines
638 B
YAML
id: https://nde.nl/ontology/hc/slot/identifier_value
|
|
name: identifier_value_slot
|
|
|
|
imports:
|
|
- linkml:types
|
|
|
|
slots:
|
|
identifier_value:
|
|
slot_uri: skos:notation
|
|
range: Any
|
|
any_of:
|
|
- range: string
|
|
- range: integer
|
|
description: "Identifier value within the scheme (as received/displayed).\nSKOS: notation for the actual identifier string.\n\
|
|
\nThis may be in any valid format for the scheme.\nUse canonical_value for normalized form.\n\nExamples: \n- 'NL-AmRMA'\
|
|
\ (ISIL)\n- 'Q190804' (Wikidata)\n- '148691498' (VIAF)\n- '0000 0001 2146 5765' (ISNI with spaces)\n"
|
|
exact_mappings:
|
|
- rdf:value
|