::{tab-item} Turtle
@prefix P: <urn:___param___#> .
@prefix ns1: <http://data.ashrae.org/standard223#> .
@prefix ns3: <http://qudt.org/schema/qudt/> .
@prefix ns4: <http://qudt.org/vocab/quantitykind/> .
P:name a ns1:QuantifiableObservableProperty ;
ns3:hasQuantityKind ns4:VolumeFlowRate .
:: ::{tab-item} With Inline Dependencies
@prefix P: <urn:___param___#> .
@prefix ns1: <http://qudt.org/schema/qudt/> .
P:name a <http://data.ashrae.org/standard223#QuantifiableObservableProperty> ;
ns1:hasQuantityKind <http://qudt.org/vocab/quantitykind/VolumeFlowRate> .
::
Parameters¶
name
Dependencies¶
No dependencies.
Dependents¶
Nothing depends on this template.
Graph Visualization¶
::{tab-item} Template
::
::{tab-item} With Inline Dependencies
::