glam/schemas/20251121/linkml/modules/classes/UseCase.yaml
kempersc a590a8d94b Refactor and enhance descriptions across multiple YAML schemas for improved clarity and consistency.
- 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.
2026-02-16 15:53:42 +01:00

68 lines
2.5 KiB
YAML

id: https://nde.nl/ontology/hc/class/UseCase
name: UseCase
title: Use Case Class
description: 'A specific scenario or use case demonstrating the application of a concept.
**RULE 53 COMPLIANT**: Created for example_instance migration.'
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#
imports:
- linkml:types
- ../slots/has_description
- ../slots/has_example
- ../slots/identified_by
- ../slots/has_label
- ../slots/has_score
default_prefix: hc
classes:
UseCase:
description: >-
Concrete scenario that demonstrates how a concept, model, or workflow is
applied in practice.
alt_descriptions:
nl: Concreet scenario dat laat zien hoe een concept, model of werkwijze in de praktijk wordt toegepast.
de: Konkretes Szenario, das zeigt, wie ein Konzept, Modell oder Arbeitsablauf praktisch angewendet wird.
fr: Scenario concret montrant comment un concept, modele ou processus est applique en pratique.
es: Escenario concreto que muestra como se aplica en la practica un concepto, modelo o flujo de trabajo.
ar: سيناريو عملي يوضّح كيفية تطبيق مفهوم أو نموذج أو سير عمل في الواقع.
id: Skenario konkret yang menunjukkan bagaimana konsep, model, atau alur kerja diterapkan dalam praktik.
zh: 展示概念、模型或工作流程如何在实践中应用的具体场景。
structured_aliases:
- literal_form: toepassingsscenario
in_language: nl
- literal_form: Anwendungsszenario
in_language: de
- literal_form: cas d usage
in_language: fr
- literal_form: caso de uso
in_language: es
- literal_form: حالة استخدام
in_language: ar
- literal_form: kasus penggunaan
in_language: id
- literal_form: 用例
in_language: zh
slots:
- identified_by
- has_label
- has_description
- has_example
- has_score
slot_usage:
has_example:
range: Example
multivalued: true
inlined: true
annotations:
specificity_score: 0.1
specificity_rationale: Generic utility class/slot created during migration
custodian_types: "['*']"