- 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.
69 lines
2.8 KiB
YAML
69 lines
2.8 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: Kwantitatieve meting van het aantal woorden in tekstuele documenten, gebruikt voor documentstatistieken, tekstlengtemeting en inhoudsanalyse.
|
|
de: Quantitative Messung der Wortzahl in Textdokumenten, verwendet für Dokumentenstatistiken, Textlängenmetriken und Inhaltsanalyse.
|
|
fr: 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: 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: قياس كمي لعدد الكلمات في المستندات النصية، يُستخدم لإحصائيات المستندات ومقاييس طول النص وتحليل المحتوى.
|
|
id: Pengukuran kuantitatif jumlah kata dalam dokumen tekstual, digunakan untuk statistik dokumen, metrik panjang teks, dan analisis konten.
|
|
zh: 文本文档中字数的定量测量,用于文档统计、文本长度度量和内容分析。
|
|
slots:
|
|
- has_quantity
|
|
slot_usage:
|
|
has_quantity:
|
|
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: "['*']"
|