33 lines
930 B
YAML
33 lines
930 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_description
|
|
- ../slots/identified_by
|
|
- ../slots/has_label
|
|
- ../slots/has_score
|
|
default_prefix: hc
|
|
classes:
|
|
Evidence:
|
|
class_uri: crm:E73_Information_Object
|
|
description: Evidence supporting a claim, gap, or assertion.
|
|
slots:
|
|
- identified_by
|
|
- has_label
|
|
- has_description
|
|
- has_score
|
|
slot_usage:
|
|
has_description:
|
|
# range: string
|
|
annotations:
|
|
specificity_score: 0.1
|
|
specificity_rationale: Generic utility class/slot created during migration
|
|
custodian_types: "['*']"
|