38 lines
969 B
YAML
38 lines
969 B
YAML
id: https://nde.nl/ontology/hc/class/RetrievalMethod
|
|
name: RetrievalMethod
|
|
title: Retrieval Method Class
|
|
description: >-
|
|
Method used for data retrieval or extraction.
|
|
|
|
**RULE 53 COMPLIANT**: Created for extraction_method 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/specificity_annotation
|
|
- ../slots/has_or_had_score
|
|
|
|
default_prefix: hc
|
|
|
|
classes:
|
|
RetrievalMethod:
|
|
class_uri: prov:Plan
|
|
description: >-
|
|
Method or plan used for data retrieval.
|
|
slots:
|
|
- has_or_had_identifier
|
|
- has_or_had_label
|
|
- has_or_had_description
|
|
- specificity_annotation
|
|
- has_or_had_score
|
|
slot_usage:
|
|
has_or_had_label:
|
|
range: string
|
|
description: Name of the method (e.g. "exa_crawling_exa").
|