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.

constituent-water

::{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:QuantifiableProperty ;
    ns1:hasQuantityKind ns4:MassFraction ;
    ns1:hasValue P:value ;
    ns1:ofConstituent ns1:Constituent-H20 ;
    ns3:hasUnit ns3:PERCENT .

:: ::{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 a ns1:QuantifiableProperty ;
    ns1:hasQuantityKind <http://qudt.org/vocab/quantitykind/MassFraction> ;
    ns1:hasValue P:value ;
    ns1:ofConstituent ns1:Constituent-H20 ;
    ns2:hasUnit ns2:PERCENT .

::

Parameters

Dependencies

No dependencies.

Dependents

Graph Visualization

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