-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy patharchive.html
121 lines (93 loc) · 4.98 KB
/
archive.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
101
102
103
104
105
106
107
108
<!doctype html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">
<meta name="robots" content="index,follow">
<meta name="keywords" content="Linked Data, Building Information Modeling, Ontology, Semantic Web">
<meta name="description" content="Archives of the Linked Building Data Community Group">
<link href="./css/bootstrap.css" rel="stylesheet" type="text/css">
<link href="./css/custom.css" rel="stylesheet" type="text/css">
<link href="./css/bootstrap-responsive.css" rel="stylesheet" type="text/css">
<link href="./css/font-awesome.min.css" rel="stylesheet" type="text/css"><!--[if IE 7]>
<link rel="stylesheet" href="/css/font-awesome-ie7.min.css">
<![endif]-->
<!--[if lt IE 9]>
<script src="/css/html5shiv.js"></script>
<![endif]-->
<title>The Linked Building Data Community Group - Archives</title>
</head>
<body id="top">
<div class="contents">
<!-- logos -->
<div class="logos">
<a href="http://www.w3.org/" class="w3-logo"><img alt="w3c logo" src="https://www.w3.org/community/src/templates/wordpress/StoryTeller/img/svg/w3c-logo.svg"></a>
<a href="https://www.w3.org/community/lbd/" class="cgbg-logo"><img alt="w3c community group logo" src="https://www.w3.org/community/src/templates/wordpress/StoryTeller/img/svg/cgbg-logo.svg"></a>
<a href="https://www.w3.org/community/lbd/" class="cgbg-logo-title"><h1>Linked Building Data Community Group</h1></a>
</div>
<div class="white-bar"></div>
<div class="white-circle"></div>
<div class="blue-top"></div>
<div class="nav-logo"><a href="https://www.w3.org/community/lbd/">W3C Linked Building Data</a></div>
<!-- banner -->
<div class="navbar navbar-fixed-top">
<div class="navbar-inner">
<div class="container">
<a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</a>
</a>
<div class="nav-collapse">
<ul class="nav nav-pills pull-right">
<li>
<a href="https://w3c-lbd-cg.github.io/lbd/">Home</a>
</li>
</ul>
</div>
</div>
</div>
</div>
<!-- content -->
<div class="container main">
<div class="row-fluid">
<div class="span12">
<h2>Linked Building Data (LBD) - Archive</h2>
<p>This page maintains the documents that have been part of the <a href="https://www.w3.org/community/lbd/">Linked Building Data Community Group</a> activity.</p>
<h3>Domain Ontology Groups Working Docs</h3>
<ul>
<li>Building Automation and Control Systems
<ul>
<li><b><a href="https://docs.google.com/document/d/1wPdWzVW8_NPCu1k77l1AcbGpIjqyzuwqQSyuMZ_eJDw/edit#">Working document</a></b></li>
<li><a href="https://docs.google.com/presentation/d/1i0kn39OG4WXsjNE6_b54bIOHRClglpDypVRclSsxG9I/edit#">20170207 Presentation by Subgroup</a></li>
<li><a href="https://www.researchgate.net/publication/320064335_Reusing_Domain_Ontologies_in_Linked_Building_Data_the_Case_of_Building_Automation_and_Control">Paper at the FOMI workshop 2017</a></li>
</ul>
</li>
<li>Energy Efficiency</li>
<ul>
<li><a href="https://github.com/w3c-lbd-cg/lbd/blob/gh-pages/presentations/energy_efficiency/20170202_minimum_data_requirements_low_energy_Odilo-ETHs.pdf">20170202 Minimum Data Requirements for Low Energy Buildings</a></li>
<li><a href="https://github.com/w3c-lbd-cg/lbd/blob/gh-pages/presentations/energy_efficiency/20170202_odysseus_energy_ontology.pdf">20170202 The Odysseus Energy Ontology</a></li>
</ul>
<li>Heating, Ventilation, and Air-Conditioning (HVAC)
<ul>
<li><a href="http://www.slideshare.net/MadsHoltenRasmussen/w3clbdw-bothvac">20170124 The Flow Systems Ontology (FSO)</a></li>
</ul>
</li>
<li>Ontology Alignment Group
<ul>
<li><a href="https://docs.google.com/document/d/1wSxpE5O6jntcIuhey7Uv0o0ZAU1Dz-ZSICuuxbwGvCA/edit#">Working document</a></li>
</ul>
</li>
</ul>
</div>
</div>
</div>
</div>
<script src="./files/jquery-1.9.1.min.js" type="text/javascript"></script>
<script src="./files/jquery.smooth-scroll.min.js" type="text/javascript"></script>
<script src="./files/bootstrap.min.js" type="text/javascript"></script>
<script src="./files/custom.js" type="text/javascript"></script>
</body>
</html>