forked from squirrelinhell/bewelltuned
-
Notifications
You must be signed in to change notification settings - Fork 0
/
tune_your_ontology_notes.html
50 lines (50 loc) · 1 KB
/
tune_your_ontology_notes.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>Tune Your Ontology: Notes</title>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lato" />
<link rel="stylesheet" href="style.css" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
</head>
<body>
<div class="top">
<div class="back">
back to: <a href="/">Be Well Tuned</a>
</div>
<div class="tabs">
<span>Notes</span>
</div>
</div>
<div class="content">
<h1>Tune Your Ontology: Notes</h1>
<ul>
<li>natural examples:<ul>
<li>English</li>
<li>math ontology
purpose: build your own ontology wherever you go</li>
</ul>
</li>
<li>benefits:<ul>
<li>more clarity</li>
<li>more innovation</li>
<li>faster thoughts<ul>
<li>pre-compiled concepts</li>
</ul>
</li>
<li>can think more complicated thougts<ul>
<li>shorter sentences in ontology</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<div class="bottom">
<div class="back">
back to: <a href="/">Be Well Tuned</a>
</div>
<p>Copyright 2017-2018 SquirrelInHell</p>
</div>
</body>
</html>