# ReferenceLink - URL reference from source # Extracted from custodian_source.yaml per Rule 38 (modular schema files) # Extraction date: 2026-01-08 id: https://nde.nl/ontology/hc/classes/ReferenceLink name: ReferenceLink title: ReferenceLink prefixes: linkml: https://w3id.org/linkml/ hc: https://nde.nl/ontology/hc/ schema: http://schema.org/ prov: http://www.w3.org/ns/prov# xsd: http://www.w3.org/2001/XMLSchema# imports: - linkml:types default_range: string classes: ReferenceLink: description: >- A URL reference from a source document, representing a hyperlink to related or supporting information. Simple link structure with label containing the URL. Ontology mapping rationale: - class_uri is schema:WebPage because this represents a reference to a web resource via URL - close_mappings includes schema:URL as this is essentially a URL reference - related_mappings includes prov:Entity for provenance tracking class_uri: schema:WebPage close_mappings: - schema:URL related_mappings: - prov:Entity attributes: label: range: uri description: Reference URL