86 lines
3.2 KiB
YAML
86 lines
3.2 KiB
YAML
id: https://nde.nl/ontology/hc/classes/WebClaimsBlock
|
|
name: WebClaimsBlock
|
|
title: WebClaimsBlock
|
|
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
|
|
- ../slots/warrants_or_warranted
|
|
- ../slots/has_or_had_quantity
|
|
- ./Claim
|
|
- ./InvalidWebClaim
|
|
- ./LayoutMetadata
|
|
- ./Quantity
|
|
- ./ValidationMetadata
|
|
- ./WebClaim
|
|
default_range: string
|
|
classes:
|
|
WebClaimsBlock:
|
|
description: "Container for claims extracted from archived websites, including valid claims, removed invalid claims, validation metadata, and layout integration status. Serves as a collection of web observations with full provenance tracking.\nOntology mapping rationale: - class_uri is prov:Collection because this aggregates multiple WebClaim\n entities extracted from the same source archive\n- close_mappings includes schema:Collection as a general collection type - related_mappings includes prov:Entity as this block is itself an entity\n with extraction timestamp and provenance"
|
|
class_uri: prov:Collection
|
|
close_mappings:
|
|
- schema:Collection
|
|
related_mappings:
|
|
- prov:Entity
|
|
slots:
|
|
- has_or_had_quantity
|
|
slot_usage:
|
|
has_or_had_quantity:
|
|
range: Quantity
|
|
inlined: true
|
|
description: 'Number of claims in this block.
|
|
|
|
MIGRATED 2026-01-19: Replaces claims_count integer attribute with structured Quantity.
|
|
|
|
Use quantity_type: CLAIM_COUNT for claim counts.
|
|
|
|
'
|
|
examples:
|
|
- value:
|
|
quantity_value: 47
|
|
quantity_type: CLAIM_COUNT
|
|
has_or_had_description: Web claims extracted from archived website
|
|
description: Claim count with structured quantity
|
|
attributes:
|
|
extraction_timestamp:
|
|
range: datetime
|
|
source_archive:
|
|
range: string
|
|
description: Path to source archive directory
|
|
warrants_or_warranted:
|
|
range: WebClaim
|
|
multivalued: true
|
|
inlined_as_list: true
|
|
description: Claims that warrant assertions about this entity (migrated from claim slot)
|
|
removed_invalid_claims:
|
|
range: InvalidWebClaim
|
|
multivalued: true
|
|
inlined_as_list: true
|
|
description: Claims removed due to validation failures
|
|
validation_metadata:
|
|
range: ValidationMetadata
|
|
description: Metadata about the validation process
|
|
layout_integrated:
|
|
range: boolean
|
|
description: Whether layout integration has been performed
|
|
layout_integration_timestamp:
|
|
range: datetime
|
|
description: When layout integration was performed
|
|
layout_metadata:
|
|
range: LayoutMetadata
|
|
description: Metadata about layout extraction
|
|
claims_migrated:
|
|
range: boolean
|
|
description: Whether claims have been migrated to new format
|
|
migration_timestamp:
|
|
range: datetime
|
|
description: When migration was performed
|
|
annotations:
|
|
specificity_score: 0.1
|
|
specificity_rationale: Generic utility class/slot created during migration
|
|
custodian_types: "['*']"
|
|
custodian_types_rationale: Universal utility concept
|