-
Notifications
You must be signed in to change notification settings - Fork 12
/
geometry.html
99 lines (86 loc) · 4.61 KB
/
geometry.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
<!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 - Geometry</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) - Geometry</h2>
<p>This page maintains all information related to geometry that is discussed as part of the community group activity.</p>
<h3>GitHub repo</h3>
<a href="https://github.com/w3c-lbd-cg/geometry">https://github.com/w3c-lbd-cg/geometry</a>
<h3>Geometry people</h3>
<ul>
<li>Kris McGlinn</li>
<li>María Poveda Villalón</li>
<li>Peter Bonsma</li>
<li>Anna Wagner</li>
<li>Pieter Pauwels</li>
</ul>
<h3>Geometry docs</h3>
<ul>
<li><b><a href="https://docs.google.com/document/d/1EqipM52agpk0cgXp1yC1npf93Cz-lQt127BGbV3j70g/edit">Working document</a></b></li>
<li><a href="https://docs.google.com/document/d/1MIbbztwVCVQCy20rjGNECC8zrN4_c4h63ia6HP4iTP0/edit">20170119 An initial set of geometry schemas</a></li>
<li><a href="https://drive.google.com/file/d/0B3aGbDKGwEGEbkNfdHp4Mk1Idlk/view">20170302 Integrating Geospatial 'BIM' Data as Linked Data on the Web</a></li>
<li><a href="https://github.com/w3c-lbd-cg/lbd/blob/gh-pages/presentations/geometry/LBD_20170727_KyriakosKatsigarakis.pdf">20170731 Building Data on the Web - Building Geometry and Placement (Kyriakos Katsigarakis)</a></li>
<li><a href="https://github.com/w3c-lbd-cg/lbd/blob/gh-pages/presentations/geometry/20171016-fortiss-OntoBREP.pdf">20171016 OntoBREP: An Ontology for CAD Data and Geometric Constraints (Markus Rickert and Alexander Perzylo)</a></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>