30 lines
1.1 KiB
YAML
30 lines
1.1 KiB
YAML
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.\nOntology mapping rationale: - class_uri is schema:WebPage because\
|
|
\ this represents a reference to\n a web resource via URL\n- 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
|
|
annotations:
|
|
specificity_score: 0.1
|
|
specificity_rationale: Generic utility class/slot created during migration
|
|
custodian_types: '[''*'']'
|
|
slots: []
|