Skip to content

Commit

Permalink
Building blocks postprocessing
Browse files Browse the repository at this point in the history
  • Loading branch information
avillar committed Oct 6, 2024
1 parent 2137fef commit 59f453e
Show file tree
Hide file tree
Showing 174 changed files with 343 additions and 343 deletions.
32 changes: 16 additions & 16 deletions bblocks.jsonld
Original file line number Diff line number Diff line change
Expand Up @@ -106,12 +106,12 @@
"name": "Building Blocks - OGC Main",
"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",
"sparqlEndpoint": "https://defs-dev.opengis.net/fuseki/query",
"modified": "2024-09-29T04:08:22.317658",
"modified": "2024-10-06T04:08:36.787795",
"tooling": {
"bblocks-postprocess": {
"commitId": "\"f1a8c865a6f74d7aab5b490dcb38aac62ea5a5d7",
"shortCommitId": "\"f1a8c8",
"date": "2024-09-16T11:40:42+00:00\""
"commitId": "\"5d47077eb2f3255708fae570e734806772b94223",
"shortCommitId": "\"5d4707",
"date": "2024-10-03T10:26:09+00:00\""
}
},
"gitRepository": "https://github.com/opengeospatial/bblocks",
Expand Down Expand Up @@ -712,8 +712,8 @@
],
"shaclRules": {},
"dependsOn": [
"ogc.ogc-utils.json-link",
"ogc.ogc-utils.iri-or-curie"
"ogc.ogc-utils.iri-or-curie",
"ogc.ogc-utils.json-link"
],
"ldContext": "https://opengeospatial.github.io/bblocks/annotated-schemas/geo/json-fg/link-role/context.jsonld",
"schema": {
Expand Down Expand Up @@ -820,8 +820,8 @@
"group": "Common",
"shaclRules": {},
"dependsOn": [
"ogc.ogc-utils.json-link",
"ogc.geo.features.feature"
"ogc.geo.features.feature",
"ogc.ogc-utils.json-link"
],
"schema": {
"application/yaml": "https://opengeospatial.github.io/bblocks/annotated-schemas/geo/features/featureCollection/schema.yaml",
Expand Down Expand Up @@ -873,8 +873,8 @@
"shaclRules": {},
"dependsOn": [
"ogc.geo.json-fg.time",
"ogc.ogc-utils.json-link",
"ogc.geo.features.feature"
"ogc.geo.features.feature",
"ogc.ogc-utils.json-link"
],
"ldContext": "https://opengeospatial.github.io/bblocks/annotated-schemas/geo/json-fg/feature/context.jsonld",
"schema": {
Expand Down Expand Up @@ -930,9 +930,9 @@
"group": "JSON-FG",
"shaclRules": {},
"dependsOn": [
"ogc.geo.json-fg.time",
"ogc.geo.features.feature",
"ogc.ogc-utils.json-link",
"ogc.geo.features.feature"
"ogc.geo.json-fg.time"
],
"schema": {
"application/yaml": "https://opengeospatial.github.io/bblocks/annotated-schemas/geo/json-fg/feature-lenient/schema.yaml",
Expand Down Expand Up @@ -984,8 +984,8 @@
"shaclRules": {},
"dependsOn": [
"ogc.geo.json-fg.feature",
"ogc.ogc-utils.json-link",
"ogc.geo.features.featureCollection"
"ogc.geo.features.featureCollection",
"ogc.ogc-utils.json-link"
],
"ldContext": "https://opengeospatial.github.io/bblocks/annotated-schemas/geo/json-fg/featureCollection/context.jsonld",
"schema": {
Expand Down Expand Up @@ -1041,9 +1041,9 @@
"group": "JSON-FG",
"shaclRules": {},
"dependsOn": [
"ogc.ogc-utils.json-link",
"ogc.geo.features.featureCollection",
"ogc.geo.json-fg.feature-lenient"
"ogc.geo.json-fg.feature-lenient",
"ogc.ogc-utils.json-link"
],
"schema": {
"application/yaml": "https://opengeospatial.github.io/bblocks/annotated-schemas/geo/json-fg/featureCollection-lenient/schema.yaml",
Expand Down
114 changes: 57 additions & 57 deletions bblocks.ttl

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion generateddocs/json-full/geo/features/feature/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
},
{
"language": "jsonld",
"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://opengeospatial.github.io/bblocks/annotated-schemas/geo/features/feature/context.jsonld\"\n}",
"code": "{\n \"@context\": \"https://opengeospatial.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}",
"url": "https://opengeospatial.github.io/bblocks/tests/geo/features/feature/example_1_1.jsonld"
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
"group": "Common",
"shaclRules": {},
"dependsOn": [
"ogc.ogc-utils.json-link",
"ogc.geo.features.feature"
"ogc.geo.features.feature",
"ogc.ogc-utils.json-link"
],
"schema": {
"application/yaml": "https://opengeospatial.github.io/bblocks/annotated-schemas/geo/features/featureCollection/schema.yaml",
Expand Down
8 changes: 4 additions & 4 deletions generateddocs/json-full/geo/geopose/basic/ypr/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
},
{
"language": "jsonld",
"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://opengeospatial.github.io/bblocks/annotated-schemas/geo/geopose/basic/ypr/context.jsonld\"\n}",
"code": "{\n \"@context\": \"https://opengeospatial.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}",
"url": "https://opengeospatial.github.io/bblocks/tests/geo/geopose/basic/ypr/example_1_1.jsonld"
},
{
Expand All @@ -61,7 +61,7 @@
},
{
"language": "jsonld",
"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://opengeospatial.github.io/bblocks/annotated-schemas/geo/geopose/basic/ypr/context.jsonld\"\n}",
"code": "{\n \"@context\": \"https://opengeospatial.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}",
"url": "https://opengeospatial.github.io/bblocks/tests/geo/geopose/basic/ypr/example_2_1.jsonld"
},
{
Expand All @@ -80,7 +80,7 @@
},
{
"language": "jsonld",
"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://opengeospatial.github.io/bblocks/annotated-schemas/geo/geopose/basic/ypr/context.jsonld\"\n}",
"code": "{\n \"@context\": \"https://opengeospatial.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}",
"url": "https://opengeospatial.github.io/bblocks/tests/geo/geopose/basic/ypr/example_3_1.jsonld"
},
{
Expand All @@ -99,7 +99,7 @@
},
{
"language": "jsonld",
"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://opengeospatial.github.io/bblocks/annotated-schemas/geo/geopose/basic/ypr/context.jsonld\"\n}",
"code": "{\n \"@context\": \"https://opengeospatial.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}",
"url": "https://opengeospatial.github.io/bblocks/tests/geo/geopose/basic/ypr/example_4_1.jsonld"
},
{
Expand Down
Loading

0 comments on commit 59f453e

Please sign in to comment.