glam/schemas/20251121/linkml/modules/classes/InvalidWebClaim.yaml
2026-01-08 15:56:28 +01:00

61 lines
1.7 KiB
YAML

# InvalidWebClaim - Invalid claim with validation reason
# Extracted from custodian_source.yaml per Rule 38 (modular schema files)
# Extraction date: 2026-01-08
id: https://nde.nl/ontology/hc/classes/InvalidWebClaim
name: InvalidWebClaim
title: InvalidWebClaim
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
default_range: string
classes:
InvalidWebClaim:
description: Invalid claim with validation reason
attributes:
claim_type:
range: string
description: Type of claim
claim_value:
range: string
description: Extracted value
raw_value:
range: string
description: Raw value before processing
source_url:
range: uri
description: URL claim was extracted from
retrieved_on:
range: datetime
description: When page was archived
xpath:
range: string
description: XPath to element
html_file:
range: string
description: Relative path to archived HTML
xpath_match_score:
range: float
description: Match score
extraction_method:
range: string
description: Extraction method
extraction_timestamp:
range: datetime
description: When claim was extracted
validation_reason:
range: string
description: Reason why claim was invalid
validation_rule:
range: string
description: Rule that was violated