75 lines
2.5 KiB
YAML
75 lines
2.5 KiB
YAML
# ChAnnotatorEntityClaim - Individual claim about an entity
|
|
# Extracted from custodian_source.yaml per Rule 38 (modular schema files)
|
|
# Extraction date: 2026-01-08
|
|
|
|
id: https://nde.nl/ontology/hc/classes/ChAnnotatorEntityClaim
|
|
name: ChAnnotatorEntityClaim
|
|
title: ChAnnotatorEntityClaim
|
|
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
schema: http://schema.org/
|
|
prov: http://www.w3.org/ns/prov#
|
|
xsd: http://www.w3.org/2001/XMLSchema#
|
|
oa: http://www.w3.org/ns/oa#
|
|
rdf: http://www.w3.org/1999/02/22-rdf-syntax-ns#
|
|
|
|
imports:
|
|
- linkml:types
|
|
|
|
|
|
- ./ChAnnotatorProvenance
|
|
- ./ExtractionSourceInfo
|
|
default_range: string
|
|
|
|
classes:
|
|
ChAnnotatorEntityClaim:
|
|
description: >-
|
|
Individual claim about an entity extracted using CH-Annotator convention.
|
|
Each claim represents an assertion about an entity attribute with
|
|
associated provenance and confidence information.
|
|
|
|
Ontology mapping rationale:
|
|
- class_uri is rdf:Statement because a claim is fundamentally an
|
|
RDF-like statement (subject-predicate-object assertion).
|
|
- close_mappings includes oa:Annotation as claims are a form of
|
|
annotation body content.
|
|
- related_mappings includes prov:Entity as claims are provenance-tracked
|
|
entities themselves.
|
|
class_uri: rdf:Statement
|
|
close_mappings:
|
|
- oa:Annotation
|
|
related_mappings:
|
|
- prov:Entity
|
|
- schema:PropertyValue
|
|
attributes:
|
|
claim_type:
|
|
range: string
|
|
required: true
|
|
description: Type of claim (full_name, institution_type, etc.)
|
|
claim_value:
|
|
range: string
|
|
required: true
|
|
description: Value of the claim
|
|
property_uri:
|
|
range: string
|
|
description: Property URI (e.g., skos:prefLabel)
|
|
hypernym_code:
|
|
range: string
|
|
description: CH-Annotator hypernym code (e.g., GRP, TOP)
|
|
hypernym_label:
|
|
range: string
|
|
description: Human-readable hypernym label (e.g., GROUP, TOPONYM)
|
|
extraction_source:
|
|
range: ExtractionSourceInfo
|
|
description: Structured extraction source information
|
|
provenance:
|
|
range: ChAnnotatorProvenance
|
|
description: Provenance of this claim
|
|
confidence:
|
|
range: float
|
|
description: Confidence score for this claim
|
|
resolution_method:
|
|
range: string
|
|
description: Method used to resolve/extract the claim
|