- 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.
46 lines
2.2 KiB
YAML
46 lines
2.2 KiB
YAML
id: https://nde.nl/ontology/hc/class/FireSuppressionSystem
|
|
name: FireSuppressionSystem
|
|
title: Fire Suppression System
|
|
description: A system used to prevent or extinguish fires in a facility. MIGRATED from fire_suppression_type slot per Rule 53.
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
skos: http://www.w3.org/2004/02/skos/core#
|
|
imports:
|
|
- linkml:types
|
|
- ../slots/has_type
|
|
default_prefix: hc
|
|
classes:
|
|
FireSuppressionSystem:
|
|
class_uri: skos:Concept
|
|
description: >-
|
|
Installed fire suppression arrangement for a facility, describing the
|
|
active method available for fire control.
|
|
alt_descriptions:
|
|
nl: Geinstalleerde brandblusvoorziening voor een locatie die de beschikbare actieve blusmethode beschrijft.
|
|
de: Installierte Feuerloescheinrichtung einer Einrichtung die die verfuegbare aktive Loeschmethode beschreibt.
|
|
fr: Dispositif de suppression d incendie installe dans un site decrivant la methode active de maitrise du feu.
|
|
es: Sistema de supresion de incendios instalado en una instalacion que describe el metodo activo disponible de control del fuego.
|
|
ar: منظومة إخماد حريق مثبتة في المرفق تصف طريقة المكافحة النشطة المتاحة.
|
|
id: Sistem pemadaman kebakaran terpasang pada fasilitas yang menjelaskan metode aktif pengendalian api yang tersedia.
|
|
zh: 设施内已安装的消防抑制配置,用于描述可用的主动灭火方式。
|
|
structured_aliases:
|
|
- {literal_form: brandblussysteem, in_language: nl}
|
|
- {literal_form: Feuerloeschanlage, in_language: de}
|
|
- {literal_form: systeme de suppression incendie, in_language: fr}
|
|
- {literal_form: sistema de supresion de incendios, in_language: es}
|
|
- {literal_form: نظام إخماد حريق, in_language: ar}
|
|
- {literal_form: sistem pemadaman kebakaran, in_language: id}
|
|
- {literal_form: 灭火系统, in_language: zh}
|
|
broad_mappings:
|
|
- skos:Concept
|
|
slots:
|
|
- has_type
|
|
slot_usage:
|
|
has_type:
|
|
range: FireSuppressionType
|
|
required: true
|
|
annotations:
|
|
specificity_score: 0.1
|
|
specificity_rationale: Generic utility class/slot created during migration
|
|
custodian_types: "['*']"
|