Skip to content

Commit a3f3b74

Browse files
Building blocks postprocessing
1 parent 28538ff commit a3f3b74

File tree

176 files changed

+341
-341
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

176 files changed

+341
-341
lines changed

bblocks.jsonld

+14-14
Original file line numberDiff line numberDiff line change
@@ -106,12 +106,12 @@
106106
"name": "Building Blocks - OGC Main",
107107
"description": "\nThe OGC Building Blocks register provides an overview of a series of building blocks managed by the OGC community through a variety of processes:\n\n- formal standards publication processes the Standards Working Groups\n- agreements with other standards bodies (eg. ISO)\n- community hosted examples of re-use (profiles and extensions of OGC standards)\n- informal \"incubator\" processes where more than one project needs a solution, and appropriate SWG scope is yet to be determined\n\n![](https://lucid.app/publicSegments/view/9d075f82-8611-4f32-83eb-994143669cc8/image.png)\n\n\nNotes:\n\n1. Policies are in preparation for naming and governance of these sub-registers, and this is subject to change pending adoption of such policies.\n1. Building Block identification will be designed to support transition between governance domains without change using symbolic references.\n1. A formal definition of Building Blocks and the level of \"granularity\" they represent with respect to the OGC Modular Specification is TBD.\n",
108108
"sparqlEndpoint": "https://defs-dev.opengis.net/fuseki/query",
109-
"modified": "2024-09-29T04:25:52.931007",
109+
"modified": "2024-10-06T04:26:06.144005",
110110
"tooling": {
111111
"bblocks-postprocess": {
112-
"commitId": "\"f1a8c865a6f74d7aab5b490dcb38aac62ea5a5d7",
113-
"shortCommitId": "\"f1a8c8",
114-
"date": "2024-09-16T11:40:42+00:00\""
112+
"commitId": "\"5d47077eb2f3255708fae570e734806772b94223",
113+
"shortCommitId": "\"5d4707",
114+
"date": "2024-10-03T10:26:09+00:00\""
115115
}
116116
},
117117
"gitRepository": "https://github.com/rob-metalinkage/bblocks",
@@ -763,8 +763,8 @@
763763
],
764764
"shaclRules": {},
765765
"dependsOn": [
766-
"ogc.ogc-utils.iri-or-curie",
767-
"ogc.ogc-utils.json-link"
766+
"ogc.ogc-utils.json-link",
767+
"ogc.ogc-utils.iri-or-curie"
768768
],
769769
"ldContext": "https://rob-metalinkage.github.io/bblocks/annotated-schemas/geo/json-fg/link-role/context.jsonld",
770770
"schema": {
@@ -923,9 +923,9 @@
923923
"group": "JSON-FG",
924924
"shaclRules": {},
925925
"dependsOn": [
926-
"ogc.geo.json-fg.time",
927926
"ogc.geo.features.feature",
928-
"ogc.ogc-utils.json-link"
927+
"ogc.ogc-utils.json-link",
928+
"ogc.geo.json-fg.time"
929929
],
930930
"ldContext": "https://rob-metalinkage.github.io/bblocks/annotated-schemas/geo/json-fg/feature/context.jsonld",
931931
"schema": {
@@ -981,9 +981,9 @@
981981
"group": "JSON-FG",
982982
"shaclRules": {},
983983
"dependsOn": [
984-
"ogc.geo.json-fg.time",
985984
"ogc.geo.features.feature",
986-
"ogc.ogc-utils.json-link"
985+
"ogc.ogc-utils.json-link",
986+
"ogc.geo.json-fg.time"
987987
],
988988
"schema": {
989989
"application/yaml": "https://rob-metalinkage.github.io/bblocks/annotated-schemas/geo/json-fg/feature-lenient/schema.yaml",
@@ -1033,9 +1033,9 @@
10331033
"group": "JSON-FG",
10341034
"shaclRules": {},
10351035
"dependsOn": [
1036-
"ogc.geo.json-fg.feature",
1036+
"ogc.ogc-utils.json-link",
10371037
"ogc.geo.features.featureCollection",
1038-
"ogc.ogc-utils.json-link"
1038+
"ogc.geo.json-fg.feature"
10391039
],
10401040
"ldContext": "https://rob-metalinkage.github.io/bblocks/annotated-schemas/geo/json-fg/featureCollection/context.jsonld",
10411041
"schema": {
@@ -1151,9 +1151,9 @@
11511151
"group": "JSON-FG",
11521152
"shaclRules": {},
11531153
"dependsOn": [
1154-
"ogc.geo.json-fg.feature-lenient",
1154+
"ogc.ogc-utils.json-link",
11551155
"ogc.geo.features.featureCollection",
1156-
"ogc.ogc-utils.json-link"
1156+
"ogc.geo.json-fg.feature-lenient"
11571157
],
11581158
"schema": {
11591159
"application/yaml": "https://rob-metalinkage.github.io/bblocks/annotated-schemas/geo/json-fg/featureCollection-lenient/schema.yaml",

bblocks.ttl

+57-57
Large diffs are not rendered by default.

generateddocs/json-full/geo/features/feature/index.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
},
5555
{
5656
"language": "jsonld",
57-
"code": "{\n \"id\": \"f1\",\n \"type\": \"Feature\",\n \"geometry\": {\n \"type\": \"Point\",\n \"coordinates\": [\n 174.7501603083,\n -36.9307359096\n ]\n },\n \"properties\": {\n \"comment\": \"An attribute value\"\n },\n \"@context\": \"https://rob-metalinkage.github.io/bblocks/annotated-schemas/geo/features/feature/context.jsonld\"\n}",
57+
"code": "{\n \"@context\": \"https://rob-metalinkage.github.io/bblocks/annotated-schemas/geo/features/feature/context.jsonld\",\n \"id\": \"f1\",\n \"type\": \"Feature\",\n \"geometry\": {\n \"type\": \"Point\",\n \"coordinates\": [\n 174.7501603083,\n -36.9307359096\n ]\n },\n \"properties\": {\n \"comment\": \"An attribute value\"\n }\n}",
5858
"url": "https://rob-metalinkage.github.io/bblocks/tests/geo/features/feature/example_1_1.jsonld"
5959
},
6060
{

generateddocs/json-full/geo/features/geosparqlGeometry/index.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
},
4444
{
4545
"language": "jsonld",
46-
"code": "{\n \"id\": \"f1\",\n \"type\": \"Feature\",\n \"geometry\": {\n \"type\": \"Point\",\n \"coordinates\": [\n 174.7501603083,\n -36.9307359096\n ]\n },\n \"properties\": {\n \"comment\": \"An attribute value\"\n },\n \"@context\": \"https://rob-metalinkage.github.io/bblocks/annotated-schemas/geo/features/geosparqlGeometry/context.jsonld\"\n}",
46+
"code": "{\n \"@context\": \"https://rob-metalinkage.github.io/bblocks/annotated-schemas/geo/features/geosparqlGeometry/context.jsonld\",\n \"id\": \"f1\",\n \"type\": \"Feature\",\n \"geometry\": {\n \"type\": \"Point\",\n \"coordinates\": [\n 174.7501603083,\n -36.9307359096\n ]\n },\n \"properties\": {\n \"comment\": \"An attribute value\"\n }\n}",
4747
"url": "https://rob-metalinkage.github.io/bblocks/tests/geo/features/geosparqlGeometry/example_1_1.jsonld"
4848
},
4949
{
@@ -64,7 +64,7 @@
6464
},
6565
{
6666
"language": "jsonld",
67-
"code": "{\n \"type\": \"Hospital\",\n \"geometry\": {\n \"coordinates\": [\n [\n [\n -3.911628540272403,\n 43.651451755119155\n ],\n [\n -4.151550411746342,\n 43.431113348164445\n ],\n [\n -4.007817057797524,\n 43.198127563783316\n ],\n [\n -3.5760153469796023,\n 43.29143725429333\n ],\n [\n -3.455852048155407,\n 43.63987947818879\n ],\n [\n -3.911628540272403,\n 43.651451755119155\n ]\n ]\n ],\n \"type\": \"Polygon\"\n },\n \"@context\": \"https://rob-metalinkage.github.io/bblocks/annotated-schemas/geo/features/geosparqlGeometry/context.jsonld\"\n}",
67+
"code": "{\n \"@context\": \"https://rob-metalinkage.github.io/bblocks/annotated-schemas/geo/features/geosparqlGeometry/context.jsonld\",\n \"type\": \"Hospital\",\n \"geometry\": {\n \"coordinates\": [\n [\n [\n -3.911628540272403,\n 43.651451755119155\n ],\n [\n -4.151550411746342,\n 43.431113348164445\n ],\n [\n -4.007817057797524,\n 43.198127563783316\n ],\n [\n -3.5760153469796023,\n 43.29143725429333\n ],\n [\n -3.455852048155407,\n 43.63987947818879\n ],\n [\n -3.911628540272403,\n 43.651451755119155\n ]\n ]\n ],\n \"type\": \"Polygon\"\n }\n}",
6868
"url": "https://rob-metalinkage.github.io/bblocks/tests/geo/features/geosparqlGeometry/example_2_1.jsonld"
6969
},
7070
{

generateddocs/json-full/geo/geopose/basic/ypr/index.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
},
4343
{
4444
"language": "jsonld",
45-
"code": "{\n \"position\": {\n \"lat\": 47.7,\n \"lon\": -122.3,\n \"h\": 11.5\n },\n \"angles\": {\n \"yaw\": 5.514456741060452,\n \"pitch\": -0.43610515937237904,\n \"roll\": 0.0\n },\n \"@context\": \"https://rob-metalinkage.github.io/bblocks/annotated-schemas/geo/geopose/basic/ypr/context.jsonld\"\n}",
45+
"code": "{\n \"@context\": \"https://rob-metalinkage.github.io/bblocks/annotated-schemas/geo/geopose/basic/ypr/context.jsonld\",\n \"position\": {\n \"lat\": 47.7,\n \"lon\": -122.3,\n \"h\": 11.5\n },\n \"angles\": {\n \"yaw\": 5.514456741060452,\n \"pitch\": -0.43610515937237904,\n \"roll\": 0.0\n }\n}",
4646
"url": "https://rob-metalinkage.github.io/bblocks/tests/geo/geopose/basic/ypr/example_1_1.jsonld"
4747
},
4848
{
@@ -61,7 +61,7 @@
6161
},
6262
{
6363
"language": "jsonld",
64-
"code": "{\n \"position\": {\n \"lat\": 47.7,\n \"lon\": -122.3,\n \"h\": 11.5\n },\n \"angles\": {\n \"yaw\": 5.518671098486835,\n \"pitch\": -0.4381464123477409,\n \"roll\": 0.0\n },\n \"@context\": \"https://rob-metalinkage.github.io/bblocks/annotated-schemas/geo/geopose/basic/ypr/context.jsonld\"\n}",
64+
"code": "{\n \"@context\": \"https://rob-metalinkage.github.io/bblocks/annotated-schemas/geo/geopose/basic/ypr/context.jsonld\",\n \"position\": {\n \"lat\": 47.7,\n \"lon\": -122.3,\n \"h\": 11.5\n },\n \"angles\": {\n \"yaw\": 5.518671098486835,\n \"pitch\": -0.4381464123477409,\n \"roll\": 0.0\n }\n}",
6565
"url": "https://rob-metalinkage.github.io/bblocks/tests/geo/geopose/basic/ypr/example_2_1.jsonld"
6666
},
6767
{
@@ -80,7 +80,7 @@
8080
},
8181
{
8282
"language": "jsonld",
83-
"code": "{\n \"position\": {\n \"lat\": 47.7,\n \"lon\": -122.3,\n \"h\": 11.5\n },\n \"angles\": {\n \"yaw\": 5.522894747595089,\n \"pitch\": -0.4401787262476278,\n \"roll\": 0.0\n },\n \"@context\": \"https://rob-metalinkage.github.io/bblocks/annotated-schemas/geo/geopose/basic/ypr/context.jsonld\"\n}",
83+
"code": "{\n \"@context\": \"https://rob-metalinkage.github.io/bblocks/annotated-schemas/geo/geopose/basic/ypr/context.jsonld\",\n \"position\": {\n \"lat\": 47.7,\n \"lon\": -122.3,\n \"h\": 11.5\n },\n \"angles\": {\n \"yaw\": 5.522894747595089,\n \"pitch\": -0.4401787262476278,\n \"roll\": 0.0\n }\n}",
8484
"url": "https://rob-metalinkage.github.io/bblocks/tests/geo/geopose/basic/ypr/example_3_1.jsonld"
8585
},
8686
{
@@ -99,7 +99,7 @@
9999
},
100100
{
101101
"language": "jsonld",
102-
"code": "{\n \"position\": {\n \"lat\": 47.7,\n \"lon\": -122.3,\n \"h\": 11.5\n },\n \"angles\": {\n \"yaw\": 5.527127708845192,\n \"pitch\": -0.44220204512692407,\n \"roll\": 0.0\n },\n \"@context\": \"https://rob-metalinkage.github.io/bblocks/annotated-schemas/geo/geopose/basic/ypr/context.jsonld\"\n}",
102+
"code": "{\n \"@context\": \"https://rob-metalinkage.github.io/bblocks/annotated-schemas/geo/geopose/basic/ypr/context.jsonld\",\n \"position\": {\n \"lat\": 47.7,\n \"lon\": -122.3,\n \"h\": 11.5\n },\n \"angles\": {\n \"yaw\": 5.527127708845192,\n \"pitch\": -0.44220204512692407,\n \"roll\": 0.0\n }\n}",
103103
"url": "https://rob-metalinkage.github.io/bblocks/tests/geo/geopose/basic/ypr/example_4_1.jsonld"
104104
},
105105
{

0 commit comments

Comments
 (0)