-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgeofabric10.html
357 lines (353 loc) · 17.2 KB
/
geofabric10.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
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
<!DOCTYPE html>
<html lang="en">
<head>
<title>Geofabric Ontology</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<div id="pylode">made by <a href="http://github.com/rdflib/pyLODE">pyLODE</a></div>
<img src="CSIRO_Logo.svg" alt="CSIRO's Logo" style="width: 150px" />
<h1>Geofabric Ontology</h1>
<section id="metadata">
<h2 style="display:none;">Metadata</h2>
<dl>
<dt>IRI</dt>
<dd><code>https://linked.data.gov.au/def/geofabric</code></dd>
<dt>Publisher(s)</dt>
<dd>
<a href="http://catalogue.linked.data.gov.au/org/csiro">CSIRO</a><br/>
</dd>
<dt>Creator(s)</dt>
<dd>
<a href="http://orcid.org/0000-0002-8742-7730">Nicholas J. Car</a><br/>
</dd>
<dt>Contributors(s)</dt>
<dd>
https://orcid.org/0000-0002-3884-3420<br/>
</dd>
<dt>Created</dt>
<dd>2019-06-07</dd>
<dt>Modified</dt>
<dd>2019-07-29</dd>
<dt>Version Information</dt>
<dd>Version 1.0 only characterises 3 types of Feature - Contracted Catchment, River Region & Drianage Division - and requires that each CC be within a RR and that an RR be within a DD.</dd>
<dt>Version IRI</dt>
<dd><a href="https://linked.data.gov.au/def/geofabric/1.0">https://linked.data.gov.au/def/geofabric/1.0</a></dd>
<dt>Imports</dt>
<dd>
<a href="http://www.opengis.net/ont/geosparql#">geo:</a><br/>
</dd>
<dt>Ontology Source</dt>
<dd><a href="geofabric.ttl">RDF (turtle)</a></dd>
<dt>Further Information</dt>
<dd>
<p>See the code repository online containing this ontology for further documentaion:</p>
<ul><li><a href="https://github.com/CSIRO-enviro-informatics/geofabric-ont">This Ontology in GitHub</a></li></ul>
</dd>
</dl>
<h2>Description</h2>
<div id="description">
<p>A bare-bones ontology for the Australian Hydrological Geospatial Fabric.</p>
<p>This small ontology characterises major parts of the <a href="http://www.bom.gov.au/water/geofabric/">Australian Hydrological Geospatial Fabric</a> for their delivery as <a href="https://www.w3.org/wiki/LinkedData">Linked Data</a> via the <a href="https://linked.data.gov.au/dataset/geofabric">Geofabric LDAPI</a>.</p>
<p>This ontology accords with the <a href="http://locationindex.org">Loc-I Project</a>'s requirements for the delivery of spatial <a href="https://www.w3.org/standards/semanticweb/">Semantic Web</a> objects.</p>
</div>
</section>
<section id="toc">
<h2>Table of Contents</h2>
<ol>
<li><a href="#classes">Classes</a></li>
<li><a href="#annotationproperties">Annotation Properties</a></li>
<li><a href="#namespaces">Namespaces</a></li>
</ol>
</section>
<section id="overview">
<h2>Overview</h2>
<div class="figure">
<a href="geofabric.png"><img src="geofabric.png" alt="Overview diagram of this ontology" style="width: 800px" /></a>
<div class="caption"><strong>Figure 1:</strong> Ontology overview</div>
</div>
</section>
<section id="classes">
<h2>Classes <span style="float:right; font-size:smaller;"><a href="">↑</a></span></h2>
<ul class="hlist">
<li><a href="#catchment">Catchment</a></li>
<li><a href="#catchmentaggregate">Catchment Aggregate</a></li>
<li><a href="#contractedcatchment">Contracted Catchment</a></li>
<li><a href="#drainagedivision">Drainage Division</a></li>
<li><a href="#feature">Feature</a></li>
<li><a href="#geofabrichydrologyreportingregion">Geofabric Hydrology reporting region</a></li>
<li><a href="#riverregion">River Region</a></li>
</ul>
<div class="entity class" id="contractedcatchment">
<h3>Contracted Catchment<sup title="class" class="type-c">c</sup></h3>
<table>
<tr>
<th>IRI</th>
<td><code>https://linked.data.gov.au/def/geofabric/ContractedCatchment</code></td>
</tr>
<tr>
<th>Description</th>
<td>
The Geofabric's Hydrology Reporting Catchments product's AHGF Contracted Catchment object.
Contracted Catchments are always within River Revions.
</td>
</tr>
<tr>
<th>Super-classes</th>
<td>
<a href="https://www.opengis.net/def/appschema/hy_features/hyf/HY_Catchment">hyf:HY_Catchment</a> <sup class="sup-c" title="class">c</sup><br/>
<a href="http://www.opengis.net/ont/geosparql#Feature">geo:Feature</a> <sup class="sup-c" title="class">c</sup><br/>
</td>
</tr>
<tr>
<th>Restrictions</th>
<td>
<a href="http://www.opengis.net/ont/geosparql#sfWithin">geo:sfWithin</a> <span class="cardinality">exactly</span> 1 <a href="#riverregion">https://linked.data.gov.au/def/geofabric/RiverRegion</a> <sup class="sup-c" title="class">c</sup><br/>
</td>
</tr>
</table>
</div>
<div class="entity class" id="drainagedivision">
<h3>Drainage Division<sup title="class" class="type-c">c</sup></h3>
<table>
<tr>
<th>IRI</th>
<td><code>https://linked.data.gov.au/def/geofabric/DrainageDivision</code></td>
</tr>
<tr>
<th>Description</th>
<td>
The AWRA Drainage Division is defined for the purpose of providing a stable set of reporting
regions specifically for the purpose of the Bureau’s Australian Water Resources Assessment
and are referred to as the 2010 and 2012 Assessment Reporting Regions.
</td>
</tr>
<tr>
<th>Super-classes</th>
<td>
<a href="https://www.opengis.net/def/appschema/hy_features/hyf/HY_CatchmentAggregate">hyf:HY_CatchmentAggregate</a> <sup class="sup-c" title="class">c</sup><br/>
<a href="#geofabrichydrologyreportingregion">https://linked.data.gov.au/def/geofabric/ReportingRegion</a> <sup class="sup-c" title="class">c</sup><br/>
<a href="http://www.opengis.net/ont/geosparql#Feature">geo:Feature</a> <sup class="sup-c" title="class">c</sup><br/>
</td>
</tr>
</table>
</div>
<div class="entity class" id="geofabrichydrologyreportingregion">
<h3>Geofabric Hydrology reporting region<sup title="class" class="type-c">c</sup></h3>
<table>
<tr>
<th>IRI</th>
<td><code>https://linked.data.gov.au/def/geofabric/ReportingRegion</code></td>
</tr>
<tr>
<th>Description</th>
<td>
Geofabric Hydrology Reporting Regions are derived from aggregations of contracted
catchments from Geofabric Hydrology Reporting Catchments. This product contains two
candidate reporting regions, namely AWRA Drainage Division for national scale reporting
purposes and River Region for regional scale reporting purposes. More reporting regions may
be added in future releases based on user requirements.
The AWRA Drainage Division is defined for the purpose of providing a stable set of reporting
regions specifically for the purpose of the Bureau's Australian Water Resources Assessment
and are referred to as the 2010 and 2012 Assessment Reporting Regions.
The River Regions were based on a specification developed by Bureau hydrologists involved in
water resources assessment in consultation with the Geofabric team and scientists from
CSIRO and ANU. These boundaries were developed for use in regional scale reporting and
hydrological modelling. The River Region boundaries were not used in the Australian Water
Resources Assessment 2010 and 2012 but may be considered in the future as the resolution
of reporting increases.
Though the Geofabric Hydrology Reporting Regions have been developed for the purposes of
the Australian Water Resources Assessment, it is envisaged that these units can be used more
generally as a standard for hydrological reporting at the national and regional scale, and thus
replace the Australia River Basins 1997 (http://www.ga.gov.au/metadatagateway/metadata/record/gcat_42343).
Table 31 shows the Geofabric Hydrology Reporting Regions feature class terminology and
feature subtypes.
</td>
</tr>
<tr>
<th>Super-classes</th>
<td>
<a href="http://www.opengis.net/ont/geosparql#Feature">geo:Feature</a> <sup class="sup-c" title="class">c</sup><br/>
<a href="https://www.opengis.net/def/appschema/hy_features/hyf/HY_CatchmentAggregate">hyf:HY_CatchmentAggregate</a> <sup class="sup-c" title="class">c</sup><br/>
</td>
</tr>
<tr>
<th>Sub-classes</th>
<td>
<a href="#drainagedivision">https://linked.data.gov.au/def/geofabric/DrainageDivision</a> <sup class="sup-c" title="class">c</sup><br/>
<a href="#riverregion">https://linked.data.gov.au/def/geofabric/RiverRegion</a> <sup class="sup-c" title="class">c</sup><br/>
</td>
</tr>
</table>
</div>
<div class="entity class" id="riverregion">
<h3>River Region<sup title="class" class="type-c">c</sup></h3>
<table>
<tr>
<th>IRI</th>
<td><code>https://linked.data.gov.au/def/geofabric/RiverRegion</code></td>
</tr>
<tr>
<th>Description</th>
<td>
The River Regions were based on a specification developed by Bureau hydrologists involved in
water resources assessment in consultation with the Geofabric team and scientists from
CSIRO and ANU. These boundaries were developed for use in regional scale reporting and
hydrological modelling. The River Region boundaries were not used in the Australian Water
Resources Assessment 2010 and 2012 but may be considered in the future as the resolution
of reporting increases.
</td>
</tr>
<tr>
<th>Super-classes</th>
<td>
<a href="#geofabrichydrologyreportingregion">https://linked.data.gov.au/def/geofabric/ReportingRegion</a> <sup class="sup-c" title="class">c</sup><br/>
<a href="https://www.opengis.net/def/appschema/hy_features/hyf/HY_CatchmentAggregate">hyf:HY_CatchmentAggregate</a> <sup class="sup-c" title="class">c</sup><br/>
<a href="http://www.opengis.net/ont/geosparql#Feature">geo:Feature</a> <sup class="sup-c" title="class">c</sup><br/>
</td>
</tr>
<tr>
<th>Restrictions</th>
<td>
<a href="http://www.opengis.net/ont/geosparql#sfWithin">geo:sfWithin</a> <span class="cardinality">exactly</span> 1 <a href="#drainagedivision">https://linked.data.gov.au/def/geofabric/DrainageDivision</a> <sup class="sup-c" title="class">c</sup><br/>
</td>
</tr>
</table>
</div>
<div class="entity class" id="feature">
<h3>Feature<sup title="class" class="type-c">c</sup></h3>
<table>
<tr>
<th>IRI</th>
<td><code>http://www.opengis.net/ont/geosparql#Feature</code></td>
</tr>
<tr>
<th>Sub-classes</th>
<td>
<a href="#drainagedivision">https://linked.data.gov.au/def/geofabric/DrainageDivision</a> <sup class="sup-c" title="class">c</sup><br/>
<a href="#geofabrichydrologyreportingregion">https://linked.data.gov.au/def/geofabric/ReportingRegion</a> <sup class="sup-c" title="class">c</sup><br/>
<a href="#contractedcatchment">https://linked.data.gov.au/def/geofabric/ContractedCatchment</a> <sup class="sup-c" title="class">c</sup><br/>
<a href="#riverregion">https://linked.data.gov.au/def/geofabric/RiverRegion</a> <sup class="sup-c" title="class">c</sup><br/>
</td>
</tr>
</table>
</div>
<div class="entity class" id="catchment">
<h3>Catchment<sup title="class" class="type-c">c</sup></h3>
<table>
<tr>
<th>IRI</th>
<td><code>https://www.opengis.net/def/appschema/hy_features/hyf/HY_Catchment</code></td>
</tr>
<tr>
<th>Description</th>
<td>
The HY Features Ontology's generic class for a catchment
</td>
</tr>
<tr>
<th>Sub-classes</th>
<td>
<a href="#contractedcatchment">https://linked.data.gov.au/def/geofabric/ContractedCatchment</a> <sup class="sup-c" title="class">c</sup><br/>
</td>
</tr>
</table>
</div>
<div class="entity class" id="catchmentaggregate">
<h3>Catchment Aggregate<sup title="class" class="type-c">c</sup></h3>
<table>
<tr>
<th>IRI</th>
<td><code>https://www.opengis.net/def/appschema/hy_features/hyf/HY_CatchmentAggregate</code></td>
</tr>
<tr>
<th>Description</th>
<td>
The HY Features Ontology's generic class for an aggregation of catchments
</td>
</tr>
<tr>
<th>Sub-classes</th>
<td>
<a href="#drainagedivision">https://linked.data.gov.au/def/geofabric/DrainageDivision</a> <sup class="sup-c" title="class">c</sup><br/>
<a href="#riverregion">https://linked.data.gov.au/def/geofabric/RiverRegion</a> <sup class="sup-c" title="class">c</sup><br/>
<a href="#geofabrichydrologyreportingregion">https://linked.data.gov.au/def/geofabric/ReportingRegion</a> <sup class="sup-c" title="class">c</sup><br/>
</td>
</tr>
</table>
</div>
</section>
<section id="annotationproperties">
<h2>Annotation Properties <span style="float:right; font-size:smaller;"><a href="">↑</a></span></h2>
<ul class="hlist">
<li><a href="#source">source</a></li>
<li><a href="#identifier">identifier</a></li>
<li><a href="#name">name</a></li>
</ul>
<div class="entity property" id="source">
<h3>source<sup title="annotation property" class="type-ap">ap</sup></h3>
<table>
<tr>
<th>IRI</th>
<td><code>http://purl.org/dc/elements/1.1/source</code></td>
</tr>
</table>
</div>
<div class="entity property" id="identifier">
<h3>identifier<sup title="annotation property" class="type-ap">ap</sup></h3>
<table>
<tr>
<th>IRI</th>
<td><code>https://schema.org/identifier</code></td>
</tr>
</table>
</div>
<div class="entity property" id="name">
<h3>name<sup title="annotation property" class="type-ap">ap</sup></h3>
<table>
<tr>
<th>IRI</th>
<td><code>https://schema.org/name</code></td>
</tr>
</table>
</div>
</section>
<section id="namespaces">
<h2>Namespaces <span style="float:right; font-size:smaller;"><a href="">↑</a></span></h2>
<dl>
<dt><em>default (:)</em></dt>
<dd><code>https://linked.data.gov.au/def/geofabric/</code></dd>
<dt>dc</dt>
<dd><code>http://purl.org/dc/elements/1.1/</code></dd>
<dt>dct</dt>
<dd><code>http://purl.org/dc/terms/</code></dd>
<dt>geo</dt>
<dd><code>http://www.opengis.net/ont/geosparql#</code></dd>
<dt>hyf</dt>
<dd><code>https://www.opengis.net/def/appschema/hy_features/hyf/</code></dd>
<dt>owl</dt>
<dd><code>http://www.w3.org/2002/07/owl#</code></dd>
<dt>rdf</dt>
<dd><code>http://www.w3.org/1999/02/22-rdf-syntax-ns#</code></dd>
<dt>rdfs</dt>
<dd><code>http://www.w3.org/2000/01/rdf-schema#</code></dd>
<dt>sdo</dt>
<dd><code>https://schema.org/</code></dd>
<dt>xsd</dt>
<dd><code>http://www.w3.org/2001/XMLSchema#</code></dd>
</dl>
</section>
<section id="legend">
<h2>Legend</h2>
<table class="entity">
<tr><td><sup class="type-c" title="Classes">c</sup></td><td>Classes</td></tr>
<tr><td><sup class="type-op" title="Object Properties">op</sup></td><td>Object Properties</td></tr>
<tr><td><sup class="type-dp" title="Data Properties">dp</sup></td><td>Data Properties</td></tr>
<tr><td><sup class="type-ap" title="Annotation Properties">dp</sup></td><td>Annotation Properties</td></tr>
<tr><td><sup class="type-p" title="Properties">p</sup></td><td>Properties</td></tr>
<tr><td><sup class="type-ni" title="Named Individuals">ni</sup></td><td>Named Individuals</td></tr>
</table>
</section>
</body>
</html>