-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
62 lines (49 loc) · 2.46 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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html
xmlns="http://www.w3.org/1999/xhtml"
xml:lang="en"
>
<!-- Taken from http://ontologies.ezweb.morfeo-project.org/ -->
<head>
<title>CulturePlex Ontologies</title>
<link rel="stylesheet" type="text/css" href="media/css/base.css" />
<link rel="stylesheet" type="text/css" href="media/css/cultureplex.css" />
<style type="text/css">body{background-image: none;}</style>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
</head>
<body>
<div>
<a href="http://www.cultureplex.ca/">
<img src="media/img/logo.png" alt="CulturePlex Lab" id="main-logo" />
</a>
</div>
<h1>CulturePlex Ontologies</h1>
<p>
The <a href="http://www.cultureplex.ca/">CulturePlex</a> does research on the several
phases of cultural dynamics: creation, transmission, and representation. The different
academic perspectives of our researchers —from philosophy to mathematics, computer science,
economics, philology, and art history— provide us with a varied toolbox that we use to
select, develop and tailor the most appropriate solution for the problem at hand.
</p>
<p>
As part of their functions, CulturePlex has developed some ontologies with the idea that they could be useful for
the Semantic Web community in general.
</p>
<p>
The ontologies are given below:
</p>
<dl id="ontologieslist">
<dt>
<strong>BaroqueArt Descriptors</strong> (<a href="baroqueart/browse/index.html" title="Browse">↩</a>):
</dt>
<dd>An ontology to formalize the way to describe a baroque artwork, mainly pictoric artworks.</dd>
<dd><a href="baroqueart/spec/index.html" style="font-size: 0.8em;">http://ontologies.cultureplex.ca/baroqueart/spec/</a></dd>
</dl>
<div id="footer">
<a href="http://www.sshrc-crsh.gc.ca/">
<img src="http://www.cultureplex.ca/images/banners/fip_sshrc_e.gif" alt="Social Sciences and Humanities Research Council of Canada" id="sshrc" />
</a>
<a href="http://www.cultureplex.ca/">CulturePlex</a> is being partially funded by <a href="http://www.uwo.ca">The Univsersity of Western Ontario</a>, <a href="http://www.innovation.ca/">Canada Foundation for Innovation</a> and <a href="http://www.sshrc-crsh.gc.ca/">Social Sciences and Humanities Research Council of Canada</a>.
</div>
</body>
</html>