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.

sensor

::{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

Dependencies

No dependencies.

Dependents

Nothing depends on this template.

Graph Visualization

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