- Implement `normalize_linkml_alt_descriptions.py` to convert structured alt_descriptions to the expected scalar form. - Implement `normalize_linkml_structured_aliases.py` to flatten language-keyed structured_aliases into a standard list-of-objects format. - Implement `validate_linkml_schema_integrity.py` to validate the integrity of LinkML schema bundles, checking for import resolution, YAML parsing, and reference existence.
50 lines
1.5 KiB
YAML
50 lines
1.5 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/has_quantity
|
|
- ../slots/warrant
|
|
# default_range: string
|
|
classes:
|
|
WebClaimsBlock:
|
|
description: >-
|
|
Container for claims extracted from archived websites, including valid claims,
|
|
removed invalid claims, and validation metadata.
|
|
alt_descriptions:
|
|
nl: Container voor claims geëxtraheerd uit gearchiveerde websites.
|
|
de: Container für aus archivierten Websites extrahierte Claims.
|
|
structured_aliases:
|
|
- literal_form: webclaims-blok
|
|
in_language: nl
|
|
- literal_form: Web-Claims-Block
|
|
in_language: de
|
|
comments:
|
|
- Aggregates WebClaim entities with full provenance tracking.
|
|
class_uri: prov:Collection
|
|
broad_mappings:
|
|
- prov:Collection
|
|
close_mappings:
|
|
- schema:Collection
|
|
related_mappings:
|
|
- prov:Entity
|
|
slots:
|
|
- has_quantity
|
|
- warrant
|
|
slot_usage:
|
|
has_quantity:
|
|
range: integer
|
|
inlined: false # Fixed invalid inline for primitive type
|
|
examples:
|
|
- value:
|
|
has_description: Web claims extracted from archived website
|
|
annotations:
|
|
specificity_score: 0.1
|
|
specificity_rationale: Generic utility class/slot created during migration
|
|
custodian_types: '[''*'']'
|