42 lines
1 KiB
YAML
42 lines
1 KiB
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_or_had_identifier
|
|
- ../slots/has_or_had_label
|
|
- ../slots/has_or_had_description
|
|
- ../slots/temporal_extent
|
|
- ../slots/specificity_annotation
|
|
- ../slots/has_or_had_score
|
|
- ./TimeSpan
|
|
|
|
default_prefix: hc
|
|
|
|
classes:
|
|
RetrievalEvent:
|
|
class_uri: prov:Activity
|
|
description: >-
|
|
Event representing the retrieval of data.
|
|
slots:
|
|
- has_or_had_identifier
|
|
- has_or_had_label
|
|
- has_or_had_description
|
|
- temporal_extent
|
|
- specificity_annotation
|
|
- has_or_had_score
|
|
slot_usage:
|
|
temporal_extent:
|
|
description: Time of retrieval.
|
|
range: TimeSpan
|
|
inlined: true
|