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.

property

::{tab-item} Turtle

@prefix P: <urn:___param___#> .
@prefix ns1: <http://data.ashrae.org/standard223#> .

P:owner ns1:hasProperty P:name .

P:name a ns1:Property .

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

@prefix P: <urn:___param___#> .
@prefix ns1: <http://data.ashrae.org/standard223#> .

P:owner ns1:hasProperty P:name .

P:name a ns1:Property .

::

Parameters

Dependencies

No dependencies.

Dependents

Graph Visualization

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