28 lines
897 B
YAML
28 lines
897 B
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_or_had_type
|
|
- ./FireSuppressionType
|
|
- ./FireSuppressionTypes
|
|
default_prefix: hc
|
|
classes:
|
|
FireSuppressionSystem:
|
|
class_uri: skos:Concept
|
|
slots:
|
|
- has_or_had_type
|
|
slot_usage:
|
|
has_or_had_type:
|
|
range: FireSuppressionType
|
|
required: true
|
|
annotations:
|
|
specificity_score: 0.1
|
|
specificity_rationale: Generic utility class/slot created during migration
|
|
custodian_types: "['*']"
|
|
custodian_types_rationale: Universal utility concept
|