::{tab-item} Turtle
@prefix P: <urn:___param___#> .
@prefix ns1: <http://data.ashrae.org/standard223#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
P:name a ns1:Connection,
ns1:Pipe ;
rdfs:label P:label ;
ns1:cnx P:destination,
P:source .
:: ::{tab-item} With Inline Dependencies
@prefix P: <urn:___param___#> .
@prefix ns1: <http://data.ashrae.org/standard223#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
P:name a ns1:Connection,
ns1:Pipe ;
rdfs:label P:label ;
ns1:cnx P:destination,
P:source .
::
Parameters¶
destination
name
label
source
Dependencies¶
No dependencies.
Dependents¶
Nothing depends on this template.
Graph Visualization¶
::{tab-item} Template
::
::{tab-item} With Inline Dependencies
::