Schema Migration Fixes: - Fix YAML import indentation in ~650 slot files (linkml:types and enum imports) - Rename slot reference: has_or_had_holds_record_set_type → hold_or_held_record_set_type (70+ archive class files, main schema, manifest.json) - Fix ProvenanceBlock.yaml: remove invalid any_of range, use string with multivalued - Fix has_or_had_provenance.yaml: remove nested template_specificity from annotations Validation Status: - 0 errors (was multiple import/reference errors) - 30 warnings (missing descriptions on inline slots, intentional SCREAMING_CASE names) Files changed: ~3,850 (slots, classes, main schema, manifest)
56 lines
1.3 KiB
YAML
56 lines
1.3 KiB
YAML
id: https://nde.nl/ontology/hc/slot/source_url
|
|
name: source_url
|
|
title: Source URL Slot
|
|
prefixes:
|
|
pav: http://purl.org/pav/
|
|
schema: http://schema.org/
|
|
prov: http://www.w3.org/ns/prov#
|
|
description: 'URL of the web page from which data was retrieved or extracted.
|
|
|
|
|
|
Used for provenance tracking in:
|
|
|
|
- WebClaim: Source page for extracted claims
|
|
|
|
- WebObservation: Source page for web observations
|
|
|
|
- FundingOpportunity: Source page for funding information
|
|
|
|
'
|
|
|
|
imports:
|
|
- linkml:types
|
|
|
|
slots:
|
|
source_url:
|
|
slot_uri: pav:retrievedFrom
|
|
range: uri
|
|
required: false
|
|
multivalued: false
|
|
description: 'URL of the web page this data was retrieved from.
|
|
|
|
|
|
pav:retrievedFrom - "The URI from which the resource was retrieved."
|
|
|
|
|
|
This is a key provenance field that enables verification of extracted data
|
|
|
|
by linking back to the original source web page.
|
|
|
|
|
|
Examples:
|
|
|
|
- https://historischeverenigingnijeveen.nl/ (institution homepage)
|
|
|
|
- https://ec.europa.eu/info/funding-tenders/... (EU funding portal)
|
|
|
|
- https://www.heritagefund.org.uk/funding/... (UK heritage fund)
|
|
|
|
'
|
|
exact_mappings:
|
|
- schema:url
|
|
- dcterms:source
|
|
comments:
|
|
- Maps to pav:retrievedFrom for provenance tracking
|
|
- Essential for web claim verification workflows
|
|
- Should be the exact URL that was accessed, not normalized
|