glam/schemas/20251121/linkml/archive/slots/identifier_url.yaml
kempersc 8c42292235 Add new classes and slots to the ontology
- 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.
2026-01-27 22:17:11 +01:00

66 lines
1.9 KiB
YAML

# identifier_url slot
# URL for accessing an identifier in its source system
#
# Following RiC-O naming convention (Rule 39) and slot centralization (Rule 38)
#
# Generation date: 2026-01-15
# Rule compliance: 38 (slot centralization + semantic URI), 42 (no prefix)
id: https://nde.nl/ontology/hc/slot/identifier_url
name: identifier_url_slot
title: Identifier URL Slot
prefixes:
linkml: https://w3id.org/linkml/
hc: https://nde.nl/ontology/hc/
schema: http://schema.org/
dcterms: http://purl.org/dc/terms/
default_prefix: hc
imports:
- linkml:types
slots:
identifier_url:
slot_uri: schema:url
description: |
URL for accessing the identifier in its source system.
**Purpose**:
Provides a resolvable link to view or verify the identifier
in its authoritative source system (e.g., BOLD, Wikidata, VIAF).
**Ontological Alignment**:
- **Primary** (`slot_uri`): `schema:url` - Schema.org URL property
- **Close**: `dcterms:identifier` when URL is the identifier itself
**Usage**:
- BOLD identifiers: https://boldsystems.org/index.php/Public_RecordView?processid={id}
- Wikidata: https://www.wikidata.org/wiki/{id}
- VIAF: https://viaf.org/viaf/{id}
range: uri
required: false
exact_mappings:
- schema:url
close_mappings:
- dcterms:identifier
annotations:
migration_date: "2026-01-15"
comments:
- "URL to access identifier in source system"
- "Used for external identifier resolution"
- "Enables verification of identifier validity"
examples:
- value: https://boldsystems.org/index.php/Public_RecordView?processid=NLNAT001-21
description: "BOLD identifier URL"
- value: https://www.wikidata.org/wiki/Q190804
description: "Wikidata identifier URL"
- value: https://viaf.org/viaf/148691498
description: "VIAF identifier URL"