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.

water-flow

::{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/> .
@prefix ns5: <http://qudt.org/vocab/unit/> .

P:name a ns1:QuantifiableObservableProperty ;
    ns1:ofMedium ns1:Fluid-Water ;
    ns3:hasQuantityKind ns4:VolumeFlowRate ;
    ns3:hasUnit ns5:FT3-PER-MIN .

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

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

P:name-owner ns1:hasProperty P:name .

P:name a ns1:Property,
        ns1:QuantifiableObservableProperty ;
    ns1:ofMedium ns1:Fluid-Water ;
    ns2:hasQuantityKind <http://qudt.org/vocab/quantitykind/VolumeFlowRate> ;
    ns2:hasUnit <http://qudt.org/vocab/unit/FT3-PER-MIN> .

::

Parameters

Dependencies

Dependents

Nothing depends on this template.

Graph Visualization

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