40 lines
1.2 KiB
YAML
40 lines
1.2 KiB
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#
|
|
schema: http://schema.org/
|
|
dcterms: http://purl.org/dc/terms/
|
|
crm: http://www.cidoc-crm.org/cidoc-crm/
|
|
skos: http://www.w3.org/2004/02/skos/core#
|
|
rdfs: http://www.w3.org/2000/01/rdf-schema#
|
|
org: http://www.w3.org/ns/org#
|
|
xsd: http://www.w3.org/2001/XMLSchema#
|
|
imports:
|
|
- linkml:types
|
|
- ../slots/has_description
|
|
- ../slots/identified_by
|
|
- ../slots/has_label
|
|
- ../slots/has_score
|
|
default_prefix: hc
|
|
classes:
|
|
RetrievalMethod:
|
|
class_uri: prov:Plan
|
|
description: Method or plan used for data retrieval.
|
|
slots:
|
|
- identified_by
|
|
- has_label
|
|
- has_description
|
|
- has_score
|
|
slot_usage:
|
|
has_label:
|
|
# range: string
|
|
annotations:
|
|
specificity_score: 0.1
|
|
specificity_rationale: Generic utility class/slot created during migration
|
|
custodian_types: "['*']"
|