This repository was archived by the owner on Jul 16, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprofile.html
555 lines (470 loc) · 22.2 KB
/
profile.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
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
<!DOCTYPE html>
<html lang="en">
<head>
<title>OGC LD API Profile</title>
<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==">
<link rel="icon" type="image/png" sizes="16x16" href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABhklEQVQ4jbWPzStEURjG3yQLirlGKUnKFO45Z+SjmXvnnmthQcpCoVhYmD/AwmJiI3OvZuZc2U3UlKU0/gAslMw9JgvhHxAr2fko7r0jHSsl+TgbTz2Lt5731/MASEiJW9ONml2QyX6rsGalmnT74v8BDf12hxJfpV8d1uwNKUBYszabdFv84L8B9X0rESVmmUup2fme0cVhJWaZHw4NWL1Sew
EAfDe6H3Dy6Ll456WEJsRZS630MwCAOI20ei5OBpxse5zcBZw8eS4uPpfIuDiCainIg9umBCU0GZzgLZ9Hn31OgoATL+CkLDGB5H1OKj4nFd/FBxUXJ0UZNb4edw/6nLyJXaj5FeCVyPLNIVmYK8TG1IwWb16L1gEACAFV90ftoT8bdOX0EeyY99gxBXZMgRz6qGb1KantAACI0UvE6F5XJqEjpsdURouI0Vt5gGOUkUNnPu7ObGIIMfNaGqDmjDRi9FZldF1lRgYzeqUyeoiY4ag5Iy3RgOYRM8+/M2bG8efsO4hGrpmJseyMAAAAAElFTkSuQmCC">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<style>
#pylode {
position: fixed;
top: 130px;
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.hierarchy {
border: 1px solid navy;
padding: 5px 25px 5px 25px;
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,
.sup-con,
.sup-col {
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;
}
.sup-con {
color:orange;
}
.sup-col {
color:darkred;
}
code {
font-size: large;
color: darkred;
}
/* less prominent links for properties */
.proplink {
color: #336;
text-decoration: none;
}
</style>
<script type="application/ld+json">
[
{
"@id": "https://w3id.org/profile/ogcldapi",
"@type": [
"https://schema.org/DefinedTermSet"
],
"https://schema.org/name": [
{
"@value": "None"
}
]
}
]
</script>
</head>
<body>
<div id="pylode">made by <a href="http://github.com/rdflib/pyLODE">
<span style="color:#329545;">p</span><span style="color:#f9cb33;">y</span>LODE</a>
<span style="font-size:smaller;">2.10.0</span>
</div>
<h1>OGC LD API Profile</h1>
<h3><em>A Profile</em></h3>
<section id="metadata">
<h2 style="display:none;">Metadata</h2>
<dl>
<dt>URI</dt>
<dd><code>https://w3id.org/profile/ogcldapi</code></dd>
<dt><a href="https://www.w3.org/TR/dx-prof/#Property:isProfileOf">Is Profile Of</a></dt>
<dd>
<a href="http://www.opengis.net/def/geosparql">http://www.opengis.net/def/geosparql</a><br/>
<a href="https://www.w3.org/TR/vocab-dcat/">https://www.w3.org/TR/vocab-dcat/</a><br/>
</dd>
<dt><a class="proplink" href="https://www.dublincore.org/specifications/dublin-core/dcmi-terms/#http://purl.org/dc/terms/publisher">Publisher</a>(s)</dt>
<dd>
<a href="https://linked.data.gov.au/org/surround">SURROUND Australia Pty Ltd</a><br/>
</dd>
<dt><a class="proplink" href="https://www.dublincore.org/specifications/dublin-core/dcmi-terms/#http://purl.org/dc/terms/creator">Creator</a>(s)</dt>
<dd>
<a href="http://orcid.org/0000-0002-8742-7730">Nicholas J Car</a>
<a href="">
<svg width="15px" height="15px" viewBox="0 0 72 72" version="1.1"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink">
<title>Orcid logo</title>
<g id="Symbols" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="hero" transform="translate(-924.000000, -72.000000)" fill-rule="nonzero">
<g id="Group-4">
<g id="vector_iD_icon" transform="translate(924.000000, 72.000000)">
<path d="M72,36 C72,55.884375 55.884375,72 36,72 C16.115625,72 0,55.884375 0,36 C0,16.115625 16.115625,0 36,0 C55.884375,0 72,16.115625 72,36 Z" id="Path" fill="#A6CE39"></path>
<g id="Group" transform="translate(18.868966, 12.910345)" fill="#FFFFFF">
<polygon id="Path" points="5.03734929 39.1250878 0.695429861 39.1250878 0.695429861 9.14431787 5.03734929 9.14431787 5.03734929 22.6930505 5.03734929 39.1250878"></polygon>
<path d="M11.409257,9.14431787 L23.1380784,9.14431787 C34.303014,9.14431787 39.2088191,17.0664074 39.2088191,24.1486995 C39.2088191,31.846843 33.1470485,39.1530811 23.1944669,39.1530811 L11.409257,39.1530811 L11.409257,9.14431787 Z M15.7511765,35.2620194 L22.6587756,35.2620194 C32.49858,35.2620194 34.7541226,27.8438084 34.7541226,24.1486995 C34.7541226,18.1301509 30.8915059,13.0353795 22.4332213,13.0353795 L15.7511765,13.0353795 L15.7511765,35.2620194 Z" id="Shape"></path>
<path d="M5.71401206,2.90182329 C5.71401206,4.441452 4.44526937,5.72914146 2.86638958,5.72914146 C1.28750978,5.72914146 0.0187670918,4.441452 0.0187670918,2.90182329 C0.0187670918,1.33420133 1.28750978,0.0745051096 2.86638958,0.0745051096 C4.44526937,0.0745051096 5.71401206,1.36219458 5.71401206,2.90182329 Z" id="Path"></path>
</g>
</g>
</g>
</g>
</g>
</svg>
</a>
(<a href="mailto:[email protected]">[email protected]</a>) of
<a href="https://surroundaustralia.com">SURROUND Australia Pty Ltd</a><br/>
</dd>
<dt><a class="proplink" href="https://www.dublincore.org/specifications/dublin-core/dcmi-terms/#http://purl.org/dc/terms/contributor">Contributor</a>(s)</dt>
<dd>
<a href="https://orcid.org/0000-0002-3322-1868">David Habgood</a>
<a href="">
<svg width="15px" height="15px" viewBox="0 0 72 72" version="1.1"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink">
<title>Orcid logo</title>
<g id="Symbols" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="hero" transform="translate(-924.000000, -72.000000)" fill-rule="nonzero">
<g id="Group-4">
<g id="vector_iD_icon" transform="translate(924.000000, 72.000000)">
<path d="M72,36 C72,55.884375 55.884375,72 36,72 C16.115625,72 0,55.884375 0,36 C0,16.115625 16.115625,0 36,0 C55.884375,0 72,16.115625 72,36 Z" id="Path" fill="#A6CE39"></path>
<g id="Group" transform="translate(18.868966, 12.910345)" fill="#FFFFFF">
<polygon id="Path" points="5.03734929 39.1250878 0.695429861 39.1250878 0.695429861 9.14431787 5.03734929 9.14431787 5.03734929 22.6930505 5.03734929 39.1250878"></polygon>
<path d="M11.409257,9.14431787 L23.1380784,9.14431787 C34.303014,9.14431787 39.2088191,17.0664074 39.2088191,24.1486995 C39.2088191,31.846843 33.1470485,39.1530811 23.1944669,39.1530811 L11.409257,39.1530811 L11.409257,9.14431787 Z M15.7511765,35.2620194 L22.6587756,35.2620194 C32.49858,35.2620194 34.7541226,27.8438084 34.7541226,24.1486995 C34.7541226,18.1301509 30.8915059,13.0353795 22.4332213,13.0353795 L15.7511765,13.0353795 L15.7511765,35.2620194 Z" id="Shape"></path>
<path d="M5.71401206,2.90182329 C5.71401206,4.441452 4.44526937,5.72914146 2.86638958,5.72914146 C1.28750978,5.72914146 0.0187670918,4.441452 0.0187670918,2.90182329 C0.0187670918,1.33420133 1.28750978,0.0745051096 2.86638958,0.0745051096 C4.44526937,0.0745051096 5.71401206,1.36219458 5.71401206,2.90182329 Z" id="Path"></path>
</g>
</g>
</g>
</g>
</g>
</svg>
</a>
(<a href="mailto:[email protected]">[email protected]</a>) of
<a href="https://surroundaustralia.com">SURROUND Australia Pty Ltd</a><br/>
</dd>
<dt><a class="proplink" href="https://www.dublincore.org/specifications/dublin-core/dcmi-terms/#http://purl.org/dc/terms/created">Created</a></dt>
<dd>2021-06-10</dd>
<dt><a class="proplink" href="https://www.dublincore.org/specifications/dublin-core/dcmi-terms/#http://purl.org/dc/terms/modified">Modified</a></dt>
<dd>2021-06-10</dd>
<dt>Profile RDF</dt>
<dd><a href="profile.ttl">RDF (turtle)</a></dd>
</dl>
<dt><a class="proplink" href="https://www.w3.org/TR/dx-prof/#Property:hasResource">Has Resource Descriptor(s)</a></dt>
<dd>
<a href="#ub1bL19C5">Specification</a><br/>
<a href="#ub1bL27C5">Validator</a><br/>
<a href="#ub1bL35C5">Labeling Ontologies</a><br/>
<a href="#ub1bL42C5">Labeling Vocabulary</a><br/>
<a href="#ub1bL49C5">Label Builder script</a><br/>
<a href="#ub1bL56C5">Profile Code Repository</a><br/>
<a href="#ub1bL63C5">Profile Code Repository README</a><br/>
</dd>
<h2>Description</h2>
<div id="comment">
<p>This profile specifies rules that <a href="https://www.w3.org/RDF/">RDF</a> data must adhere to, to be fit for use with instances of the OGC LD API tool. It also provides machine-readable data validators.</p>
</div>
</section>
<section id="resource_descriptors">
<h2>Resource Descriptors</h2>
<div class="entity resource_descriptor" id="ub1bL19C5">
<h3>Specification</h3>
<table>
<tr>
<th><a class="proplink" href="https://www.dublincore.org/specifications/dublin-core/dcmi-terms/#http://purl.org/dc/terms/description">Description</a></th>
<td>This profile's specification that provides its normative rules.</td>
</tr>
<tr>
<th><a class="proplink" href="https://www.w3.org/TR/dx-prof/#Property:hasArtifact">Artifact</a></th>
<td>
<a href="https://w3id.org/profile/ogcldapi/spec">https://w3id.org/profile/ogcldapi/spec</a>
</td>
</tr>
<tr>
<th><a class="proplink" href="https://www.w3.org/TR/dx-prof/#Property:hasRole">Role(s)</a></th>
<td>
<a href="http://www.w3.org/ns/dx/prof/role/specification">role:specification</a><br />
</td>
</tr>
<tr>
<th><a class="proplink" href="https://www.dublincore.org/specifications/dublin-core/dcmi-terms/#http://purl.org/dc/terms/conformsTo">Conforms to</a></th>
<td>
<a href="https://www.w3.org/TR/">https://www.w3.org/TR/</a><br />
</td>
</tr>
</table>
</div>
<div class="entity resource_descriptor" id="ub1bL27C5">
<h3>Validator</h3>
<table>
<tr>
<th><a class="proplink" href="https://www.dublincore.org/specifications/dublin-core/dcmi-terms/#http://purl.org/dc/terms/description">Description</a></th>
<td>A SHACL validator Shape file implementing the specification's rules</td>
</tr>
<tr>
<th><a class="proplink" href="https://www.w3.org/TR/dx-prof/#Property:hasArtifact">Artifact</a></th>
<td>
<a href="https://w3id.org/profile/ogcldapi/validator">https://w3id.org/profile/ogcldapi/validator</a>
</td>
</tr>
<tr>
<th><a class="proplink" href="https://www.w3.org/TR/dx-prof/#Property:hasRole">Role(s)</a></th>
<td>
<a href="http://www.w3.org/ns/dx/prof/role/validation">role:validation</a><br />
</td>
</tr>
<tr>
<th><a class="proplink" href="https://www.dublincore.org/specifications/dublin-core/dcmi-terms/#http://purl.org/dc/terms/conformsTo">Conforms to</a></th>
<td>
<a href="https://www.w3.org/TR/shacl/">https://www.w3.org/TR/shacl/</a><br />
</td>
</tr>
</table>
</div>
<div class="entity resource_descriptor" id="ub1bL35C5">
<h3>Labeling Ontologies</h3>
<table>
<tr>
<th><a class="proplink" href="https://www.dublincore.org/specifications/dublin-core/dcmi-terms/#http://purl.org/dc/terms/description">Description</a></th>
<td>A list of persistent identifiers for ontologies, elements of which are commonly used by OGC LD API data used to assit with property labeling in API data presentation.</td>
</tr>
<tr>
<th><a class="proplink" href="https://www.w3.org/TR/dx-prof/#Property:hasArtifact">Artifact</a></th>
<td>
<a href="https://w3id.org/profile/ogcldapi/labeling-ontologies">https://w3id.org/profile/ogcldapi/labeling-ontologies</a>
</td>
</tr>
<tr>
<th><a class="proplink" href="https://www.w3.org/TR/dx-prof/#Property:hasRole">Role(s)</a></th>
<td>
<a href="http://www.w3.org/ns/dx/prof/role/vocabulary">role:vocabulary</a><br />
</td>
</tr>
</table>
</div>
<div class="entity resource_descriptor" id="ub1bL42C5">
<h3>Labeling Vocabulary</h3>
<table>
<tr>
<th><a class="proplink" href="https://www.dublincore.org/specifications/dublin-core/dcmi-terms/#http://purl.org/dc/terms/description">Description</a></th>
<td>A vocabulary contains annotated classes, properties and other Semantic Web elements from ontologies that are commonly seen in OGC LD API data used to assit with property labeling in API data presentation.</td>
</tr>
<tr>
<th><a class="proplink" href="https://www.w3.org/TR/dx-prof/#Property:hasArtifact">Artifact</a></th>
<td>
<a href="https://w3id.org/profile/ogcldapi/labeling-vocabulary">https://w3id.org/profile/ogcldapi/labeling-vocabulary</a>
</td>
</tr>
<tr>
<th><a class="proplink" href="https://www.w3.org/TR/dx-prof/#Property:hasRole">Role(s)</a></th>
<td>
<a href="http://www.w3.org/ns/dx/prof/role/vocabulary">role:vocabulary</a><br />
</td>
</tr>
</table>
</div>
<div class="entity resource_descriptor" id="ub1bL49C5">
<h3>Label Builder script</h3>
<table>
<tr>
<th><a class="proplink" href="https://www.dublincore.org/specifications/dublin-core/dcmi-terms/#http://purl.org/dc/terms/description">Description</a></th>
<td>A SPARQL script that builds, via a CONSTRUCT query, rdfs:label predicates from dcterms:title, sdo:name and skos:prefLabel predicates. Assists with API labeling</td>
</tr>
<tr>
<th><a class="proplink" href="https://www.w3.org/TR/dx-prof/#Property:hasArtifact">Artifact</a></th>
<td>
<a href="https://w3id.org/profile/ogcldapi/label-builder">https://w3id.org/profile/ogcldapi/label-builder</a>
</td>
</tr>
<tr>
<th><a class="proplink" href="https://www.w3.org/TR/dx-prof/#Property:hasRole">Role(s)</a></th>
<td>
<a href="http://www.w3.org/ns/dx/prof/role/script">role:script</a><br />
</td>
</tr>
<tr>
<th><a class="proplink" href="https://www.dublincore.org/specifications/dublin-core/dcmi-terms/#http://purl.org/dc/terms/conformsTo">Conforms to</a></th>
<td>
<a href="https://www.w3.org/TR/sparql11-update/">https://www.w3.org/TR/sparql11-update/</a><br />
</td>
</tr>
</table>
</div>
<div class="entity resource_descriptor" id="ub1bL56C5">
<h3>Profile Code Repository</h3>
<table>
<tr>
<th><a class="proplink" href="https://www.dublincore.org/specifications/dublin-core/dcmi-terms/#http://purl.org/dc/terms/description">Description</a></th>
<td>An online version control repository storing all the content of this profile</td>
</tr>
<tr>
<th><a class="proplink" href="https://www.w3.org/TR/dx-prof/#Property:hasArtifact">Artifact</a></th>
<td>
<a href="https://w3id.org/profile/ogcldapi/repo">https://w3id.org/profile/ogcldapi/repo</a>
</td>
</tr>
<tr>
<th><a class="proplink" href="https://www.w3.org/TR/dx-prof/#Property:hasRole">Role(s)</a></th>
<td>
<a href="http://www.w3.org/ns/dx/prof/role/repository">role:repository</a><br />
</td>
</tr>
</table>
</div>
<div class="entity resource_descriptor" id="ub1bL63C5">
<h3>Profile Code Repository README</h3>
<table>
<tr>
<th><a class="proplink" href="https://www.dublincore.org/specifications/dublin-core/dcmi-terms/#http://purl.org/dc/terms/description">Description</a></th>
<td>An informal guidance document explaining parts of this profile and how to use them</td>
</tr>
<tr>
<th><a class="proplink" href="https://www.w3.org/TR/dx-prof/#Property:hasArtifact">Artifact</a></th>
<td>
<a href="https://w3id.org/profile/ogcldapi/guidance">https://w3id.org/profile/ogcldapi/guidance</a>
</td>
</tr>
<tr>
<th><a class="proplink" href="https://www.w3.org/TR/dx-prof/#Property:hasRole">Role(s)</a></th>
<td>
<a href="http://www.w3.org/ns/dx/prof/role/guidance">role:guidance</a><br />
</td>
</tr>
</table>
</div>
</section>
<section id="namespaces">
<h2>Namespaces <span style="float:right; font-size:smaller;"><a href="">↑</a></span></h2>
<dl>
<dt>default (:)</dt>
<dd><code>https://w3id.org/profile/ogcldapi</code></dd>
<dt>dcterms</dt>
<dd><code>http://purl.org/dc/terms/</code></dd>
<dt>ogc</dt>
<dd><code>http://www.opengis.net/def/</code></dd>
<dt>orcid</dt>
<dd><code>http://orcid.org/</code></dd>
<dt>prof</dt>
<dd><code>http://www.w3.org/ns/dx/prof/</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>role</dt>
<dd><code>http://www.w3.org/ns/dx/prof/role/</code></dd>
<dt>sdo</dt>
<dd><code>https://schema.org/</code></dd>
<dt>skos</dt>
<dd><code>http://www.w3.org/2004/02/skos/core#</code></dd>
<dt>xsd</dt>
<dd><code>http://www.w3.org/2001/XMLSchema#</code></dd>
</dl>
</section>
</body>
</html>