Skip to content

Commit

Permalink
Building blocks postprocessing
Browse files Browse the repository at this point in the history
  • Loading branch information
avillar committed Aug 25, 2024
1 parent 63275bc commit 62b8243
Show file tree
Hide file tree
Showing 237 changed files with 4,482 additions and 1,264 deletions.
31 changes: 15 additions & 16 deletions bblocks.jsonld
Original file line number Diff line number Diff line change
Expand Up @@ -106,20 +106,19 @@
"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-08-18T04:08:06.848365",
"modified": "2024-08-25T04:07:12.035852",
"tooling": {
"bblocks-postprocess": {
"commitId": "\"5ce42fc8f0c7c2cd010ceeabe2fd70a23f1ee2b0",
"shortCommitId": "\"5ce42f",
"date": "2024-08-15T07:14:25+00:00\""
"commitId": "\"620914fd000dd7256ed3a733927e9a6948b558b6",
"shortCommitId": "\"620914",
"date": "2024-08-22T11:42:38+00:00\""
}
},
"gitRepository": "https://github.com/opengeospatial/bblocks",
"gitHubRepository": "https://github.com/opengeospatial/bblocks/blob/master/",
"baseURL": "https://opengeospatial.github.io/bblocks/",
"viewerURL": "https://opengeospatial.github.io/bblocks/register/",
"validationReport": "https://opengeospatial.github.io/bblocks/tests/report.html",
"imports": [],
"@type": [
"skos:ConceptScheme",
"dcat:Catalog"
Expand Down Expand Up @@ -164,7 +163,7 @@
},
"sourceSchema": "https://opengeospatial.github.io/bblocks/registereditems/geo/common/data_types/bounding_box/schema.yaml",
"sourceFiles": "https://opengeospatial.github.io/bblocks/registereditems/geo/common/data_types/bounding_box/",
"validationPassed": true,
"validationPassed": false,
"testOutputs": "https://github.com/opengeospatial/bblocks/blob/master/tests/geo/common/data_types/bounding_box/",
"documentation": {
"markdown": {
Expand Down Expand Up @@ -612,7 +611,7 @@
},
"sourceSchema": "https://opengeospatial.github.io/bblocks/registereditems/ogc-utils/iri-or-curie/schema.yaml",
"sourceFiles": "https://opengeospatial.github.io/bblocks/registereditems/ogc-utils/iri-or-curie/",
"validationPassed": true,
"validationPassed": false,
"testOutputs": "https://github.com/opengeospatial/bblocks/blob/master/tests/ogc-utils/iri-or-curie/",
"documentation": {
"markdown": {
Expand Down Expand Up @@ -660,8 +659,8 @@
"shaclRules": {},
"dependsOn": [
"ogc.geo.common.data_types.geojson",
"ogc.geo.common.data_types.bounding_box",
"ogc.ogc-utils.json-link"
"ogc.ogc-utils.json-link",
"ogc.geo.common.data_types.bounding_box"
],
"ldContext": "https://opengeospatial.github.io/bblocks/annotated-schemas/geo/features/feature/context.jsonld",
"schema": {
Expand Down Expand Up @@ -873,9 +872,9 @@
"group": "JSON-FG",
"shaclRules": {},
"dependsOn": [
"ogc.geo.json-fg.time",
"ogc.ogc-utils.json-link",
"ogc.geo.features.feature",
"ogc.geo.json-fg.time"
"ogc.geo.features.feature"
],
"ldContext": "https://opengeospatial.github.io/bblocks/annotated-schemas/geo/json-fg/feature/context.jsonld",
"schema": {
Expand Down Expand Up @@ -932,8 +931,8 @@
"shaclRules": {},
"dependsOn": [
"ogc.ogc-utils.json-link",
"ogc.geo.features.feature",
"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 @@ -985,8 +984,8 @@
"shaclRules": {},
"dependsOn": [
"ogc.ogc-utils.json-link",
"ogc.geo.features.featureCollection",
"ogc.geo.json-fg.feature"
"ogc.geo.json-fg.feature",
"ogc.geo.features.featureCollection"
],
"ldContext": "https://opengeospatial.github.io/bblocks/annotated-schemas/geo/json-fg/featureCollection/context.jsonld",
"schema": {
Expand Down Expand Up @@ -1042,8 +1041,8 @@
"group": "JSON-FG",
"shaclRules": {},
"dependsOn": [
"ogc.ogc-utils.json-link",
"ogc.geo.json-fg.feature-lenient",
"ogc.ogc-utils.json-link",
"ogc.geo.features.featureCollection"
],
"schema": {
Expand Down
Loading

0 comments on commit 62b8243

Please sign in to comment.