36 lines
982 B
YAML
36 lines
982 B
YAML
id: https://nde.nl/ontology/hc/class/RetrievalEvent
|
|
name: RetrievalEvent
|
|
title: Retrieval Event Class
|
|
description: 'Event of retrieving data from a source.
|
|
|
|
**RULE 53 COMPLIANT**: Created for extraction_timestamp migration.'
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
prov: http://www.w3.org/ns/prov#
|
|
imports:
|
|
- linkml:types
|
|
- ../slots/has_description
|
|
- ../slots/identified_by
|
|
- ../slots/has_label
|
|
- ../slots/has_score
|
|
- ../slots/temporal_extent
|
|
default_prefix: hc
|
|
classes:
|
|
RetrievalEvent:
|
|
class_uri: prov:Activity
|
|
description: Event representing the retrieval of data.
|
|
slots:
|
|
- identified_by
|
|
- has_label
|
|
- has_description
|
|
- temporal_extent
|
|
- has_score
|
|
slot_usage:
|
|
temporal_extent:
|
|
range: TimeSpan
|
|
inlined: true
|
|
annotations:
|
|
specificity_score: 0.1
|
|
specificity_rationale: Generic utility class/slot created during migration
|
|
custodian_types: "['*']"
|