Major slot migrations following slot_fixes.yaml revisions: - TimeSpan: begin_of_the_begin, begin_of_the_end, end_of_the_begin, end_of_the_end - Quantity: has_or_had_measurement_unit with MeasureUnit class - Description: has_or_had_description with Description class - URL, WikiData, Timestamp, Location, Provenance pattern classes New slots for RiC-O compliance: - Temporal: has_or_had_time_interval, calendar_system - Transfer: is_or_was_transferred, has_or_had_policy - Location: starts/ends_or_started/ended_at_location - Provenance: has_or_had_provenance_path, is_or_was_webarchived_at Archive deprecated slots per Rule 53 workflow.
60 lines
1.7 KiB
YAML
60 lines
1.7 KiB
YAML
# url_value slot
|
|
# The actual URL/URI string value
|
|
#
|
|
# Generation date: 2026-01-15
|
|
# Rule compliance: 38 (slot centralization + semantic URI), 51 (no hallucinated refs)
|
|
#
|
|
# Part of URL class supporting 4 migrations per slot_fixes.yaml
|
|
|
|
id: https://nde.nl/ontology/hc/slot/url_value
|
|
name: url_value_slot
|
|
title: URL Value 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:
|
|
url_value:
|
|
slot_uri: schema:url
|
|
description: |
|
|
The actual URL/URI string value.
|
|
|
|
**Format**:
|
|
Valid URI following RFC 3986. Typically starts with http:// or https://.
|
|
|
|
**Ontological Alignment**:
|
|
- **Primary** (`slot_uri`): `schema:url` - Schema.org URL
|
|
- **Exact**: `dcterms:URI` - Dublin Core URI
|
|
|
|
**Usage**:
|
|
Primary value slot within URL class. Contains the actual web address.
|
|
Required field for URL instances.
|
|
|
|
range: uri
|
|
required: true
|
|
multivalued: false
|
|
|
|
exact_mappings:
|
|
- dcterms:URI
|
|
|
|
annotations:
|
|
custodian_types: '["*"]'
|
|
custodian_types_rationale: URL values apply to all heritage types.
|
|
specificity_score: 0.15
|
|
specificity_rationale: Generic URL value applicable across all contexts.
|
|
|
|
examples:
|
|
- value: "https://www.rijksmuseum.nl/"
|
|
description: "Official website URL"
|
|
- value: "https://api.example.org/v1/collection"
|
|
description: "API endpoint URL"
|
|
- value: "https://web.archive.org/web/20240101/https://example.org/"
|
|
description: "Web archive snapshot URL"
|