::{tab-item} Turtle
@prefix P: <urn:___param___#> .
@prefix ns1: <http://data.ashrae.org/standard223#> .
@prefix ns3: <http://qudt.org/schema/qudt/> .
P:owner ns1:hasProperty P:name .
P:constituent a ns1:EnumerationKind-Substance .
P:name a ns1:QuantifiableProperty ;
ns1:ofConstituent P:constituent ;
ns3:hasUnit P:unit .
P:unit a ns3:Unit .
:: ::{tab-item} With Inline Dependencies
@prefix P: <urn:___param___#> .
@prefix ns1: <http://data.ashrae.org/standard223#> .
@prefix ns2: <http://qudt.org/schema/qudt/> .
P:owner ns1:hasProperty P:name .
P:constituent a ns1:EnumerationKind-Substance .
P:name a ns1:QuantifiableProperty ;
ns1:ofConstituent P:constituent ;
ns2:hasUnit P:unit .
P:unit a ns2:Unit .
::
Parameters¶
owner
name
constituent
unit
Dependencies¶
No dependencies.
Dependents¶
Graph Visualization¶
::{tab-item} Template
::
::{tab-item} With Inline Dependencies
::