glam/schemas/20251121/linkml/modules/classes/WordCount.yaml
kempersc bd8368dfff Enhance schema definitions for cultural heritage annotations
- Updated WorldCatIdentifier class with improved descriptions and multilingual support.
- Refined WorldHeritageSite class to clarify its purpose and added structured aliases.
- Enhanced WritingSystem class with detailed descriptions and examples for script identification.
- Introduced BirthPlace class to represent birth locations with historical context and geographic identifiers.
- Added AnnotatorAnnotationMetadata class for quality metrics and verification of cultural heritage annotations.
- Created AnnotatorAnnotationProvenance class to track provenance of annotation activities.
- Developed AnnotatorBlock class to aggregate entity claims and metadata for annotations.
- Established AnnotatorEntityClaim class for individual assertions about cultural heritage entities.
- Introduced AnnotatorEntityClassification class for taxonomic categorization of entities.
- Added AnnotatorIntegrationNote class to document file creation and integration processes.
- Developed AnnotatorModel class for machine learning models used in entity extraction.
- Created AnnotatorProvenance class to track extraction provenance and source data access.
2026-02-15 12:41:51 +01:00

91 lines
3.1 KiB
YAML

id: https://nde.nl/ontology/hc/class/WordCount
name: WordCount
title: Word Count
prefixes:
linkml: https://w3id.org/linkml/
hc: https://nde.nl/ontology/hc/
schema: http://schema.org/
dcterms: http://purl.org/dc/terms/
prov: http://www.w3.org/ns/prov#
crm: http://www.cidoc-crm.org/cidoc-crm/
skos: http://www.w3.org/2004/02/skos/core#
rdfs: http://www.w3.org/2000/01/rdf-schema#
org: http://www.w3.org/ns/org#
xsd: http://www.w3.org/2001/XMLSchema#
default_prefix: hc
imports:
- linkml:types
- ../slots/has_quantity
classes:
WordCount:
class_uri: schema:QuantitativeValue
description: >-
Quantitative measurement of word count in textual documents,
used for document statistics, text length metrics, and content analysis.
alt_descriptions:
nl:
text: >-
Kwantitatieve meting van het aantal woorden in tekstuele documenten,
gebruikt voor documentstatistieken, tekstlengtemeting en inhoudsanalyse.
de:
text: >-
Quantitative Messung der Wortzahl in Textdokumenten, verwendet für
Dokumentenstatistiken, Textlängenmetriken und Inhaltsanalyse.
fr:
text: >-
Mesure quantitative du nombre de mots dans les documents textuels,
utilisée pour les statistiques de documents, les métriques de longueur
de texte et l'analyse de contenu.
es:
text: >-
Medición cuantitativa del recuento de palabras en documentos textuales,
utilizada para estadísticas de documentos, métricas de longitud de texto
y análisis de contenido.
ar:
text: >-
قياس كمي لعدد الكلمات في المستندات النصية، يُستخدم لإحصائيات المستندات
ومقاييس طول النص وتحليل المحتوى.
id:
text: >-
Pengukuran kuantitatif jumlah kata dalam dokumen tekstual, digunakan
untuk statistik dokumen, metrik panjang teks, dan analisis konten.
zh:
text: >-
文本文档中字数的定量测量,用于文档统计、文本长度度量和内容分析。
slots:
- has_quantity
slot_usage:
has_quantity: null
broad_mappings:
- schema:QuantitativeValue
structured_aliases:
- literal_form: aantal woorden
in_language: nl
- literal_form: Wortzahl
in_language: de
- literal_form: nombre de mots
in_language: fr
- literal_form: recuento de palabras
in_language: es
- literal_form: عدد الكلمات
in_language: ar
- literal_form: jumlah kata
in_language: id
- literal_form: 字数
in_language: zh
comments:
- Used for document word counts, text length metrics, and content statistics
keywords:
- word count
- text metrics
- document statistics
- content analysis
examples:
- value:
has_quantity:
value: 15000
description: Document with 15,000 words
annotations:
specificity_score: '0.40'
specificity_rationale: Moderately specific - word counts common in text analysis.
custodian_types: "['*']"