::{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:Sensor ;
rdfs:label P:label ;
ns1:hasObservationLocation P:where ;
ns1:observes P:property .
:: ::{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:Sensor ;
rdfs:label P:label ;
ns1:hasObservationLocation P:where ;
ns1:observes P:property .
::
Parameters¶
name
property
label
where
Dependencies¶
No dependencies.
Dependents¶
Nothing depends on this template.
Graph Visualization¶
::{tab-item} Template
::
::{tab-item} With Inline Dependencies
::