- Updated titles for clarity in WikidataClassification, WikidataCollectionInfo, WikidataContact, WikidataCoordinates, WikidataEnrichment, WikidataEntity, WikidataIdentifiers, WikidataLocation, WikidataMedia, and WikidataOrganization classes. - Enhanced descriptions with multilingual support, providing translations in Dutch, German, French, Spanish, Arabic, Indonesian, and Chinese. - Added structured aliases for better synonym mapping in multiple languages. - Improved comments and keywords for better understanding and searchability. - Ensured consistent use of slots and mappings across classes to align with ontology standards.
54 lines
1.6 KiB
YAML
54 lines
1.6 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:
|
|
text: >-
|
|
Container voor claims geëxtraheerd uit gearchiveerde websites.
|
|
de:
|
|
text: >-
|
|
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: '[''*'']'
|