- Introduced the ImageTilingServiceEndpoint class for tiled high-resolution image delivery, including deep-zoom and transformation capabilities, with multilingual descriptions and structured aliases. - Archived the ID class as a backwards-compatible alias for Identifier, marking it as deprecated to enforce the use of the canonical Identifier model.
35 lines
1,002 B
YAML
35 lines
1,002 B
YAML
id: https://nde.nl/ontology/hc/classes/InvalidWebClaim
|
|
name: InvalidWebClaim
|
|
title: Invalid Web Claim Class
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
rdf: http://www.w3.org/1999/02/22-rdf-syntax-ns#
|
|
dqv: http://www.w3.org/ns/dqv#
|
|
prov: http://www.w3.org/ns/prov#
|
|
default_prefix: hc
|
|
imports:
|
|
- linkml:types
|
|
- ../slots/has_type
|
|
- ../slots/has_url
|
|
- ../slots/retrieved_at
|
|
- ../slots/has_provenance
|
|
classes:
|
|
InvalidWebClaim:
|
|
class_uri: rdf:Statement
|
|
description: Extracted web claim that failed validation, preserved for audit and quality analysis.
|
|
exact_mappings:
|
|
- rdf:Statement
|
|
close_mappings:
|
|
- dqv:QualityAnnotation
|
|
related_mappings:
|
|
- prov:Entity
|
|
slots:
|
|
- has_type
|
|
- has_url
|
|
- retrieved_at
|
|
- has_provenance
|
|
annotations:
|
|
specificity_score: 0.4
|
|
specificity_rationale: Validation-failure trace class for extraction quality governance.
|
|
custodian_types: '["*"]'
|