glam/schemas/20251121/linkml/modules/classes/Hypothesis.yaml
2026-02-04 00:24:46 +01:00

59 lines
2.6 KiB
YAML

id: https://nde.nl/ontology/hc/classes/Hypothesis
name: Hypothesis
title: Hypothesis
prefixes:
linkml: https://w3id.org/linkml/
hc: https://nde.nl/ontology/hc/
prov: http://www.w3.org/ns/prov#
skos: http://www.w3.org/2004/02/skos/core#
schema: http://schema.org/
imports:
- linkml:types
- ../slots/20260202_matang/generated_by
# default_range: string
classes:
Hypothesis:
description: 'A hypothesis or working assertion about uncertain or ambiguous data.
**USE CASE**: Institution Type Hypotheses When an institution''s type cannot
be definitively determined, multiple type hypotheses can be recorded with supporting/contradicting
evidence and confidence levels.
**STRUCTURE**: - Asserted value (the hypothesis) - Confidence level - Supporting
evidence - Contradicting evidence - Alternative interpretations
**ONTOLOGY MAPPING**: - class_uri: skos:Concept (the hypothesis is a conceptual
assertion) - Related to prov:Entity (what is being hypothesized about)'
class_uri: skos:Concept
close_mappings:
- prov:Entity
- schema:Claim
related_mappings:
- skos:note
slots:
- generated_by
- note
annotations:
custodian_types: '["U"]'
custodian_types_rationale: Hypotheses are primarily used for Unknown (U) type
institutions where the type is ambiguous and needs research to resolve.
custodian_types_primary: U
specificity_score: 0.8
specificity_rationale: High specificity - only relevant for uncertain/ambiguous
data.
examples:
- value: "Hypothesis:\n asserted_value: \"MUSEUM\"\n confidence_level: \"medium\"\
\n generated_by:\n has_score:\n has_score:\
\ 0.65\n has_method: \"type_inference_from_website\"\n supporting_evidence:\n\
\ - \"Website mentions 'exhibitions'\"\n - \"Has physical visitor address\"\
\n contradicting_evidence:\n - \"No collection catalog found\"\n alternative_interpretation:\
\ \"Could be a gallery with temporary shows\"\n"
description: Type hypothesis suggesting institution is a museum.
- value: "Hypothesis:\n asserted_value: \"COLLECTING_SOCIETY\"\n confidence_level:\
\ \"high\"\n generated_by:\n has_score:\n has_score:\
\ 0.85\n has_method: \"name_pattern_analysis\"\n supporting_evidence:\n\
\ - \"Name contains 'Historische Vereniging'\"\n - \"Membership-based\
\ organization\"\n - \"Maintains local archive\"\n"
description: High-confidence hypothesis for a collecting society.
comments:
- 'MIGRATED 2026-01-19: confidence_score → generated_by + ConfidenceScore'