Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

on-off-command

::{tab-item} Turtle

@prefix P: <urn:___param___#> .
@prefix ns1: <http://data.ashrae.org/standard223#> .

P:name a ns1:EnumeratedActuatableProperty ;
    ns1:hasEnumerationKind ns1:EnumerationKind-OnOff .

:: ::{tab-item} With Inline Dependencies

@prefix P: <urn:___param___#> .
@prefix ns1: <http://data.ashrae.org/standard223#> .

P:name a ns1:EnumeratedActuatableProperty ;
    ns1:hasEnumerationKind ns1:EnumerationKind-OnOff .

::

Parameters

Dependencies

No dependencies.

Dependents

Graph Visualization

::{tab-item} Template :: ::{tab-item} With Inline Dependencies ::