38 lines
994 B
YAML
38 lines
994 B
YAML
id: https://nde.nl/ontology/hc/class/Evidence
|
|
name: Evidence
|
|
title: Evidence Class
|
|
description: >-
|
|
Information or documentation supporting a statement or conclusion.
|
|
|
|
**RULE 53 COMPLIANT**: Created for evidence_gap migration.
|
|
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
crm: http://www.cidoc-crm.org/cidoc-crm/
|
|
|
|
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:
|
|
Evidence:
|
|
class_uri: crm:E73_Information_Object
|
|
description: >-
|
|
Evidence supporting a claim, gap, or assertion.
|
|
slots:
|
|
- has_or_had_identifier
|
|
- has_or_had_label
|
|
- has_or_had_description
|
|
- specificity_annotation
|
|
- has_or_had_score
|
|
slot_usage:
|
|
has_or_had_description:
|
|
range: string
|
|
description: Description of the evidence or lack thereof.
|