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.

outlet-cp

::{tab-item} Turtle

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

P:name a ns1:OutletConnectionPoint ;
    ns1:hasMedium P:medium ;
    ns1:mapsTo P:mapsto .

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

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

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

P:name a ns1:OutletConnectionPoint ;
    ns1:hasMedium P:medium ;
    ns1:mapsTo P:mapsto .

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

::

Parameters

Dependencies

No dependencies.

Dependents

Graph Visualization

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