-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
100 lines (89 loc) · 3.51 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
body {
margin:40px auto;
max-width:850px;
line-height:1.6;
font-size:18px;
font-family: Inconsolata, monospace;
color:#444;
padding:0 10px;
font-weight: 400;
line-height: 24px;
}
h1,h2,h3 {
line-height:1.2;
color:#333;
text-align: left;
}
a {
text-decoration: none;
}
a:link {
color: blue;
}
a:visited {
color: blue;
}
a:active {
color: blue;
}
a:hover {
color: blue;
border-bottom:1px dotted blue;
}
img {
float: left;
padding-right: 40px;
}
#intro {
float: right;
}
</style>
<title>Open223</title>
</head>
<body>
<h1>Open223</h1>
<p>
<u>Open223</u> is a collection of permissively-licensed open-source tools to facilitate exploration and usage of the emerging ASHRAE 223P standard. These tools are neither developed nor endorsed by ASHRAE -- instead, they are maintained by a small community of enthusiasts and developers who believe in making RDF data easier to use.
</p>
<p>
The following services are available through the Open223 effort. All code for these can be found on <a href="https://github.com/open223">GitHub</a>.
<i>Please note that these services are updated semi-periodically and may not reflect the latest version of the (proposed) standard. The last time the *.open223.info pages were updated is <u>2024-12-19</u>.</i>
</p>
<p>
A copy of the 223P ontology for the now-past <a href="https://osr.ashrae.org/Online-Comment-Database/ShowDoc2/Table/DocumentAttachments/FileName/4301-223P_APRDraft.pdf/download/false">advisory public review</a> can be found at <a href="https://data.ashrae.org/BACnet/223p/223p.ttl">https://data.ashrae.org/BACnet/223p/223p.ttl</a>.
</p>
<p>
The most recent version of the 223P ontology is available <a href="/223p.ttl">here</a>.
</p>
<hr />
<h3><a href="https://docs.open223.info">docs.open223.info</a></h3>
<p>
This page hosts the user guide and documentation for the 223P ontology.
</p>
<hr />
<h3><a href="https://explore.open223.info">explore.open223.info</a></h3>
<p>
This page hosts autogenerated documentation of the 223P ontology, emphasizing the availability and correct use of concepts and properties defined by the ontology.
</p>
<hr />
<h3><a href="https://query.open223.info">query.open223.info</a></h3>
<p>
This page provides client-side SPARQL query processing using <a href="https://github.com/oxigraph/oxigraph">Oxigraph</a>. It contains several example 223 models and several example queries.
</p>
<hr />
<h3><a href="https://models.open223.info">models.open223.info</a></h3>
<p>
This site contains the canonical sources for example buildings and systems modeled with the 223P ontology
</p>
<hr />
<h3><a href="https://defs.open223.info">defs.open223.info</a></h3>
<p>
This page provides a set of <a href="https://www.w3.org/submissions/CBD/">concise bounded descriptions (CBDs)</a> of 223 concepts, rules, shapes, and entities with permalinks referenced by the 223 standard document.
</p>
</body>
</html>