56 lines
1.7 KiB
YAML
56 lines
1.7 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#
|
|
|
|
imports:
|
|
- linkml:types
|
|
|
|
|
|
- ./ChAnnotatorProvenance
|
|
- ./ExtractionSourceInfo
|
|
default_range: string
|
|
|
|
classes:
|
|
ChAnnotatorEntityClaim:
|
|
description: Individual claim about an entity
|
|
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
|