24 lines
685 B
YAML
24 lines
685 B
YAML
id: https://nde.nl/ontology/hc/class/ExaminationMethod
|
|
name: ExaminationMethod
|
|
title: ExaminationMethod
|
|
description: Method used to examine an object (e.g. X-ray, microscopy).
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
skos: http://www.w3.org/2004/02/skos/core#
|
|
default_prefix: hc
|
|
imports:
|
|
- linkml:types
|
|
- ../slots/has_label
|
|
- ../slots/has_type
|
|
classes:
|
|
ExaminationMethod:
|
|
class_uri: skos:Concept
|
|
description: Examination method.
|
|
slots:
|
|
- has_label
|
|
- has_type
|
|
annotations:
|
|
specificity_score: 0.1
|
|
specificity_rationale: Generic utility class/slot created during migration
|
|
custodian_types: "['*']"
|