forked from opengeospatial/bblocks
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bblocks.ttl
555 lines (514 loc) · 39.2 KB
/
bblocks.ttl
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
@prefix bblocks: <https://www.opengis.net/def/bblocks/> .
@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix schema: <https://schema.org/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<https://rob-metalinkage.github.io/ogc.geo.common.parameters.bbox> a skos:Concept,
dcat:Dataset,
bblocks:Parameter ;
rdfs:label "bbox" ;
dct:abstract "The bbox query parameter provides a simple mechanism for filtering resources based on their location. It selects all resources that intersect a rectangle (map view) or box (including height information)." ;
dct:created "2022-05-24T13:51:38+00:00"^^xsd:dateTime ;
dct:description [ dct:format "application/json" ;
rdfs:isDefinedBy "https://rob-metalinkage.github.io/bblocks/generateddocs/json-full/geo/common/parameters/bbox/index.json" ],
[ dct:format "text/html" ;
rdfs:isDefinedBy "https://rob-metalinkage.github.io/bblocks/register/bblock/ogc.geo.common.parameters.bbox" ],
[ dct:format "text/markdown" ;
rdfs:isDefinedBy "https://rob-metalinkage.github.io/bblocks/generateddocs/markdown/geo/common/parameters/bbox/index.md" ] ;
dct:hasVersion "1.0" ;
dct:modified "2022-05-24"^^xsd:date ;
dct:source <https://docs.ogc.org/is/17-069r3/17-069r3.html#_parameter_bbox> ;
skos:inScheme <https://rob-metalinkage.github.io/bblocks/> ;
bblocks:hasSchema <https://rob-metalinkage.github.io/bblocks/annotated-schemas/geo/common/parameters/bbox/schema.json>,
<https://rob-metalinkage.github.io/bblocks/annotated-schemas/geo/common/parameters/bbox/schema.yaml> ;
bblocks:scope <http://www.opengis.net/def/bblocks/scope/geo> ;
bblocks:status <http://www.opengis.net/def/status/stable> .
<https://rob-metalinkage.github.io/ogc.geo.common.parameters.bbox-crs> a skos:Concept,
dcat:Dataset,
bblocks:Parameter ;
rdfs:label "bbox-crs" ;
dct:abstract "The bbox-crs query parameter can be used to assert the coordinate reference system that is used for the coordinate values of the bbox parameter." ;
dct:created "2022-07-05T01:01:01+02:00"^^xsd:dateTime ;
dct:description [ dct:format "text/markdown" ;
rdfs:isDefinedBy "https://rob-metalinkage.github.io/bblocks/generateddocs/markdown/geo/common/parameters/bbox-crs/index.md" ],
[ dct:format "application/json" ;
rdfs:isDefinedBy "https://rob-metalinkage.github.io/bblocks/generateddocs/json-full/geo/common/parameters/bbox-crs/index.json" ],
[ dct:format "text/html" ;
rdfs:isDefinedBy "https://rob-metalinkage.github.io/bblocks/register/bblock/ogc.geo.common.parameters.bbox-crs" ] ;
dct:hasVersion "1.0" ;
dct:modified "2022-07-05"^^xsd:date ;
dct:source <http://www.opengis.net/doc/IS/ogcapi-features-2/1.0#_parameter_bbox_crs> ;
skos:inScheme <https://rob-metalinkage.github.io/bblocks/> ;
bblocks:hasSchema <https://rob-metalinkage.github.io/bblocks/annotated-schemas/geo/common/parameters/bbox-crs/schema.json>,
<https://rob-metalinkage.github.io/bblocks/annotated-schemas/geo/common/parameters/bbox-crs/schema.yaml> ;
bblocks:scope <http://www.opengis.net/def/bblocks/scope/geo> ;
bblocks:status <http://www.opengis.net/def/status/stable> .
<https://rob-metalinkage.github.io/ogc.geo.geopose.advanced> a skos:Concept,
dcat:Dataset,
bblocks:Schema ;
rdfs:label "GeoPose Advanced" ;
dct:abstract "Advanced GeoPose allowing flexible outer frame specification, quaternion orientation, and valid time." ;
dct:created "2023-07-13T00:00:00+00:00"^^xsd:dateTime ;
dct:description [ dct:format "application/json" ;
rdfs:isDefinedBy "https://rob-metalinkage.github.io/bblocks/generateddocs/json-full/geo/geopose/advanced/index.json" ],
[ dct:format "text/html" ;
rdfs:isDefinedBy "https://rob-metalinkage.github.io/bblocks/register/bblock/ogc.geo.geopose.advanced" ],
[ dct:format "text/markdown" ;
rdfs:isDefinedBy "https://rob-metalinkage.github.io/bblocks/generateddocs/markdown/geo/geopose/advanced/index.md" ] ;
dct:hasVersion "0.1" ;
dct:modified "2023-07-13"^^xsd:date ;
dct:source <https://docs.ogc.org/dis/21-056r10/21-056r10.html> ;
skos:inScheme <https://rob-metalinkage.github.io/bblocks/> ;
bblocks:hasJsonLdContext <https://rob-metalinkage.github.io/bblocks/annotated-schemas/geo/geopose/advanced/context.jsonld> ;
bblocks:hasSchema <https://rob-metalinkage.github.io/bblocks/annotated-schemas/geo/geopose/advanced/schema.json>,
<https://rob-metalinkage.github.io/bblocks/annotated-schemas/geo/geopose/advanced/schema.yaml> ;
bblocks:hasSourceJsonLdContext <https://rob-metalinkage.github.io/bblocks/registereditems/geo/geopose/advanced/context.jsonld> ;
bblocks:scope <http://www.opengis.net/def/bblocks/scope/geo> ;
bblocks:status <http://www.opengis.net/def/status/under-development> .
<https://rob-metalinkage.github.io/ogc.geo.geopose.basic.quaternion> a skos:Concept,
dcat:Dataset,
bblocks:Schema ;
rdfs:label "GeoPose Basic-Quaternion" ;
dct:abstract "Basic GeoPose using quaternion to specify orientation" ;
dct:created "2023-07-13T00:00:00+00:00"^^xsd:dateTime ;
dct:description [ dct:format "text/html" ;
rdfs:isDefinedBy "https://rob-metalinkage.github.io/bblocks/register/bblock/ogc.geo.geopose.basic.quaternion" ],
[ dct:format "application/json" ;
rdfs:isDefinedBy "https://rob-metalinkage.github.io/bblocks/generateddocs/json-full/geo/geopose/basic/quaternion/index.json" ],
[ dct:format "text/markdown" ;
rdfs:isDefinedBy "https://rob-metalinkage.github.io/bblocks/generateddocs/markdown/geo/geopose/basic/quaternion/index.md" ] ;
dct:hasVersion "0.1" ;
dct:modified "2023-07-13"^^xsd:date ;
dct:source <https://docs.ogc.org/dis/21-056r10/21-056r10.html> ;
skos:inScheme <https://rob-metalinkage.github.io/bblocks/> ;
bblocks:hasJsonLdContext <https://rob-metalinkage.github.io/bblocks/annotated-schemas/geo/geopose/basic/quaternion/context.jsonld> ;
bblocks:hasSchema <https://rob-metalinkage.github.io/bblocks/annotated-schemas/geo/geopose/basic/quaternion/schema.json>,
<https://rob-metalinkage.github.io/bblocks/annotated-schemas/geo/geopose/basic/quaternion/schema.yaml> ;
bblocks:hasSourceJsonLdContext <https://rob-metalinkage.github.io/bblocks/registereditems/geo/geopose/basic/quaternion/context.jsonld> ;
bblocks:scope <http://www.opengis.net/def/bblocks/scope/geo> ;
bblocks:status <http://www.opengis.net/def/status/under-development> .
<https://rob-metalinkage.github.io/ogc.geo.geopose.basic.ypr> a skos:Concept,
dcat:Dataset,
bblocks:Schema ;
rdfs:label "GeoPose Basic-YPR" ;
dct:abstract "Basic GeoPose using yaw, pitch, and roll to specify orientation" ;
dct:created "2023-03-15T00:00:00+00:00"^^xsd:dateTime ;
dct:description [ dct:format "text/html" ;
rdfs:isDefinedBy "https://rob-metalinkage.github.io/bblocks/register/bblock/ogc.geo.geopose.basic.ypr" ],
[ dct:format "application/json" ;
rdfs:isDefinedBy "https://rob-metalinkage.github.io/bblocks/generateddocs/json-full/geo/geopose/basic/ypr/index.json" ],
[ dct:format "text/markdown" ;
rdfs:isDefinedBy "https://rob-metalinkage.github.io/bblocks/generateddocs/markdown/geo/geopose/basic/ypr/index.md" ] ;
dct:hasVersion "0.1" ;
dct:modified "2023-07-13"^^xsd:date ;
dct:source <https://docs.ogc.org/dis/21-056r10/21-056r10.html> ;
skos:inScheme <https://rob-metalinkage.github.io/bblocks/> ;
bblocks:hasJsonLdContext <https://rob-metalinkage.github.io/bblocks/annotated-schemas/geo/geopose/basic/ypr/context.jsonld> ;
bblocks:hasSchema <https://rob-metalinkage.github.io/bblocks/annotated-schemas/geo/geopose/basic/ypr/schema.json>,
<https://rob-metalinkage.github.io/bblocks/annotated-schemas/geo/geopose/basic/ypr/schema.yaml> ;
bblocks:hasSourceJsonLdContext <https://rob-metalinkage.github.io/bblocks/registereditems/geo/geopose/basic/ypr/context.jsonld> ;
bblocks:scope <http://www.opengis.net/def/bblocks/scope/geo> ;
bblocks:status <http://www.opengis.net/def/status/under-development> .
<https://rob-metalinkage.github.io/ogc.geo.json-fg.feature-lenient-geosparql-geometry> a skos:Concept,
dcat:Dataset,
bblocks:Schema ;
rdfs:label "JSON-FG Feature - Lenient - with GeoSPARQL Geometry" ;
dct:abstract "A OGC Features and Geometries JSON (JSON-FG) Feature that does not require the \"time\" and \"place\" properties, and with a GeoSPARQL \"geometry\"." ;
dct:created "2024-07-09T11:27:00+00:00"^^xsd:dateTime ;
dct:description [ dct:format "text/markdown" ;
rdfs:isDefinedBy "https://rob-metalinkage.github.io/bblocks/generateddocs/markdown/geo/json-fg/feature-lenient-geosparql-geometry/index.md" ],
[ dct:format "text/html" ;
rdfs:isDefinedBy "https://rob-metalinkage.github.io/bblocks/register/bblock/ogc.geo.json-fg.feature-lenient-geosparql-geometry" ],
[ dct:format "application/json" ;
rdfs:isDefinedBy "https://rob-metalinkage.github.io/bblocks/generateddocs/json-full/geo/json-fg/feature-lenient-geosparql-geometry/index.json" ] ;
dct:hasVersion "0.1" ;
dct:modified "2024-07-09"^^xsd:date ;
dct:source <http://docs.ogc.org/per/21-017r1.html> ;
skos:inScheme <https://rob-metalinkage.github.io/bblocks/> ;
bblocks:dependsOn <https://rob-metalinkage.github.io/ogc.geo.features.geosparqlGeometry>,
<https://rob-metalinkage.github.io/ogc.geo.json-fg.feature-lenient> ;
bblocks:hasJsonLdContext <https://rob-metalinkage.github.io/bblocks/annotated-schemas/geo/json-fg/feature-lenient-geosparql-geometry/context.jsonld> ;
bblocks:hasSchema <https://rob-metalinkage.github.io/bblocks/annotated-schemas/geo/json-fg/feature-lenient-geosparql-geometry/schema.json>,
<https://rob-metalinkage.github.io/bblocks/annotated-schemas/geo/json-fg/feature-lenient-geosparql-geometry/schema.yaml> ;
bblocks:hasShaclRule <https://rob-metalinkage.github.io/bblocks/registereditems/geo/features/geosparqlGeometry/rules.shacl> ;
bblocks:scope <http://www.opengis.net/def/bblocks/scope/geo> ;
bblocks:status <http://www.opengis.net/def/status/stable> .
<https://rob-metalinkage.github.io/ogc.geo.json-fg.featureCollection> a skos:Concept,
dcat:Dataset,
bblocks:Schema ;
rdfs:label "JSON-FG Feature Collection" ;
dct:abstract "A collection of OGC Features and Geometries JSON (JSON-FG) Features, extending GeoJSON to support a limited set of additional capabilities that are out-of-scope for GeoJSON, but that are important for a variety of use cases involving feature data." ;
dct:created "2023-05-31T14:56:51+00:00"^^xsd:dateTime ;
dct:description [ dct:format "text/markdown" ;
rdfs:isDefinedBy "https://rob-metalinkage.github.io/bblocks/generateddocs/markdown/geo/json-fg/featureCollection/index.md" ],
[ dct:format "text/html" ;
rdfs:isDefinedBy "https://rob-metalinkage.github.io/bblocks/register/bblock/ogc.geo.json-fg.featureCollection" ],
[ dct:format "application/json" ;
rdfs:isDefinedBy "https://rob-metalinkage.github.io/bblocks/generateddocs/json-full/geo/json-fg/featureCollection/index.json" ] ;
dct:hasVersion "0.1" ;
dct:modified "2023-05-31"^^xsd:date ;
dct:source <http://docs.ogc.org/per/21-017r1.html> ;
skos:inScheme <https://rob-metalinkage.github.io/bblocks/> ;
bblocks:dependsOn <https://rob-metalinkage.github.io/ogc.geo.features.featureCollection>,
<https://rob-metalinkage.github.io/ogc.geo.json-fg.feature>,
<https://rob-metalinkage.github.io/ogc.ogc-utils.json-link> ;
bblocks:hasJsonLdContext <https://rob-metalinkage.github.io/bblocks/annotated-schemas/geo/json-fg/featureCollection/context.jsonld> ;
bblocks:hasSchema <https://rob-metalinkage.github.io/bblocks/annotated-schemas/geo/json-fg/featureCollection/schema.json>,
<https://rob-metalinkage.github.io/bblocks/annotated-schemas/geo/json-fg/featureCollection/schema.yaml> ;
bblocks:hasSourceJsonLdContext <https://rob-metalinkage.github.io/bblocks/registereditems/geo/json-fg/featureCollection/context.jsonld> ;
bblocks:scope <http://www.opengis.net/def/bblocks/scope/geo> ;
bblocks:status <http://www.opengis.net/def/status/stable> .
<https://rob-metalinkage.github.io/ogc.geo.json-fg.featureCollection-lenient> a skos:Concept,
dcat:Dataset,
bblocks:Schema ;
rdfs:label "JSON-FG Feature Collection - Lenient" ;
dct:abstract "A collection of lenient OGC Features and Geometries JSON (JSON-FG) Features, that do not require the \"time\" and \"place\" properties" ;
dct:created "2023-08-08T00:00:00+00:00"^^xsd:dateTime ;
dct:description [ dct:format "application/json" ;
rdfs:isDefinedBy "https://rob-metalinkage.github.io/bblocks/generateddocs/json-full/geo/json-fg/featureCollection-lenient/index.json" ],
[ dct:format "text/html" ;
rdfs:isDefinedBy "https://rob-metalinkage.github.io/bblocks/register/bblock/ogc.geo.json-fg.featureCollection-lenient" ],
[ dct:format "text/markdown" ;
rdfs:isDefinedBy "https://rob-metalinkage.github.io/bblocks/generateddocs/markdown/geo/json-fg/featureCollection-lenient/index.md" ] ;
dct:hasVersion "0.1" ;
dct:modified "2023-08-08"^^xsd:date ;
dct:source <http://docs.ogc.org/per/21-017r1.html> ;
skos:inScheme <https://rob-metalinkage.github.io/bblocks/> ;
bblocks:dependsOn <https://rob-metalinkage.github.io/ogc.geo.features.featureCollection>,
<https://rob-metalinkage.github.io/ogc.geo.json-fg.feature-lenient>,
<https://rob-metalinkage.github.io/ogc.ogc-utils.json-link> ;
bblocks:hasJsonLdContext <https://rob-metalinkage.github.io/bblocks/annotated-schemas/geo/json-fg/featureCollection-lenient/context.jsonld> ;
bblocks:hasSchema <https://rob-metalinkage.github.io/bblocks/annotated-schemas/geo/json-fg/featureCollection-lenient/schema.json>,
<https://rob-metalinkage.github.io/bblocks/annotated-schemas/geo/json-fg/featureCollection-lenient/schema.yaml> ;
bblocks:hasSourceJsonLdContext <https://rob-metalinkage.github.io/bblocks/registereditems/geo/json-fg/featureCollection/context.jsonld> ;
bblocks:scope <http://www.opengis.net/def/bblocks/scope/geo> ;
bblocks:status <http://www.opengis.net/def/status/stable> .
<https://rob-metalinkage.github.io/ogc.geo.json-fg.link-role> a skos:Concept,
dcat:Dataset,
bblocks:Schema ;
rdfs:label "Link with role and target conformance" ;
dct:abstract "A JSON-FG compliant web link with mandatory annotation of link role and optional conformance information to describe target resource. Compliant with profile resource descriptor model." ;
dct:created "2023-08-21T00:00:00+00:00"^^xsd:dateTime ;
dct:description [ dct:format "text/html" ;
rdfs:isDefinedBy "https://rob-metalinkage.github.io/bblocks/register/bblock/ogc.geo.json-fg.link-role" ],
[ dct:format "application/json" ;
rdfs:isDefinedBy "https://rob-metalinkage.github.io/bblocks/generateddocs/json-full/geo/json-fg/link-role/index.json" ],
[ dct:format "text/markdown" ;
rdfs:isDefinedBy "https://rob-metalinkage.github.io/bblocks/generateddocs/markdown/geo/json-fg/link-role/index.md" ] ;
dct:hasVersion "0.1" ;
dct:modified "2023-08-21"^^xsd:date ;
skos:inScheme <https://rob-metalinkage.github.io/bblocks/> ;
dcat:keyword "json-fg",
"link",
"profile" ;
bblocks:dependsOn <https://rob-metalinkage.github.io/ogc.ogc-utils.iri-or-curie>,
<https://rob-metalinkage.github.io/ogc.ogc-utils.json-link> ;
bblocks:hasJsonLdContext <https://rob-metalinkage.github.io/bblocks/annotated-schemas/geo/json-fg/link-role/context.jsonld> ;
bblocks:hasSchema <https://rob-metalinkage.github.io/bblocks/annotated-schemas/geo/json-fg/link-role/schema.json>,
<https://rob-metalinkage.github.io/bblocks/annotated-schemas/geo/json-fg/link-role/schema.yaml> ;
bblocks:hasSourceJsonLdContext <https://rob-metalinkage.github.io/bblocks/registereditems/geo/json-fg/link-role/context.jsonld> ;
bblocks:scope <http://www.opengis.net/def/bblocks/scope/unstable> ;
bblocks:status <http://www.opengis.net/def/status/under-development> .
<https://rob-metalinkage.github.io/ogc.ogc-utils.topology> a skos:Concept,
dcat:Dataset,
bblocks:Schema ;
rdfs:label "Geometry using references" ;
dct:abstract "Demonstration of a schema using coordinates of points, withpout duplication" ;
dct:created "2023-04-05T00:00:00+00:00"^^xsd:dateTime ;
dct:description [ dct:format "text/html" ;
rdfs:isDefinedBy "https://rob-metalinkage.github.io/bblocks/register/bblock/ogc.ogc-utils.topology" ],
[ dct:format "application/json" ;
rdfs:isDefinedBy "https://rob-metalinkage.github.io/bblocks/generateddocs/json-full/ogc-utils/topology/index.json" ],
[ dct:format "text/markdown" ;
rdfs:isDefinedBy "https://rob-metalinkage.github.io/bblocks/generateddocs/markdown/ogc-utils/topology/index.md" ] ;
dct:hasVersion "0.1" ;
dct:modified "2023-05-24"^^xsd:date ;
skos:inScheme <https://rob-metalinkage.github.io/bblocks/> ;
dcat:keyword "3D",
"geometry",
"topology" ;
bblocks:dependsOn <https://rob-metalinkage.github.io/ogc.ogc-utils.iri-or-curie> ;
bblocks:hasJsonLdContext <https://rob-metalinkage.github.io/bblocks/annotated-schemas/ogc-utils/topology/context.jsonld> ;
bblocks:hasSchema <https://rob-metalinkage.github.io/bblocks/annotated-schemas/ogc-utils/topology/schema.json>,
<https://rob-metalinkage.github.io/bblocks/annotated-schemas/ogc-utils/topology/schema.yaml> ;
bblocks:hasSourceJsonLdContext <https://rob-metalinkage.github.io/bblocks/registereditems/ogc-utils/topology/context.jsonld> ;
bblocks:scope <http://www.opengis.net/def/bblocks/scope/unstable> ;
bblocks:status <http://www.opengis.net/def/status/under-development> .
<http://www.opengis.net/doc/IS/ogcapi-features-1/1.0#_response_4> rdfs:label "OGC API - Features, Part 1, 7.13.2: Feature Collections Response" .
<http://www.opengis.net/doc/IS/ogcapi-features-2/1.0#_parameter_bbox_crs> rdfs:label "OGC API - Features, Part 2, 6.3.1: Parameter bbox-crs" .
<https://datatracker.ietf.org/doc/html/rfc7946> rdfs:label "IETF RFC 7946 - The GeoJSON Format" .
<https://docs.ogc.org/is/17-069r3/17-069r3.html#_parameter_bbox> rdfs:label "OGC API - Features, Part 1, 7.15.3: Parameter bbox" .
<https://docs.ogc.org/is/17-069r3/17-069r3.html#_response_5> rdfs:label "OGC API - Features, Part 1, 7.14.2: Feature Collection Response" .
<https://docs.ogc.org/is/17-069r3/17-069r3.html#_response_7> rdfs:label "OGC API - Features, Part 1, 7.16.2: Feature Response" .
<https://rob-metalinkage.github.io/ogc.geo.common.data_types.bounding_box> a skos:Concept,
dcat:Dataset,
bblocks:Schema ;
rdfs:label "Bounding Box" ;
dct:abstract "The bounding box JSON object describes a simple spatial extent of a resource. For OGC API’s this could be a feature, a feature collection or a dataset, but it can be used in any JSON resource that wants to communicate its rough location. The extent is simple in that the bounding box does not describe the precise location and shape of the resource, but provides an axis-aligned approximation of the spatial extent that can be used as an initial test whether two resources are potentially intersecting each other." ;
dct:created "2022-05-24T13:51:38+00:00"^^xsd:dateTime ;
dct:description [ dct:format "text/html" ;
rdfs:isDefinedBy "https://rob-metalinkage.github.io/bblocks/register/bblock/ogc.geo.common.data_types.bounding_box" ],
[ dct:format "application/json" ;
rdfs:isDefinedBy "https://rob-metalinkage.github.io/bblocks/generateddocs/json-full/geo/common/data_types/bounding_box/index.json" ],
[ dct:format "text/markdown" ;
rdfs:isDefinedBy "https://rob-metalinkage.github.io/bblocks/generateddocs/markdown/geo/common/data_types/bounding_box/index.md" ] ;
dct:hasVersion "1.0.1" ;
dct:modified "2023-03-09"^^xsd:date ;
dct:source <http://www.opengis.net/doc/IS/ogcapi-features-1/1.0#_response_4> ;
skos:inScheme <https://rob-metalinkage.github.io/bblocks/> ;
bblocks:hasSchema <https://rob-metalinkage.github.io/bblocks/annotated-schemas/geo/common/data_types/bounding_box/schema.json>,
<https://rob-metalinkage.github.io/bblocks/annotated-schemas/geo/common/data_types/bounding_box/schema.yaml> ;
bblocks:scope <http://www.opengis.net/def/bblocks/scope/geo> ;
bblocks:status <http://www.opengis.net/def/status/stable> .
<https://rob-metalinkage.github.io/ogc.geo.features.geosparqlGeometry> a skos:Concept,
dcat:Dataset,
bblocks:Schema ;
rdfs:label "Mixin for feature with GeoSPARQL geometry" ;
dct:abstract "This schema can be used as a mixin for feature objects to represent their geometry as a literal GeoSPARQL value instead of an RDF resource" ;
dct:created "2024-07-09T10:57:00+00:00"^^xsd:dateTime ;
dct:description [ dct:format "application/json" ;
rdfs:isDefinedBy "https://rob-metalinkage.github.io/bblocks/generateddocs/json-full/geo/features/geosparqlGeometry/index.json" ],
[ dct:format "text/html" ;
rdfs:isDefinedBy "https://rob-metalinkage.github.io/bblocks/register/bblock/ogc.geo.features.geosparqlGeometry" ],
[ dct:format "text/markdown" ;
rdfs:isDefinedBy "https://rob-metalinkage.github.io/bblocks/generateddocs/markdown/geo/features/geosparqlGeometry/index.md" ] ;
dct:hasVersion "1.0" ;
dct:modified "2024-07-09"^^xsd:date ;
skos:inScheme <https://rob-metalinkage.github.io/bblocks/> ;
bblocks:dependsOn <https://rob-metalinkage.github.io/ogc.geo.common.data_types.geojson> ;
bblocks:hasJsonLdContext <https://rob-metalinkage.github.io/bblocks/annotated-schemas/geo/features/geosparqlGeometry/context.jsonld> ;
bblocks:hasSchema <https://rob-metalinkage.github.io/bblocks/annotated-schemas/geo/features/geosparqlGeometry/schema.json>,
<https://rob-metalinkage.github.io/bblocks/annotated-schemas/geo/features/geosparqlGeometry/schema.yaml> ;
bblocks:hasShaclRule <https://rob-metalinkage.github.io/bblocks/registereditems/geo/features/geosparqlGeometry/rules.shacl> ;
bblocks:hasSourceJsonLdContext <https://rob-metalinkage.github.io/bblocks/registereditems/geo/features/geosparqlGeometry/context.jsonld> ;
bblocks:scope <http://www.opengis.net/def/bblocks/scope/geo> ;
bblocks:status <http://www.opengis.net/def/status/stable> .
<https://rob-metalinkage.github.io/ogc.geo.json-fg.feature> a skos:Concept,
dcat:Dataset,
bblocks:Schema ;
rdfs:label "JSON-FG Feature" ;
dct:abstract "A OGC Features and Geometries JSON (JSON-FG) Feature, extending GeoJSON to support a limited set of additional capabilities that are out-of-scope for GeoJSON, but that are important for a variety of use cases involving feature data." ;
dct:created "2023-05-31T14:56:51+00:00"^^xsd:dateTime ;
dct:description [ dct:format "application/json" ;
rdfs:isDefinedBy "https://rob-metalinkage.github.io/bblocks/generateddocs/json-full/geo/json-fg/feature/index.json" ],
[ dct:format "text/html" ;
rdfs:isDefinedBy "https://rob-metalinkage.github.io/bblocks/register/bblock/ogc.geo.json-fg.feature" ],
[ dct:format "text/markdown" ;
rdfs:isDefinedBy "https://rob-metalinkage.github.io/bblocks/generateddocs/markdown/geo/json-fg/feature/index.md" ] ;
dct:hasVersion "0.1" ;
dct:modified "2023-05-31"^^xsd:date ;
dct:source <http://docs.ogc.org/per/21-017r1.html> ;
skos:inScheme <https://rob-metalinkage.github.io/bblocks/> ;
bblocks:dependsOn <https://rob-metalinkage.github.io/ogc.geo.features.feature>,
<https://rob-metalinkage.github.io/ogc.geo.json-fg.time>,
<https://rob-metalinkage.github.io/ogc.ogc-utils.json-link> ;
bblocks:hasJsonLdContext <https://rob-metalinkage.github.io/bblocks/annotated-schemas/geo/json-fg/feature/context.jsonld> ;
bblocks:hasSchema <https://rob-metalinkage.github.io/bblocks/annotated-schemas/geo/json-fg/feature/schema.json>,
<https://rob-metalinkage.github.io/bblocks/annotated-schemas/geo/json-fg/feature/schema.yaml> ;
bblocks:hasSourceJsonLdContext <https://rob-metalinkage.github.io/bblocks/registereditems/geo/json-fg/feature/context.jsonld> ;
bblocks:scope <http://www.opengis.net/def/bblocks/scope/geo> ;
bblocks:status <http://www.opengis.net/def/status/stable> .
<https://www.ietf.org/rfc/rfc3986.txt> rdfs:label "IETF RFC 3986 - Uniform Resource Identifiers (URI): Generic Syntax" .
<https://www.ietf.org/rfc/rfc3987.txt> rdfs:label "IETF RFC 3987 - Internationalized Resource Identifiers (IRIs)" .
<https://www.iso.org/standard/59164.html> rdfs:label "ISO 19101-1:2014 - Geographic information - Reference model - Part 1: Fundamentals" .
<https://www.rfc-editor.org/rfc/rfc8288.txt> rdfs:label "IETF RFC 8288 - Web Linking" .
<https://www.w3.org/TR/curie/> rdfs:label "CURIE Syntax 1.0" .
<https://rob-metalinkage.github.io/ogc.geo.common.data_types.geojson> a skos:Concept,
dcat:Dataset,
bblocks:Schema ;
rdfs:label "GeoJSON" ;
dct:abstract "A GeoJSON object" ;
dct:created "2023-05-24T14:56:51+00:00"^^xsd:dateTime ;
dct:description [ dct:format "application/json" ;
rdfs:isDefinedBy "https://rob-metalinkage.github.io/bblocks/generateddocs/json-full/geo/common/data_types/geojson/index.json" ],
[ dct:format "text/markdown" ;
rdfs:isDefinedBy "https://rob-metalinkage.github.io/bblocks/generateddocs/markdown/geo/common/data_types/geojson/index.md" ],
[ dct:format "text/html" ;
rdfs:isDefinedBy "https://rob-metalinkage.github.io/bblocks/register/bblock/ogc.geo.common.data_types.geojson" ] ;
dct:hasVersion "1.0" ;
dct:modified "2023-05-15"^^xsd:date ;
dct:source <https://datatracker.ietf.org/doc/html/rfc7946> ;
skos:inScheme <https://rob-metalinkage.github.io/bblocks/> ;
bblocks:hasJsonLdContext <https://rob-metalinkage.github.io/bblocks/annotated-schemas/geo/common/data_types/geojson/context.jsonld> ;
bblocks:hasSchema <https://rob-metalinkage.github.io/bblocks/annotated-schemas/geo/common/data_types/geojson/schema.json>,
<https://rob-metalinkage.github.io/bblocks/annotated-schemas/geo/common/data_types/geojson/schema.yaml> ;
bblocks:hasSourceJsonLdContext <https://rob-metalinkage.github.io/bblocks/registereditems/geo/common/data_types/geojson/context.jsonld> ;
bblocks:scope <http://www.opengis.net/def/bblocks/scope/geo> ;
bblocks:status <http://www.opengis.net/def/status/stable> .
<https://rob-metalinkage.github.io/ogc.geo.features.featureCollection> a skos:Concept,
dcat:Dataset,
bblocks:Schema ;
rdfs:label "Feature Collection" ;
dct:abstract "A collection of features." ;
dct:created "2023-06-26T14:56:51+00:00"^^xsd:dateTime ;
dct:description [ dct:format "application/json" ;
rdfs:isDefinedBy "https://rob-metalinkage.github.io/bblocks/generateddocs/json-full/geo/features/featureCollection/index.json" ],
[ dct:format "text/markdown" ;
rdfs:isDefinedBy "https://rob-metalinkage.github.io/bblocks/generateddocs/markdown/geo/features/featureCollection/index.md" ],
[ dct:format "text/html" ;
rdfs:isDefinedBy "https://rob-metalinkage.github.io/bblocks/register/bblock/ogc.geo.features.featureCollection" ] ;
dct:hasVersion "1.0" ;
dct:modified "2023-06-26"^^xsd:date ;
dct:source <https://docs.ogc.org/is/17-069r3/17-069r3.html#_response_5> ;
skos:inScheme <https://rob-metalinkage.github.io/bblocks/> ;
bblocks:dependsOn <https://rob-metalinkage.github.io/ogc.geo.features.feature>,
<https://rob-metalinkage.github.io/ogc.ogc-utils.json-link> ;
bblocks:hasJsonLdContext <https://rob-metalinkage.github.io/bblocks/annotated-schemas/geo/features/featureCollection/context.jsonld> ;
bblocks:hasSchema <https://rob-metalinkage.github.io/bblocks/annotated-schemas/geo/features/featureCollection/schema.json>,
<https://rob-metalinkage.github.io/bblocks/annotated-schemas/geo/features/featureCollection/schema.yaml> ;
bblocks:hasSourceJsonLdContext <https://rob-metalinkage.github.io/bblocks/registereditems/geo/features/feature/context.jsonld> ;
bblocks:scope <http://www.opengis.net/def/bblocks/scope/geo> ;
bblocks:status <http://www.opengis.net/def/status/stable> .
<https://rob-metalinkage.github.io/ogc.geo.json-fg.feature-lenient> a skos:Concept,
dcat:Dataset,
bblocks:Schema ;
rdfs:label "JSON-FG Feature - Lenient" ;
dct:abstract "A OGC Features and Geometries JSON (JSON-FG) Feature that does not require the \"time\" and \"place\" properties." ;
dct:created "2023-08-08T00:00:00+00:00"^^xsd:dateTime ;
dct:description [ dct:format "text/html" ;
rdfs:isDefinedBy "https://rob-metalinkage.github.io/bblocks/register/bblock/ogc.geo.json-fg.feature-lenient" ],
[ dct:format "text/markdown" ;
rdfs:isDefinedBy "https://rob-metalinkage.github.io/bblocks/generateddocs/markdown/geo/json-fg/feature-lenient/index.md" ],
[ dct:format "application/json" ;
rdfs:isDefinedBy "https://rob-metalinkage.github.io/bblocks/generateddocs/json-full/geo/json-fg/feature-lenient/index.json" ] ;
dct:hasVersion "0.1" ;
dct:modified "2023-08-08"^^xsd:date ;
dct:source <http://docs.ogc.org/per/21-017r1.html> ;
skos:inScheme <https://rob-metalinkage.github.io/bblocks/> ;
bblocks:dependsOn <https://rob-metalinkage.github.io/ogc.geo.features.feature>,
<https://rob-metalinkage.github.io/ogc.geo.json-fg.time>,
<https://rob-metalinkage.github.io/ogc.ogc-utils.json-link> ;
bblocks:hasJsonLdContext <https://rob-metalinkage.github.io/bblocks/annotated-schemas/geo/json-fg/feature-lenient/context.jsonld> ;
bblocks:hasSchema <https://rob-metalinkage.github.io/bblocks/annotated-schemas/geo/json-fg/feature-lenient/schema.json>,
<https://rob-metalinkage.github.io/bblocks/annotated-schemas/geo/json-fg/feature-lenient/schema.yaml> ;
bblocks:hasSourceJsonLdContext <https://rob-metalinkage.github.io/bblocks/registereditems/geo/json-fg/feature/context.jsonld> ;
bblocks:scope <http://www.opengis.net/def/bblocks/scope/geo> ;
bblocks:status <http://www.opengis.net/def/status/stable> .
<https://rob-metalinkage.github.io/ogc.geo.json-fg.time> a skos:Concept,
dcat:Dataset,
bblocks:Schema ;
rdfs:label "JSON-FG time member" ;
dct:created "2024-05-28T09:45:00+00:00"^^xsd:dateTime ;
dct:description [ dct:format "text/markdown" ;
rdfs:isDefinedBy "https://rob-metalinkage.github.io/bblocks/generateddocs/markdown/geo/json-fg/time/index.md" ],
[ dct:format "application/json" ;
rdfs:isDefinedBy "https://rob-metalinkage.github.io/bblocks/generateddocs/json-full/geo/json-fg/time/index.json" ],
[ dct:format "text/html" ;
rdfs:isDefinedBy "https://rob-metalinkage.github.io/bblocks/register/bblock/ogc.geo.json-fg.time" ] ;
dct:hasVersion "0.2.2" ;
dct:modified "2024-05-28"^^xsd:date ;
dct:source <http://docs.ogc.org/per/21-017r1.html> ;
skos:inScheme <https://rob-metalinkage.github.io/bblocks/> ;
bblocks:hasJsonLdContext <https://rob-metalinkage.github.io/bblocks/annotated-schemas/geo/json-fg/time/context.jsonld> ;
bblocks:hasSchema <https://rob-metalinkage.github.io/bblocks/annotated-schemas/geo/json-fg/time/schema.json>,
<https://rob-metalinkage.github.io/bblocks/annotated-schemas/geo/json-fg/time/schema.yaml> ;
bblocks:hasSourceJsonLdContext <https://rob-metalinkage.github.io/bblocks/registereditems/geo/json-fg/time/context.jsonld> ;
bblocks:scope <http://www.opengis.net/def/bblocks/scope/geo> ;
bblocks:status <http://www.opengis.net/def/status/stable> .
<https://rob-metalinkage.github.io/ogc.ogc-utils.iri-or-curie> a skos:Concept,
dcat:Dataset,
bblocks:Datatype ;
rdfs:label "IRI or CURIE" ;
dct:abstract "This Building Block defines a data type for a full IRI/URI or a CURIE (with or without a prefix)" ;
dct:created "2023-08-08T00:00:00+00:00"^^xsd:dateTime ;
dct:description [ dct:format "text/html" ;
rdfs:isDefinedBy "https://rob-metalinkage.github.io/bblocks/register/bblock/ogc.ogc-utils.iri-or-curie" ],
[ dct:format "application/json" ;
rdfs:isDefinedBy "https://rob-metalinkage.github.io/bblocks/generateddocs/json-full/ogc-utils/iri-or-curie/index.json" ],
[ dct:format "text/markdown" ;
rdfs:isDefinedBy "https://rob-metalinkage.github.io/bblocks/generateddocs/markdown/ogc-utils/iri-or-curie/index.md" ] ;
dct:hasVersion "1.0" ;
dct:modified "2023-03-09"^^xsd:date ;
dct:source <https://www.ietf.org/rfc/rfc3986.txt>,
<https://www.ietf.org/rfc/rfc3987.txt>,
<https://www.w3.org/TR/curie/> ;
skos:inScheme <https://rob-metalinkage.github.io/bblocks/> ;
bblocks:hasSchema <https://rob-metalinkage.github.io/bblocks/annotated-schemas/ogc-utils/iri-or-curie/schema.json>,
<https://rob-metalinkage.github.io/bblocks/annotated-schemas/ogc-utils/iri-or-curie/schema.yaml> ;
bblocks:scope <http://www.opengis.net/def/bblocks/scope/geo> ;
bblocks:status <http://www.opengis.net/def/status/stable> .
<https://docs.ogc.org/dis/21-056r10/21-056r10.html> rdfs:label "OGC GeoPose 1.0 Data Exchange Draft Standard" .
<https://rob-metalinkage.github.io/ogc.geo.features.feature> a skos:Concept,
dcat:Dataset,
bblocks:Schema ;
rdfs:label "Feature" ;
dct:abstract "A feature. Every feature is a sub-resource of an OGC Collection." ;
dct:created "2023-05-24T14:56:51+00:00"^^xsd:dateTime ;
dct:description [ dct:format "text/html" ;
rdfs:isDefinedBy "https://rob-metalinkage.github.io/bblocks/register/bblock/ogc.geo.features.feature" ],
[ dct:format "text/markdown" ;
rdfs:isDefinedBy "https://rob-metalinkage.github.io/bblocks/generateddocs/markdown/geo/features/feature/index.md" ],
[ dct:format "application/json" ;
rdfs:isDefinedBy "https://rob-metalinkage.github.io/bblocks/generateddocs/json-full/geo/features/feature/index.json" ] ;
dct:hasVersion "1.0" ;
dct:modified "2023-05-15"^^xsd:date ;
dct:source <https://docs.ogc.org/is/17-069r3/17-069r3.html#_response_7>,
<https://www.iso.org/standard/59164.html> ;
skos:inScheme <https://rob-metalinkage.github.io/bblocks/> ;
bblocks:dependsOn <https://rob-metalinkage.github.io/ogc.geo.common.data_types.bounding_box>,
<https://rob-metalinkage.github.io/ogc.geo.common.data_types.geojson>,
<https://rob-metalinkage.github.io/ogc.ogc-utils.json-link> ;
bblocks:hasJsonLdContext <https://rob-metalinkage.github.io/bblocks/annotated-schemas/geo/features/feature/context.jsonld> ;
bblocks:hasSchema <https://rob-metalinkage.github.io/bblocks/annotated-schemas/geo/features/feature/schema.json>,
<https://rob-metalinkage.github.io/bblocks/annotated-schemas/geo/features/feature/schema.yaml> ;
bblocks:hasSourceJsonLdContext <https://rob-metalinkage.github.io/bblocks/registereditems/geo/features/feature/context.jsonld> ;
bblocks:scope <http://www.opengis.net/def/bblocks/scope/geo> ;
bblocks:status <http://www.opengis.net/def/status/stable> .
<http://docs.ogc.org/per/21-017r1.html> rdfs:label "OGC Testbed-17: OGC Features and Geometries JSON Engineering Report" .
<https://rob-metalinkage.github.io/ogc.ogc-utils.json-link> a skos:Concept,
dcat:Dataset,
bblocks:Schema ;
rdfs:label "JSON Link" ;
dct:abstract "Web linking is used to express relationships between resources. The JSON object representation of links described here is used consistently in OGC API’s." ;
dct:created "2022-05-18T15:21:59+00:00"^^xsd:dateTime ;
dct:description [ dct:format "text/markdown" ;
rdfs:isDefinedBy "https://rob-metalinkage.github.io/bblocks/generateddocs/markdown/ogc-utils/json-link/index.md" ],
[ dct:format "application/json" ;
rdfs:isDefinedBy "https://rob-metalinkage.github.io/bblocks/generateddocs/json-full/ogc-utils/json-link/index.json" ],
[ dct:format "text/html" ;
rdfs:isDefinedBy "https://rob-metalinkage.github.io/bblocks/register/bblock/ogc.ogc-utils.json-link" ] ;
dct:hasVersion "0.1" ;
dct:modified "2022-05-18"^^xsd:date ;
dct:source <https://www.rfc-editor.org/rfc/rfc8288.txt> ;
skos:inScheme <https://rob-metalinkage.github.io/bblocks/> ;
bblocks:hasJsonLdContext <https://rob-metalinkage.github.io/bblocks/annotated-schemas/ogc-utils/json-link/context.jsonld> ;
bblocks:hasSchema <https://rob-metalinkage.github.io/bblocks/annotated-schemas/ogc-utils/json-link/schema.json>,
<https://rob-metalinkage.github.io/bblocks/annotated-schemas/ogc-utils/json-link/schema.yaml> ;
bblocks:hasSourceJsonLdContext <https://rob-metalinkage.github.io/bblocks/registereditems/ogc-utils/json-link/context.jsonld> ;
bblocks:scope <http://www.opengis.net/def/bblocks/scope/ogc-utils> ;
bblocks:status <http://www.opengis.net/def/status/stable> .
<https://rob-metalinkage.github.io/bblocks/> a skos:ConceptScheme,
dcat:Catalog ;
rdfs:label "Building Blocks - OGC Main" ;
dct:description """
The OGC Building Blocks register provides an overview of a series of building blocks managed by the OGC community through a variety of processes:
- formal standards publication processes the Standards Working Groups
- agreements with other standards bodies (eg. ISO)
- community hosted examples of re-use (profiles and extensions of OGC standards)
- informal "incubator" processes where more than one project needs a solution, and appropriate SWG scope is yet to be determined
![](https://lucid.app/publicSegments/view/9d075f82-8611-4f32-83eb-994143669cc8/image.png)
Notes:
1. Policies are in preparation for naming and governance of these sub-registers, and this is subject to change pending adoption of such policies.
1. Building Block identification will be designed to support transition between governance domains without change using symbolic references.
1. A formal definition of Building Blocks and the level of "granularity" they represent with respect to the OGC Modular Specification is TBD.
""" ;
skos:prefLabel "Building Blocks - OGC Main" ;
bblocks:hasValidationReport <https://rob-metalinkage.github.io/bblocks/tests/report.html> .
[] a prov:Activity ;
prov:endedAtTime "2024-12-01T04:29:31.052599"^^xsd:dateTime ;
prov:startedAtTime "2024-12-01T04:29:30.952604"^^xsd:dateTime ;
prov:used [ a prov:Entity ;
dct:format "application/yaml" ;
rdfs:seeAlso <file:///src/ogc/bblocks/register-context.yaml> ],
[ a prov:Entity ;
dct:format "application/json" ;
dct:hasVersion "git:05e80637ed14c414ab73b5096b0b9306e1efce99" ;
rdfs:seeAlso <https://rob-metalinkage.github.io/bblocks/register.json> ] ;
prov:wasAssociatedWith [ a prov:Agent,
schema:SoftwareApplication ;
rdfs:label "OGC-NA tools" ;
dct:hasVersion "0.3.55" ;
rdfs:seeAlso <https://github.com/opengeospatial/ogc-na-tools> ] .