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 13, 2024
1 parent 59f453e commit 0f17e1a
Show file tree
Hide file tree
Showing 148 changed files with 259 additions and 259 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-10-06T04:08:36.787795",
"modified": "2024-10-13T04:08:05.603016",
"tooling": {
"bblocks-postprocess": {
"commitId": "\"5d47077eb2f3255708fae570e734806772b94223",
"shortCommitId": "\"5d4707",
"date": "2024-10-03T10:26:09+00:00\""
"date": "2024-10-09T10:07:50+00:00\""
}
},
"gitRepository": "https://github.com/opengeospatial/bblocks",
Expand Down Expand Up @@ -658,9 +658,9 @@
"group": "Common",
"shaclRules": {},
"dependsOn": [
"ogc.ogc-utils.json-link",
"ogc.geo.common.data_types.bounding_box",
"ogc.geo.common.data_types.geojson",
"ogc.ogc-utils.json-link"
"ogc.geo.common.data_types.geojson"
],
"ldContext": "https://opengeospatial.github.io/bblocks/annotated-schemas/geo/features/feature/context.jsonld",
"schema": {
Expand Down Expand Up @@ -712,8 +712,8 @@
],
"shaclRules": {},
"dependsOn": [
"ogc.ogc-utils.iri-or-curie",
"ogc.ogc-utils.json-link"
"ogc.ogc-utils.json-link",
"ogc.ogc-utils.iri-or-curie"
],
"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.geo.features.feature",
"ogc.ogc-utils.json-link"
"ogc.ogc-utils.json-link",
"ogc.geo.features.feature"
],
"schema": {
"application/yaml": "https://opengeospatial.github.io/bblocks/annotated-schemas/geo/features/featureCollection/schema.yaml",
Expand Down Expand Up @@ -872,9 +872,9 @@
"group": "JSON-FG",
"shaclRules": {},
"dependsOn": [
"ogc.ogc-utils.json-link",
"ogc.geo.json-fg.time",
"ogc.geo.features.feature",
"ogc.ogc-utils.json-link"
"ogc.geo.features.feature"
],
"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.features.feature",
"ogc.ogc-utils.json-link",
"ogc.geo.json-fg.time"
"ogc.geo.json-fg.time",
"ogc.geo.features.feature"
],
"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.geo.features.featureCollection",
"ogc.ogc-utils.json-link"
"ogc.ogc-utils.json-link",
"ogc.geo.features.featureCollection"
],
"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.ogc-utils.json-link"
"ogc.geo.json-fg.feature-lenient"
],
"schema": {
"application/yaml": "https://opengeospatial.github.io/bblocks/annotated-schemas/geo/json-fg/featureCollection-lenient/schema.yaml",
Expand Down
Loading

0 comments on commit 0f17e1a

Please sign in to comment.