- Removed unnecessary aliases and adjusted slot definitions in Timestamp, Topic, TopicType, TransferEvent, TransferPolicy, and others. - Enhanced descriptions and added alternative language descriptions for TradeUnionArchiveRecordSetType and UnescoIchElement. - Updated slot usage for various archive-related classes to use `equals_string` instead of `equals_expression`. - Streamlined VideoChapter class by refining descriptions and restructuring slot usage for better navigation and organization. - General cleanup of comments and annotations to ensure clarity and maintainability.
47 lines
1.3 KiB
YAML
47 lines
1.3 KiB
YAML
id: https://nde.nl/ontology/hc/class/Text
|
|
name: Text
|
|
title: Text
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
schema: http://schema.org/
|
|
imports:
|
|
- linkml:types
|
|
- ../slots/has_description
|
|
- ../slots/has_label
|
|
- ../slots/has_provenance
|
|
- ../slots/created_through
|
|
default_prefix: hc
|
|
classes:
|
|
Text:
|
|
class_uri: schema:Text
|
|
description: >-
|
|
Structured container for written or printed content with associated provenance metadata, supporting extraction, transformation, and enrichment workflows for OCR output, transcriptions, and heritage documentation.
|
|
alt_descriptions:
|
|
nl:
|
|
text: Een eenheid van tekstuele informatie.
|
|
de:
|
|
text: Eine Einheit textlicher Informationen.
|
|
fr:
|
|
text: Une unité d'information textuelle.
|
|
structured_aliases:
|
|
- literal_form: tekst
|
|
in_language: nl
|
|
- literal_form: Text
|
|
in_language: de
|
|
- literal_form: texte
|
|
in_language: fr
|
|
slots:
|
|
- has_label
|
|
- has_description
|
|
- has_provenance
|
|
- created_through
|
|
slot_usage:
|
|
created_through:
|
|
required: false
|
|
comments:
|
|
- MIGRATED from full_extracted_text slot context
|
|
annotations:
|
|
specificity_score: 0.1
|
|
specificity_rationale: Generic utility class/slot created during migration
|
|
custodian_types: "['*']"
|