- 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.
23 lines
1.3 KiB
YAML
23 lines
1.3 KiB
YAML
id: https://nde.nl/ontology/hc/slot/identifier_format_used
|
|
name: identifier_format_used_slot
|
|
title: Identifier Format Used Slot
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
schema: http://schema.org/
|
|
imports:
|
|
- linkml:types
|
|
slots:
|
|
identifier_format_used:
|
|
slot_uri: schema:encodingFormat
|
|
description: "The specific format variant used for this identifier value.\n\nMany identifier standards support multiple\
|
|
\ display formats:\n- ISNI: \"0000 0000 0000 0000\" vs \"0000000000000000\"\n- Wikidata: \"Q12345\" vs \"http://www.wikidata.org/entity/Q12345\"\
|
|
\n\nThis slot records which format was used in the identifier_value.\n\n**Usage:**\n\nWhen storing an identifier, record\
|
|
\ both:\n- identifier_value: The actual string value\n- identifier_format_used: Which format variant it uses\n\nThis\
|
|
\ enables:\n- Validation against the correct pattern\n- Transformation to other formats as needed\n- Understanding if\
|
|
\ value is URI or compact form\n\n**Example:**\n\n```yaml\nidentifier_value: \"0000 0001 2146 5765\"\nidentifier_format_used:\n\
|
|
\ id: isni-display-format\n format_name: \"Display format with spaces\"\n is_canonical: false\n```\n"
|
|
range: IdentifierFormat
|
|
required: false
|
|
inlined: false
|
|
close_mappings:
|
|
- dcterms:conformsTo
|