Skip to content

Commit 602c74a

Browse files
committed
Deploying to gh-pages from @ 6c541f9 🚀
1 parent 007e9d8 commit 602c74a

File tree

6 files changed

+1914
-0
lines changed

6 files changed

+1914
-0
lines changed

application/index.html

Lines changed: 319 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,319 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<title>SRS Ontology</title>
5+
<link rel="icon" type="image/png" sizes="32x32" href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAC40lEQVRYhe2UT0hUQRzHp6Iss1B3VZKIDbbdfW9mnoi4f3zzjkJQeOgS0SEIb1EWBGGlLLu460zQPQM1unUIIjA6rfpm6ZAhHjoIRVQUFUlEbG+euTsdXG1d3VL3bVD4g+9h+L35fT/8fvN7ADgY9aHY5fpIvK82HO9ysu66wxWOzbkjcekKx0a2ALYA/n2AGi3a6ArFezcidziecQygNhhrcUficjP6PwBqtGijKxy/thnVBePHywYoDsFhl53GV8SEcsTx4usCMLUewTVpc23BNvEzm6Neyf1+KcG2vwqwUjgrOJq2JmHftwmkVBRGTvncFodnbI7vChO/FRznCmHsNM7aHM9Yk7Df5iqsLMw9sMNOK2g+jS4IEz0UJv4iuJZb2RltWnB4UZqH6ioGAgAAGe5vtiZhtzDx7OoRadLmeM7m6IRjhnLMW2Vx1bA5GhAmnhIcz6/xNj4Ujsky8UspwfayjDPjsF2Y6L7N8Vzx/BfP+KPg6LbgSqd8DnfJW2CnbaLhfH5ephpqygJYvQU4Z3P82TLRsDDhUTnmrSq+Y3N0Mg+Xldy/zwEAnLMWZ3pHpNExmfLs/t0dOdVcbT0JeKxUwFP2VljjqiE47Jp53LTXNxhsUZjerTByXWX6VZWRs/4bIQ2ACv+UAomgDzLCISNZxAxZKMhIDjLy1JfsaK+I+eGBUBNk5E2x8RogX/PdcDZUqieWTSh5D6nOVKqfhoycUmlHFFIyu5RXqf7AcQDISCpv/tqbMBqK883RtmpISRoxQyJKPgGn3wNk5NEigDFa6hslqV/Kj+FdBQD0bshIDlKSLlVcoWQo36UhR80BAMB73lulMn0EMpJTqD6qJiOt3mho/8GbkT2BZNgDB/V+RI0fkOrT3kRIVQbaDizJm2hdNbINBxwk5xAj3yEjuV9rZ1iIkgxixkLBA83mz8uCjLwoGwAx0vOnFSy5mtR4VTaAQvVORMnwZgSpzkrV/QmdE2tKe46+MQAAAABJRU5ErkJggg==">
6+
<link rel="icon" type="image/png" sizes="16x16" href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABhklEQVQ4jbWPzStEURjG3yQLirlGKUnKFO45Z+SjmXvnnmthQcpCoVhYmD/AwmJiI3OvZuZc2U3UlKU0/gAslMw9JgvhHxAr2fko7r0jHSsl+TgbTz2Lt5731/MASEiJW9ONml2QyX6rsGalmnT74v8BDf12hxJfpV8d1uwNKUBYszabdFv84L8B9X0rESVmmUup2fme0cVhJWaZHw4NWL1Sew
7+
EAfDe6H3Dy6Ll456WEJsRZS630MwCAOI20ei5OBpxse5zcBZw8eS4uPpfIuDiCainIg9umBCU0GZzgLZ9Hn31OgoATL+CkLDGB5H1OKj4nFd/FBxUXJ0UZNb4edw/6nLyJXaj5FeCVyPLNIVmYK8TG1IwWb16L1gEACAFV90ftoT8bdOX0EeyY99gxBXZMgRz6qGb1KantAACI0UvE6F5XJqEjpsdURouI0Vt5gGOUkUNnPu7ObGIIMfNaGqDmjDRi9FZldF1lRgYzeqUyeoiY4ag5Iy3RgOYRM8+/M2bG8efsO4hGrpmJseyMAAAAAElFTkSuQmCC">
8+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
9+
10+
<style>
11+
#pylode {
12+
position: fixed;
13+
top: 130px;
14+
left: -60px;
15+
font-size: small;
16+
transform: rotate(-90deg);
17+
color: grey;
18+
}
19+
#pylode a {
20+
font-size: 2em;
21+
font-weight: bold;
22+
text-decoration: none;
23+
color: #005A9C;
24+
}
25+
#pylode a:hover {
26+
color: #333;
27+
}
28+
29+
.cardinality {
30+
font-style: italic;
31+
color: #aa00aa;
32+
}
33+
34+
dt {
35+
font-weight: bold;
36+
padding: 5px 0 5px 0;
37+
}
38+
39+
ul.hlist {
40+
list-style-type: none;
41+
border: 1px solid navy;
42+
padding:5px;
43+
background-color: #F4FFFF;
44+
}
45+
46+
ul.hierarchy {
47+
border: 1px solid navy;
48+
padding: 5px 25px 5px 25px;
49+
background-color: #F4FFFF;
50+
}
51+
52+
53+
ul.hlist li {
54+
display: inline;
55+
margin-right: 10px;
56+
}
57+
58+
.entity {
59+
border: 1px solid navy;
60+
margin:5px 0 5px 0;
61+
padding: 5px;
62+
}
63+
64+
.entity th {
65+
width: 150px;
66+
vertical-align: top;
67+
}
68+
69+
.entity th,
70+
.entity td {
71+
padding-bottom: 20px;
72+
}
73+
74+
.entity table th {
75+
text-align: left;
76+
}
77+
78+
section#overview img {
79+
max-width: 1000px;
80+
}
81+
82+
h1, h2, h3, h4, h5, h6 {
83+
text-align: left
84+
}
85+
h1, h2, h3 {
86+
color: #005A9C; background: white
87+
}
88+
h1 {
89+
font: 170% sans-serif;
90+
line-height: 110%;
91+
}
92+
h2 {
93+
font: 140% sans-serif;
94+
margin-top:40px;
95+
}
96+
h3 {
97+
font: 120% sans-serif;
98+
margin-top: 3px;
99+
padding-bottom: 5px;
100+
border-bottom: 1px solid navy;
101+
}
102+
h4 { font: bold 100% sans-serif }
103+
h5 { font: italic 100% sans-serif }
104+
h6 { font: small-caps 100% sans-serif }
105+
106+
107+
body {
108+
padding: 2em 70px 2em 70px;
109+
margin: 0;
110+
font-family: sans-serif;
111+
color: black;
112+
background: white;
113+
background-position: top left;
114+
background-attachment: fixed;
115+
background-repeat: no-repeat;
116+
text-align: justify;
117+
}
118+
119+
section {
120+
max-width: 1500px;
121+
}
122+
123+
.figure {
124+
margin-bottom: 20px;
125+
}
126+
127+
:link { color: #00C; background: transparent }
128+
:visited { color: #609; background: transparent }
129+
a:active { color: #C00; background: transparent }
130+
131+
.sup-c,
132+
.sup-op,
133+
.sup-fp,
134+
.sup-dp,
135+
.sup-ap,
136+
.sup-p,
137+
.sup-ni,
138+
.sup-con,
139+
.sup-col {
140+
cursor:help;
141+
margin-left: 3px;
142+
}
143+
144+
.sup-c {
145+
color:orange;
146+
}
147+
148+
.sup-op {
149+
color:navy;
150+
}
151+
152+
.sup-fp {
153+
color:lightskyblue;
154+
}
155+
156+
.sup-dp {
157+
color:green;
158+
}
159+
160+
.sup-ap {
161+
color:darkred;
162+
}
163+
164+
.sup-p {
165+
color:black;
166+
}
167+
168+
.sup-ni {
169+
color:brown;
170+
}
171+
172+
.sup-con {
173+
color:orange;
174+
}
175+
176+
.sup-col {
177+
color:darkred;
178+
}
179+
180+
code {
181+
font-size: large;
182+
color: darkred;
183+
}
184+
185+
/* less prominent links for properties */
186+
.proplink {
187+
color: #336;
188+
text-decoration: none;
189+
}
190+
</style>
191+
192+
<script type="application/ld+json">
193+
[
194+
{
195+
"@id": "http://www.opengis.net/ont/srs/geosrs/application",
196+
"@type": [
197+
"https://schema.org/DefinedTermSet"
198+
],
199+
"https://schema.org/name": [
200+
{
201+
"@value": "SRS Ontology"
202+
}
203+
]
204+
}
205+
]
206+
</script>
207+
</head>
208+
<body>
209+
<div id="pylode">made by <a href="http://github.com/rdflib/pyLODE">
210+
<span style="color:#329545;">p</span><span style="color:#f9cb33;">y</span>LODE</a>
211+
<span style="font-size:smaller;">2.13.2</span>
212+
</div>
213+
<h1>SRS Ontology</h1>
214+
<section id="metadata">
215+
<h2 style="display:none;">Metadata</h2>
216+
<dl>
217+
<dt>URI</dt>
218+
<dd><code>http://www.opengis.net/ont/srs/geosrs/application</code></dd>
219+
<dt>Ontology RDF</dt>
220+
<dd><a href="application.ttl">RDF (turtle)</a></dd>
221+
</dl>
222+
</section>
223+
<section id="toc">
224+
<h2>Table of Contents</h2>
225+
<ol>
226+
<li><a href="#namespaces">Namespaces</a></li>
227+
<li><a href="#legend">Legend</a></li>
228+
</ol>
229+
</section>
230+
<section id="overview">
231+
<h2>Overview</h2>
232+
<div class="figure">
233+
<div style="width:500px; height:50px; background-color: lightgrey; border:solid 2px grey; padding:10px;margin-bottom:5px; text-align:center;">Pictures say 1,000 words</div>
234+
<div class="caption"><strong>Figure 1:</strong> Ontology overview</div>
235+
</div>
236+
</section>
237+
<section id="classes">
238+
<h2>Classes <span style="float:right; font-size:smaller;"><a href="">&uparrow;</a></span></h2>
239+
<ul class="hlist">
240+
</ul>
241+
</section>
242+
243+
<section id="namespaces">
244+
<h2>Namespaces <span style="float:right; font-size:smaller;"><a href="">&uparrow;</a></span></h2>
245+
<dl>
246+
<dt>default (geoapplication)</dt>
247+
<dd><code>http://www.opengis.net/ont/srs/application/</code></dd>
248+
<dt>brick</dt>
249+
<dd><code>https://brickschema.org/schema/Brick#</code></dd>
250+
<dt>csvw</dt>
251+
<dd><code>http://www.w3.org/ns/csvw#</code></dd>
252+
<dt>dc</dt>
253+
<dd><code>http://purl.org/dc/elements/1.1/</code></dd>
254+
<dt>dcam</dt>
255+
<dd><code>http://purl.org/dc/dcam/</code></dd>
256+
<dt>dcat</dt>
257+
<dd><code>http://www.w3.org/ns/dcat#</code></dd>
258+
<dt>dcmitype</dt>
259+
<dd><code>http://purl.org/dc/dcmitype/</code></dd>
260+
<dt>dcterms</dt>
261+
<dd><code>http://purl.org/dc/terms/</code></dd>
262+
<dt>doap</dt>
263+
<dd><code>http://usefulinc.com/ns/doap#</code></dd>
264+
<dt>foaf</dt>
265+
<dd><code>http://xmlns.com/foaf/0.1/</code></dd>
266+
<dt>geo</dt>
267+
<dd><code>http://www.opengis.net/ont/geosparql#</code></dd>
268+
<dt>odrl</dt>
269+
<dd><code>http://www.w3.org/ns/odrl/2/</code></dd>
270+
<dt>org</dt>
271+
<dd><code>http://www.w3.org/ns/org#</code></dd>
272+
<dt>owl</dt>
273+
<dd><code>http://www.w3.org/2002/07/owl#</code></dd>
274+
<dt>prof</dt>
275+
<dd><code>http://www.w3.org/ns/dx/prof/</code></dd>
276+
<dt>prov</dt>
277+
<dd><code>http://www.w3.org/ns/prov#</code></dd>
278+
<dt>qb</dt>
279+
<dd><code>http://purl.org/linked-data/cube#</code></dd>
280+
<dt>rdf</dt>
281+
<dd><code>http://www.w3.org/1999/02/22-rdf-syntax-ns#</code></dd>
282+
<dt>rdfs</dt>
283+
<dd><code>http://www.w3.org/2000/01/rdf-schema#</code></dd>
284+
<dt>sdo</dt>
285+
<dd><code>https://schema.org/</code></dd>
286+
<dt>sh</dt>
287+
<dd><code>http://www.w3.org/ns/shacl#</code></dd>
288+
<dt>skos</dt>
289+
<dd><code>http://www.w3.org/2004/02/skos/core#</code></dd>
290+
<dt>sosa</dt>
291+
<dd><code>http://www.w3.org/ns/sosa/</code></dd>
292+
<dt>ssn</dt>
293+
<dd><code>http://www.w3.org/ns/ssn/</code></dd>
294+
<dt>time</dt>
295+
<dd><code>http://www.w3.org/2006/time#</code></dd>
296+
<dt>vann</dt>
297+
<dd><code>http://purl.org/vocab/vann/</code></dd>
298+
<dt>void</dt>
299+
<dd><code>http://rdfs.org/ns/void#</code></dd>
300+
<dt>wgs</dt>
301+
<dd><code>https://www.w3.org/2003/01/geo/wgs84_pos#</code></dd>
302+
<dt>xsd</dt>
303+
<dd><code>http://www.w3.org/2001/XMLSchema#</code></dd>
304+
</dl>
305+
</section>
306+
<section id="legend">
307+
<h2>Legend</h2>
308+
<table class="entity">
309+
<tr><td><sup class="sup-c" title="Classes">c</sup></td><td>Classes</td></tr>
310+
<tr><td><sup class="sup-op" title="Object Properties">op</sup></td><td>Object Properties</td></tr>
311+
<tr><td><sup class="sup-fp" title="Functional Properties">fp</sup></td><td>Functional Properties</td></tr>
312+
<tr><td><sup class="sup-dp" title="Data Properties">dp</sup></td><td>Data Properties</td></tr>
313+
<tr><td><sup class="sup-ap" title="Annotation Properties">ap</sup></td><td>Annotation Properties</td></tr>
314+
<tr><td><sup class="sup-p" title="Properties">p</sup></td><td>Properties</td></tr>
315+
<tr><td><sup class="sup-ni" title="Named Individuals">ni</sup></td><td>Named Individuals</td></tr>
316+
</table>
317+
</section>
318+
</body>
319+
</html>

0 commit comments

Comments
 (0)