49 lines
1.2 KiB
YAML
49 lines
1.2 KiB
YAML
id: https://nde.nl/ontology/hc/class/Verifier
|
|
name: Verifier
|
|
title: Verifier
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
prov: http://www.w3.org/ns/prov#
|
|
default_prefix: hc
|
|
imports:
|
|
- linkml:types
|
|
classes:
|
|
Verifier:
|
|
class_uri: prov:Agent
|
|
description: 'An agent that verifies or validates data.
|
|
|
|
|
|
**USAGE**:
|
|
|
|
Used for:
|
|
|
|
- Data verifiers
|
|
|
|
- Quality assurance agents
|
|
|
|
- Approval authorities
|
|
|
|
'
|
|
attributes:
|
|
verifier_name:
|
|
range: string
|
|
description: Name of the verifier
|
|
verifier_type:
|
|
range: string
|
|
description: Type of verifier (PERSON, ORGANIZATION, SOFTWARE)
|
|
verifier_uri:
|
|
range: uriorcurie
|
|
description: URI identifying the verifier
|
|
exact_mappings:
|
|
- prov:Agent
|
|
annotations:
|
|
specificity_score: '0.45'
|
|
specificity_rationale: Moderately specific - verification common in data quality.
|
|
custodian_types: "['*']"
|
|
custodian_types_rationale: Universal utility concept
|
|
examples:
|
|
- value:
|
|
verifier_name: Quality Assurance Team
|
|
verifier_type: ORGANIZATION
|
|
description: QA team as verifier
|