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.

junction

::{tab-item} Turtle

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

P:name a ns1:Junction ;
    ns1:cnx P:in,
        P:out ;
    ns1:hasMedium P:medium .

P:in a ns1:InletConnectionPoint ;
    ns1:hasMedium P:medium .

P:out a ns1:OutletConnectionPoint ;
    ns1:hasMedium P:medium .

P:medium a ns1:EnumerationKind-Medium .

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

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

P:name a ns1:Junction ;
    ns1:cnx P:in,
        P:out ;
    ns1:hasMedium P:medium .

P:in a ns1:InletConnectionPoint ;
    ns1:hasMedium P:medium .

P:out a ns1:OutletConnectionPoint ;
    ns1:hasMedium P:medium .

P:medium a ns1:EnumerationKind-Medium .

::

Parameters

Dependencies

No dependencies.

Dependents

Nothing depends on this template.

Graph Visualization

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