glam/schemas/20251121/linkml/modules/classes/Method.yaml
kempersc 66adec257e Add scripts for normalizing LinkML schemas and validating schema integrity
- 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.
2026-02-16 10:16:51 +01:00

41 lines
1.8 KiB
YAML

id: https://nde.nl/ontology/hc/class/Method
name: Method
title: Method
description: A method or procedure used.
prefixes:
linkml: https://w3id.org/linkml/
schema: http://schema.org/
skos: http://www.w3.org/2004/02/skos/core#
rico: https://www.ica.org/standards/RiC/ontology#
wd: http://www.wikidata.org/entity/
imports:
- linkml:types
- ../slots/has_description
classes:
Method:
class_uri: skos:Concept
description: Procedure concept representing an approach, technique, or process step.
alt_descriptions:
nl: Procedureconcept dat een aanpak techniek of processtap vertegenwoordigt.
de: Verfahrenskonzept das einen Ansatz eine Technik oder einen Prozessschritt repraesentiert.
fr: Concept procedural representant une approche une technique ou une etape de processus.
es: Concepto procedimental que representa un enfoque tecnica o paso de proceso.
ar: مفهوم إجرائي يمثل نهجاً أو تقنية أو خطوة ضمن عملية.
id: Konsep prosedural yang merepresentasikan pendekatan teknik atau langkah proses.
zh: 表示方法、技术或流程步骤的程序性概念。
structured_aliases:
- {literal_form: procedureconcept, in_language: nl}
- {literal_form: Verfahrenskonzept, in_language: de}
- {literal_form: concept de methode, in_language: fr}
- {literal_form: concepto de metodo, in_language: es}
- {literal_form: مفهوم طريقة, in_language: ar}
- {literal_form: konsep metode, in_language: id}
- {literal_form: 方法概念, in_language: zh}
broad_mappings:
- skos:Concept
slots:
- has_description
annotations:
specificity_score: 0.1
specificity_rationale: Generic utility class/slot created during migration
custodian_types: "['*']"