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 - ../slots/has_label - ../slots/has_url # default_range: string classes: ReferenceLink: description: Hyperlink reference extracted from a source document. class_uri: schema:WebPage related_mappings: - prov:Entity comments: - "Typically represented as a URL with optional human-readable label." - "Ontology alignment: schema:WebPage for a referenced web resource; prov:Entity for provenance tracking." - "Note: schema:URL is a datatype commonly used to represent the URL literal itself." annotations: specificity_score: 0.1 specificity_rationale: Generic utility class/slot created during migration custodian_types: '[''*'']' slots: - has_url - has_label