-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathasgs-cat.html
More file actions
311 lines (282 loc) · 7.86 KB
/
asgs-cat.html
File metadata and controls
311 lines (282 loc) · 7.86 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>ASGS Ontology - meshblock categories</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<style>
#pylode {
position: fixed;
top: 80px;
left: -60px;
font-size: small;
transform: rotate(-90deg);
color: grey;
}
#pylode a {
font-size: 2em;
font-weight: bold;
text-decoration: none;
color: #005A9C;
}
#pylode a:hover {
color: #333;
}
.cardinality {
font-style: italic;
color: #aa00aa;
}
dt {
font-weight: bold;
padding: 5px 0 5px 0;
}
ul.hlist {
list-style-type: none;
border: 1px solid navy;
padding:5px;
background-color: #F4FFFF;
}
ul.hlist li {
display: inline;
margin-right: 10px;
}
.entity {
border: 1px solid navy;
margin:5px 0 5px 0;
padding: 5px;
}
.entity th {
width: 150px;
vertical-align: top;
}
.entity th,
.entity td {
padding-bottom: 20px;
}
.entity table th {
text-align: left;
}
section#overview img {
max-width: 1000px;
}
h1, h2, h3, h4, h5, h6 {
text-align: left
}
h1, h2, h3 {
color: #005A9C; background: white
}
h1 {
font: 170% sans-serif;
line-height: 110%;
}
h2 {
font: 140% sans-serif;
margin-top:40px;
}
h3 {
font: 120% sans-serif;
margin-top: 3px;
padding-bottom: 5px;
border-bottom: 1px solid navy;
}
h4 { font: bold 100% sans-serif }
h5 { font: italic 100% sans-serif }
h6 { font: small-caps 100% sans-serif }
body {
padding: 2em 70px 2em 70px;
margin: 0;
font-family: sans-serif;
color: black;
background: white;
background-position: top left;
background-attachment: fixed;
background-repeat: no-repeat;
text-align: justify;
}
section {
max-width: 1500px;
}
.figure {
margin-bottom: 20px;
}
:link { color: #00C; background: transparent }
:visited { color: #609; background: transparent }
a:active { color: #C00; background: transparent }
.sup-c,
.sup-op,
.sup-fp,
.sup-dp,
.sup-ap,
.sup-p,
.sup-ni {
cursor:help;
margin-left: 3px;
}
.sup-c {
color:orange;
}
.sup-op {
color:navy;
}
.sup-fp {
color:lightskyblue;
}
.sup-dp {
color:green;
}
.sup-ap {
color:darkred;
}
.sup-p {
color:black;
}
.sup-ni {
color:brown;
}
code {
font-size: large;
color: darkred;
}
</style>
<script type="application/ld+json">
[
{
"@id": "http://linked.data.gov.au/def/asgs/cat",
"@type": [
"https://schema.org/DefinedTermSet"
],
"https://schema.org/description": [
{
"@value": "<p>Meshblock categories <a href='https://www.abs.gov.au/ausstats/abs@.nsf/Lookup/by%20Subject/1270.0.55.001~July%202016~Main%20Features~Mesh%20Blocks%20(MB)~10012'>as defined by ABS</a>.</p>\n\n<p>For use with the <a href='http://linked.data.gov.au/def/asgs'>Australian Statistical Geography Standard (ASGS) ontology</a>.</p>"
}
],
"https://schema.org/name": [
{
"@value": "ASGS Ontology - meshblock categories"
}
],
"https://schema.org/rights": [
{
"@value": "© 2018 Australian Bureau of Statistics."
}
]
}
]
</script>
</head>
<body>
<div id="pylode">made by <a href="http://github.com/rdflib/pyLODE">pyLODE</a></div>
<h1>ASGS Ontology - meshblock categories</h1>
<section id="metadata">
<h2 style="display:none;">Metadata</h2>
<dl>
<dt>IRI</dt>
<dd><code>http://linked.data.gov.au/def/asgs/cat</code></dd>
<dt>Publisher(s)</dt>
<dd>
Australian Bureau of Statistics<br/>
None<br/>
</dd>
<dt>Creator(s)</dt>
<dd>
<a href='https://orcid.org/0000-0002-3884-3420'>Simon J D Cox, CSIRO</a><br/>
</dd>
<dt>Created</dt>
<dd>2019-12-11</dd>
<dt>Modified</dt>
<dd>2020-01-31</dd>
<dt>Imports</dt>
<dd>
<a href="http://linked.data.gov.au/def/asgs">http://linked.data.gov.au/def/asgs</a><br/>
</dd>
<dt>Rights</dt>
<dd>© 2018 Australian Bureau of Statistics.</dd>
<dt>Ontology Source</dt>
<dd><a href="asgs-cat.ttl">RDF (turtle)</a></dd>
</dl>
<h2>Description</h2>
<div id="description">
<p>Meshblock categories <a href='https://www.abs.gov.au/ausstats/abs@.nsf/Lookup/by%20Subject/1270.0.55.001~July%202016~Main%20Features~Mesh%20Blocks%20(MB)~10012'>as defined by ABS</a>.</p>
<p>For use with the <a href='http://linked.data.gov.au/def/asgs'>Australian Statistical Geography Standard (ASGS) ontology</a>.</p>
</div>
</section>
<section id="toc">
<h2>Table of Contents</h2>
<ol>
<li><a href="#classes">Classes</a></li>
<li><a href="#namespaces">Namespaces</a></li>
<li><a href="#legend">Legend</a></li>
</ol>
</section>
<section id="overview">
<h2>Overview</h2>
<div class="figure">
<div><img alt='Meshblock categories' src='./images/mb-categories.png'/></div>
<div class="caption"><strong>Figure 1:</strong> Meshblock categories</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="#MeshblockCategory">MeshblockCategory</a></li>
</ul>
<div class="entity class" id="MeshblockCategory">
<h3>MeshblockCategory<sup title="class" class="sup-c">c</sup></h3>
<table>
<tr>
<th>IRI</th>
<td><code>http://linked.data.gov.au/def/asgs#MeshblockCategory</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>http://linked.data.gov.au/def/asgs/cat/</code></dd>
<dt>asgs</dt>
<dd><code>http://linked.data.gov.au/def/asgs#</code></dd>
<dt>cc</dt>
<dd><code>http://creativecommons.org/ns#</code></dd>
<dt>dc</dt>
<dd><code>http://purl.org/dc/elements/1.1/</code></dd>
<dt>dcterms</dt>
<dd><code>http://purl.org/dc/terms/</code></dd>
<dt>geo</dt>
<dd><code>http://www.opengis.net/ont/geosparql#</code></dd>
<dt>mbcat</dt>
<dd><code>http://linked.data.gov.au/def/asgs/cat/</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>schema</dt>
<dd><code>http://schema.org/</code></dd>
<dt>sf</dt>
<dd><code>http://www.opengis.net/ont/sf#</code></dd>
<dt>skos</dt>
<dd><code>http://www.w3.org/2004/02/skos/core#</code></dd>
<dt>void</dt>
<dd><code>http://rdfs.org/ns/void#</code></dd>
<dt>xml</dt>
<dd><code>http://www.w3.org/XML/1998/namespace</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="sup-c" title="Classes">c</sup></td><td>Classes</td></tr>
<tr><td><sup class="sup-op" title="Object Properties">op</sup></td><td>Object Properties</td></tr>
<tr><td><sup class="sup-fp" title="Functional Properties">fp</sup></td><td>Functional Properties</td></tr>
<tr><td><sup class="sup-dp" title="Data Properties">dp</sup></td><td>Data Properties</td></tr>
<tr><td><sup class="sup-ap" title="Annotation Properties">dp</sup></td><td>Annotation Properties</td></tr>
<tr><td><sup class="sup-p" title="Properties">p</sup></td><td>Properties</td></tr>
<tr><td><sup class="sup-ni" title="Named Individuals">ni</sup></td><td>Named Individuals</td></tr>
</table>
</section>
</body>
</html>