- Updated descriptions in `WikidataOrganization`, `WikidataRecognition`, `WikidataResolvedEntities`, `WikidataSitelinks`, `WikidataSocialMedia`, `WikidataTemporal`, `WikidataTimeValue`, `WikidataWeb`, `WomensArchives`, `WomensArchivesRecordSetType`, `WomensArchivesRecordSetTypes`, `WordCount`, `WorkRevision`, `WorldCatIdentifier`, `WorldHeritageSite`, `WritingSystem`, `XPath`, `XPathScore`, `YoutubeChannel`, `YoutubeComment`, `YoutubeTranscript`, and `YoutubeVideo` to enhance readability and precision. - Adjusted mappings and slot usage in various schemas to align with updated descriptions and improve data structure. - Added new synonyms in multiple languages for better localization support.
66 lines
2.7 KiB
YAML
66 lines
2.7 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: >-
|
|
Numeric lexical-token total used for text-length and content metrics.
|
|
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
|
|
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: "['*']"
|