-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
102 lines (93 loc) · 5.79 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
101
102
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<link rel="stylesheet" href="resources/primer.css" media="screen" /> <link rel="stylesheet" href="resources/rec.css" media="screen" /> <link rel="stylesheet" href="resources/extra.css" media="screen" /> <link rel="stylesheet" href="resources/owl.css" media="screen" /> <title>OMG: Ontology for Managing Geometry</title>
<!-- SCHEMA.ORG METADATA -->
<script type="application/ld+json">{"@context":"http://schema.org","@type":"TechArticle","url":"http://w3id.org/omg","image":"http://vowl.visualdataweb.org/webvowl/#iri=http://w3id.org/omg","name":"OMG: Ontology for Managing Geometry", "headline":"The Ontology for Managing Geometry (OMG) is an ontology for describing geometry descriptions of objects. It provides means to support the application of multiple geometry descriptions of the same object as well as the description of the geometry evolution over time. The OMG is based the concepts introduced in the Ontology for Property Management (OPM) ontology. ", "datePublished":"28.11.2018", "version":"0.0.1", "license":"https://creativecommons.org/licenses/by/4.0/", "author":[{"@type":"Person","name":"Anna Wagner","url":"https://www.researchgate.net/profile/Anna_Wagner13"},{"@type":"Person","name":"Mathias Bonduel","url":"https://www.researchgate.net/profile/Mathias_Bonduel"},{"@type":"Person","name":"Pieter Pauwels","url":"https://www.ugent.be/ea/architectuur/en/contact/staff-members/pieter-pauwels"}]}</script>
<script src="resources/jquery.js"></script>
<script src="resources/marked.min.js"></script>
<script>
function loadHash() {
jQuery(".markdown").each(function(el){jQuery(this).after(marked(jQuery(this).text())).remove()});
var hash = location.hash;
if($(hash).offset()!=null){
$('html, body').animate({scrollTop: $(hash).offset().top}, 0);
}
loadTOC();
}
function loadTOC(){
//process toc dynamically
var t='<h2>Table of contents</h2><ul>';i = 1;j=0;
jQuery(".list").each(function(){
if(jQuery(this).is('h2')){
if(j>0){
t+='</ul>';
j=0;
}
t+= '<li>'+i+'. <a href=#'+ jQuery(this).attr('id')+'>'+ jQuery(this).ignore("span").text()+'</a></li>';
i++;
}
if(jQuery(this).is('h3')){
if(j==0){
t+='<ul>';
}
j++;
t+= '<li>'+(i-1)+'.'+j+'. '+'<a href=#'+ jQuery(this).attr('id')+'>'+ jQuery(this).ignore("span").text()+'</a></li>';
}
});
t+='</ul>';
$("#toc").html(t);
}
$.fn.ignore = function(sel){
return this.clone().find(sel||">*").remove().end();
}; $(function(){
$("#abstract").load("sections/abstract-en.html");
$("#introduction").load("sections/introduction-en.html");
$("#overview").load("sections/overview-en.html");
$("#description").load("sections/description-en.html");
$("#references").load("sections/references-en.html");
$("#crossref").load("sections/crossref-en.html", null, loadHash);
});
</script>
</head>
<body>
<div class="container">
<div class="head">
<div style="float:right">language <a href="index-en.html"><b>en</b></a> </div>
<h1>OMG: Ontology for Managing Geometry</h1>
<h2>Release 12.11.2019</h2>
<dl>
<dt>This version:</dt>
<dd><a href="http://w3id.org/omg/0-3">http://w3id.org/omg/0-3</a></dd>
<dt>Latest version:</dt>
<dd><a href="http://w3id.org/omg">http://w3id.org/omg</a></dd>
<dt>Revision:</dt>
<dd>0.3</dd>
<dt>Authors:</dt>
<dd><a href="https://www.researchgate.net/profile/Anna_Wagner13">Anna Wagner</a>, (<a href="https://www.iib.tu-darmstadt.de/willkommen/index.en.jsp">TU Darmstadt</a>)</dd><dd><a href="https://www.researchgate.net/profile/Mathias_Bonduel">Mathias Bonduel</a>, (<a href="https://iiw.kuleuven.be/onderzoek/sustainable-buildings">KU Leuven</a>)</dd><dd><a href="https://www.ugent.be/ea/architectuur/en/contact/staff-members/pieter-pauwels">Pieter Pauwels</a>, (<a href="https://www.ugent.be/ea/architectuur/en">Ghent University</a>)</dd>
<dt>Download serialization:</dt><dd><span><a href="omg.json" target="_blank"><img src="https://img.shields.io/badge/Format-JSON_LD-blue.svg" alt="JSON-LD" /></a> </span><span><a href="omg.xml" target="_blank"><img src="https://img.shields.io/badge/Format-RDF/XML-blue.svg" alt="RDF/XML" /></a> </span><span><a href="omg.nt" target="_blank"><img src="https://img.shields.io/badge/Format-N_Triples-blue.svg" alt="N-Triples" /></a> </span><span><a href="omg.ttl" target="_blank"><img src="https://img.shields.io/badge/Format-TTL-blue.svg" alt="TTL" /></a> </span></dd><dt>License: </dt><dd><a href="https://creativecommons.org/licenses/by/4.0/" target="_blank"><img src="https://img.shields.io/badge/License-CC%20BY%204.0-blue.svg" alt="https://creativecommons.org/licenses/by/4.0/" /></a>
</dd></dl>
</div>
<div class="status">
<div>
<span>Ontology Specification Draft</span>
</div>
</div> <div id="abstract"></div>
<div id="toc"></div> <div id="introduction"></div>
<div id="overview"></div>
<div id="description"></div>
<div id="crossref"></div>
<div id="references"></div>
<html>
<div id="acknowledgements">
<h2 id="ack" class="list">Acknowledgements <span class="backlink"> back to <a href="#toc">ToC</a></span></h2>
<p>
This ontology was created within the research project <a href="https://www.projekt-scope.de/">SCOPE</a>, funded by the German Federal Ministry for Economic Affairs and Energy (BMWi).</p>
<p>
The authors would like to thank <a href="http://www.essepuntato.it/">Silvio Peroni</a> for developing <a href="http://www.essepuntato.it/lode">LODE</a>, a Live OWL Documentation Environment, which is used for representing the Cross Referencing Section of this document and <a href="https://w3id.org/people/dgarijo">Daniel Garijo</a> for developing <a href="https://github.com/dgarijo/Widoco">Widoco</a>, the program used to create the template used in this documentation.</p>
</div>
</html>
</div>
</body>
</html>