::{tab-item} Turtle
@prefix P: <urn:___param___#> .
@prefix ns1: <http://data.ashrae.org/standard223#> .
P:name a ns1:BidirectionalConnectionPoint ;
ns1:hasMedium P:medium ;
ns1:mapsTo P:mapsto .
P:mapsto a ns1:BidirectionalConnectionPoint ;
ns1:hasMedium P:medium .
:: ::{tab-item} With Inline Dependencies
@prefix P: <urn:___param___#> .
@prefix ns1: <http://data.ashrae.org/standard223#> .
P:name a ns1:BidirectionalConnectionPoint ;
ns1:hasMedium P:medium ;
ns1:mapsTo P:mapsto .
P:mapsto a ns1:BidirectionalConnectionPoint ;
ns1:hasMedium P:medium .
::
Parameters¶
name
mapsto
medium
Dependencies¶
No dependencies.
Dependents¶
Graph Visualization¶
::{tab-item} Template
::
::{tab-item} With Inline Dependencies
::