78 lines
2.9 KiB
YAML
78 lines
2.9 KiB
YAML
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#
|
|
dcterms: http://purl.org/dc/terms/
|
|
crm: http://www.cidoc-crm.org/cidoc-crm/
|
|
skos: http://www.w3.org/2004/02/skos/core#
|
|
rdfs: http://www.w3.org/2000/01/rdf-schema#
|
|
org: http://www.w3.org/ns/org#
|
|
imports:
|
|
- linkml:types
|
|
- ./ChAnnotatorProvenance
|
|
- ./ExtractionSourceInfo
|
|
- ../slots/has_or_had_type
|
|
- ./ClaimType
|
|
- ./ClaimTypes
|
|
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.\nOntology mapping rationale: - class_uri is rdf:Statement because a claim is fundamentally an\n RDF-like statement (subject-predicate-object assertion).\n- close_mappings includes oa:Annotation as claims are a form of\n annotation body content.\n- related_mappings includes prov:Entity as claims are provenance-tracked\n entities themselves."
|
|
class_uri: rdf:Statement
|
|
close_mappings:
|
|
- oa:Annotation
|
|
related_mappings:
|
|
- prov:Entity
|
|
- schema:PropertyValue
|
|
slots:
|
|
- has_or_had_type
|
|
slot_usage:
|
|
has_or_had_type:
|
|
range: ClaimType
|
|
inlined: true
|
|
required: true
|
|
description: 'MIGRATED from claim_type per slot_fixes.yaml (Rule 53/56, 2026-01-19).
|
|
|
|
Type of claim (full_name, institution_type, etc.).
|
|
|
|
Uses ClaimType class hierarchy with 507 concrete subtypes.
|
|
|
|
'
|
|
attributes:
|
|
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
|
|
annotations:
|
|
specificity_score: 0.1
|
|
specificity_rationale: Generic utility class/slot created during migration
|
|
custodian_types: "['*']"
|
|
custodian_types_rationale: Universal utility concept
|