glam/schemas/20251121/linkml/modules/slots/source_url.yaml
kempersc 98c42bf272 Fix LinkML URI conflicts and generate RDF outputs
- Fix scope_note → finding_aid_scope_note in FindingAid.yaml
- Remove duplicate wikidata_entity slot from CustodianType.yaml (import instead)
- Remove duplicate rico_record_set_type from class_metadata_slots.yaml
- Fix range types for equals_string compatibility (uriorcurie → string)
- Move class names from close_mappings to see_also in 10 RecordSetTypes files
- Generate all RDF formats: OWL, N-Triples, RDF/XML, N3, JSON-LD context
- Sync schemas to frontend/public/schemas/

Files: 1,151 changed (includes prior CustodianType migration)
2026-01-07 12:32:59 +01:00

54 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
'
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
broad_mappings:
- schema:url
comments:
- Maps to pav:retrievedFrom for provenance tracking
- Essential for web claim verification workflows
- Should be the exact URL that was accessed, not normalized