-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathprofile.html
More file actions
244 lines (244 loc) · 12.4 KB
/
profile.html
File metadata and controls
244 lines (244 loc) · 12.4 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
<!DOCTYPE html>
<html lang="en">
<head lang="en">
<meta charset="UTF-8">
<link rel="icon" href="data:;base64,iVBORw0KGgo=">
<link href='//fonts.googleapis.com/css?family=Spartan:300,400' rel='stylesheet' type='text/css'>
<link href='//fonts.googleapis.com/css?family=Bebas+Neue:300,400' rel='stylesheet' type='text/css'>
<link href="style/agldwg.css" rel="stylesheet" type="text/css">
<title>VocPub Profile</title>
</head>
<body>
<div id="header" style="grid-column:1/4; padding: 0 0 0 20%;">
<a href="https://www.linked.data.gov.au">
<img alt="AGLDWG Logo" style="width:150px; margin-top:10px" src="style/agldwg-logo-ochre-150.png" />
</a>
</div><!-- #header -->
<div id="content" style="grid-column:2;">
<div style="float:right; width:300px; height:200px; border:solid 5px darkred; padding: 10px; font-size: 1.5em; text-align:center; line-height: 1.75em;">
If you are looking for the written rules of this Profile, see the<br /><a href="https://linked.data.gov.au/def/vocpub/spec">VocPub Specification Document</a>!
</div>
<h1>VocPub Profile</h1>
<section id="metadata">
<dl>
<dt>URI</dt>
<dd><code><a href="https://linked.data.gov.au/def/vocpub">https://linked.data.gov.au/def/vocpub</a></code></dd>
<dt>Title</dt>
<dd>VocPub Profile</dd>
<dt>Is Profile of</dt>
<dd><a href="https://www.w3.org/TR/skos-reference/">SKOS</a></dd>
<dt>Definition</dt>
<dd>
<p>This is a profile of the taxonomy data model <a href="https://www.w3.org/TR/skos-reference/">SKOS</a> - i.e. SKOS with additional constraints. It defines some compulsory properties for SKOS's <code>ConceptScheme</code>, <code>Concept</code> and <code>Collection</code> classes and ensures that certain relationships between them are present, e.g. <code>topConceptOf</code> & <code>inScheme</code> linking <code>Concepts</code> to <code>ConceptSchemes</code>. It also requires goes a bit beyond 'pure' SKOS by ensuring that Concepts indicate the ConceptScheme they are defined in, which may be different to the <code>ConceptScheme</code> they re presented in. This allows VocPub-valid SKOS <code>Concepts</code> to be re-used in multiple of vocabularies efficiently.</p>
<p>This profile is used for multiple Australian government and international vocabularies and is entirely generic, i.e. the additional constraints are not Australian or government-specific but just ensure certain technical model capabilities in the data.</p>
</dd>
<dt>Created</dt>
<dd>2020-06-14</dd>
<dt>Modified</dt>
<dd>2024-06-13</dd>
<dt>Version IRI</dt>
<dd><a href="https://linked.data.gov.au/def/vocpub/4.10">https://linked.data.gov.au/def/vocpub/4.10</a></dd>
<dt>Creator</dt>
<dd><a href="https://orcid.org/0000-0002-8742-7730">Nicholas J. Car</a></dd>
<dt>Publisher</dt>
<dd><a href="https://linked.data.gov.au/org/agldwg">Australian Government Linked Data Working Group</a></dd>
<dt>Repository</dt>
<dd><a href="https://github.com/AGLDWG/vocpub-profile/">https://github.com/AGLDWG/vocpub-profile/</a></dd>
<dt><a href="https://w3c.github.io/dx-prof/prof/#Property:hasResource">Profile Resources</a></dt>
<dd>
<ol>
<li><a href="#https://linked.data.gov.au/def/vocpub/spec">Specification</a></li>
<li><a href="#https://linked.data.gov.au/def/vocpub/validator">Validator</a></li>
<li><a href="#https://linked.data.gov.au/def/vocpub/expander">Expander</a></li>
<li><a href="#https://linked.data.gov.au/def/vocpub/validator-combined">Combined Validator</a></li>
<li><a href="#https://linked.data.gov.au/def/vocpub/htv">How to validate instructions</a></li>
<li><a href="#https://linked.data.gov.au/def/vocpub/validate">Validate Script</a></li>
<li><a href="#https://linked.data.gov.au/def/vocpub/examples">Examples</a></li>
<li><a href="#https://linked.data.gov.au/def/vocpub/vocs">Supporting Vocabularies</a></li>
<li><a href="#https://linked.data.gov.au/def/vocpub/repo/">Profile code repository</a></li>
</ol>
</dd>
</dl>
</section>
<section id="resources">
<h2>Profile Resources</h2>
<p>This profile contains the following <code>prof:Resource</code> instances:</p>
<table class="props" id="https://linked.data.gov.au/def/vocpub/spec">
<tr>
<td colspan="2"><h3>1. Specification Document</h3></td>
</tr>
<tr>
<th>Description</th><td>The normative, human-readable, listing of profile requirements</td>
</tr>
<tr>
<th>Artifact</th><td><a href="https://linked.data.gov.au/def/vocpub/spec">https://linked.data.gov.au/def/vocpub/spec</a></td>
</tr>
<tr>
<th>Role</th><td><code><a href="http://www.w3.org/ns/dx/prof/role/specification">role:specification</a></code></td>
</tr>
<tr>
<th>Conforms</th><td><a href="https://www.w3.org/TR/html52/">HTML 5.2</a></td>
</tr>
<tr>
<th>Format</th><td><code><a href="https://w3id.org/mediatype/text/html">text/html</a></code></td>
</tr>
</table>
<table class="props" id="https://linked.data.gov.au/def/vocpub/validator">
<tr>
<td colspan="2"><h3>2. Validator in SHACL</h3></td>
</tr>
<tr>
<th>Description</th><td>A SHACL Shapes file to be used to test the conformance of RDF data to this profile</td>
</tr>
<tr>
<th>Artifact</th><td><a href="https://linked.data.gov.au/def/vocpub/validator">https://linked.data.gov.au/def/vocpub/validator</a></td>
</tr>
<tr>
<th>Role</th><td><code><a href="http://www.w3.org/ns/dx/prof/role/validation">role:validation</a></code></td>
</tr>
<tr>
<th>Conforms</th><td><a href="https://www.w3.org/TR/shacl/">SHACL</a></td>
</tr>
<tr>
<th>Format</th><td><code><a href="https://w3id.org/mediatype/text/turtle">text/turtle</a></code></td>
</tr>
</table>
<table class="props" id="https://linked.data.gov.au/def/vocpub/expander">
<tr>
<td colspan="2"><h3>3. SHACL Data Expander</h3></td>
</tr>
<tr>
<th>Description</th><td>A SHACL Shapes file to be used to expand data according to a series of SKOS rules</td>
</tr>
<tr>
<th>Artifact</th><td><a href="https://linked.data.gov.au/def/vocpub/expander">https://linked.data.gov.au/def/vocpub/expander</a></td>
</tr>
<tr>
<th>Role</th><td><code><a href="http://www.w3.org/ns/dx/prof/role/script">role:script</a></code></td>
</tr>
<tr>
<th>Conforms</th><td><a href="https://www.w3.org/TR/shacl/">SHACL</a></td>
</tr>
<tr>
<th>Format</th><td><code><a href="https://w3id.org/mediatype/text/turtle">text/turtle</a></code></td>
</tr>
</table>
<table class="props" id="https://linked.data.gov.au/def/vocpub/validator-combined">
<tr>
<td colspan="2"><h3>4. Combined Expander & Validator in SHACL</h3></td>
</tr>
<tr>
<th>Description</th><td>The combined <a href="#https://linked.data.gov.au/def/vocpub/validator">Validator</a> & <a href="#https://linked.data.gov.au/def/vocpub/expander">Expander</a></td>
</tr>
<tr>
<th>Artifact</th><td><a href="https://linked.data.gov.au/def/vocpub/validator-combined">https://linked.data.gov.au/def/vocpub/validator-combined</a></td>
</tr>
<tr>
<th>Role</th><td><code><a href="http://www.w3.org/ns/dx/prof/role/validation">role:validation</a></code></td>
</tr>
<tr>
<th>Conforms</th><td><a href="https://www.w3.org/TR/shacl/">SHACL</a></td>
</tr>
<tr>
<th>Format</th><td><code><a href="https://w3id.org/mediatype/text/turtle">text/turtle</a></code></td>
</tr>
</table>
<table class="props" id="https://linked.data.gov.au/def/vocpub/htv">
<tr>
<td colspan="2"><h3>5. How to Validate instructions</h3></td>
</tr>
<tr>
<th>Description</th><td>Written instructions on how to use this profile's validator on data</td>
</tr>
<tr>
<th>Artifact</th><td><a href="https://linked.data.gov.au/def/vocpub/htv">https://linked.data.gov.au/def/vocpub/htv</a></td>
</tr>
<tr>
<th>Role</th><td><code><a href="http://www.w3.org/ns/dx/prof/role/guidance">role:guidance</a></code></td>
</tr>
<tr>
<th>Format</th><td><code><a href="https://w3id.org/mediatype/text/html">text/html</a></code></td>
</tr>
</table>
<table class="props" id="https://linked.data.gov.au/def/vocpub/validate">
<tr>
<td colspan="2"><h3>6. Validation Script</h3></td>
</tr>
<tr>
<th>Description</th><td>A Python script that allows for basic validation or validation after expansion</td>
</tr>
<tr>
<th>Artifact</th><td><a href="https://linked.data.gov.au/def/vocpub/validate">https://linked.data.gov.au/def/vocpub/validate</a></td>
</tr>
<tr>
<th>Role</th><td><code><a href="http://www.w3.org/ns/dx/prof/role/script">role:script</a></code></td>
</tr>
<tr>
<th>Conforms</th><td>The <a href="https://www.python.org/">Python programming language</a> & the <a href="https://pypi.org/project/rdflib/">RDFLib</a> library</td>
</tr>
<tr>
<th>Format</th><td><code><a href="https://w3id.org/mediatype/text/turtle">text/turtle</a></code></td>
</tr>
</table>
<table class="props" id="https://linked.data.gov.au/def/vocpub/examples">
<tr>
<td colspan="2"><h3>7. Examples</h3></td>
</tr>
<tr>
<th>Description</th><td>A directory of valid and invalid vocabularies</td>
</tr>
<tr>
<th>Artifact</th><td><a href="https://linked.data.gov.au/def/vocpub/examples">https://linked.data.gov.au/def/vocpub/examples</a></td>
</tr>
<tr>
<th>Role</th><td><code><a href="http://www.w3.org/ns/dx/prof/role/example">role:example</a></code></td>
</tr>
<tr>
<th>Conforms</th><td><a href="https://linked.data.gov.au/def/vocpub">https://linked.data.gov.au/def/vocpub</a></td>
</tr>
<tr>
<th>Format</th><td><code><a href="https://w3id.org/mediatype/text/turtle">text/turtle</a></code></td>
</tr>
</table>
<table class="props" id="https://linked.data.gov.au/def/vocpub/vocs">
<tr>
<td colspan="2"><h3>8. Supporting Vocabularies</h3></td>
</tr>
<tr>
<th>Description</th><td>A directory of vocabularies that contain Concepts which are expected to be indicated by several predicates mandated or suggested for use on vocabularies</td>
</tr>
<tr>
<th>Artifact</th><td><a href="https://linked.data.gov.au/def/vocpub/vocs">https://linked.data.gov.au/def/vocpub/vocs</a></td>
</tr>
<tr>
<th>Role</th><td><code><a href="http://www.w3.org/ns/dx/prof/role/vocabulary">role:vocabulary</a></code></td>
</tr>
<tr>
<th>Conforms</th><td><a href="https://linked.data.gov.au/def/vocpub">VocPub</a></td>
</tr>
<tr>
<th>Format</th><td><code><a href="https://w3id.org/mediatype/text/turtle">text/turtle</a></code></td>
</tr>
</table>
<table class="props" id="https://linked.data.gov.au/def/vocpub/repo">
<tr>
<td colspan="2"><h3>09. Profile code repository</h3></td>
</tr>
<tr>
<th>Description</th><td>Code repository storing all Profile artifacts</td>
</tr>
<tr>
<th>Artifact</th><td><a href="https://linked.data.gov.au/def/vocpub/repo">https://linked.data.gov.au/def/vocpub/repo</a></td>
</tr>
<tr>
<th>Role</th><td><code><a href="http://www.w3.org/ns/dx/prof/role/repository">role:repository</a></code></td>
</tr>
</table>
</section>
<p> </p>
</div><!-- #content -->
<div class="footer" style="grid-column:1/4; text-align: center;">
This web page content is licensed under a <a href="http://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International License</a>
</div><!-- #footer -->
</body>
</html>