Skip to content

Commit

Permalink
Building blocks postprocessing
Browse files Browse the repository at this point in the history
  • Loading branch information
rob-metalinkage committed Sep 15, 2024
1 parent 6ea29fc commit c5def16
Show file tree
Hide file tree
Showing 146 changed files with 235 additions and 235 deletions.
18 changes: 9 additions & 9 deletions bblocks.jsonld
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
"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-08T04:24:50.382746",
"modified": "2024-09-15T04:25:19.998645",
"tooling": {
"bblocks-postprocess": {
"commitId": "\"34b61f9a9f65e036163cb351828202cc5af9f964",
Expand Down Expand Up @@ -709,9 +709,9 @@
"group": "Common",
"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.geojson"
],
"ldContext": "https://rob-metalinkage.github.io/bblocks/annotated-schemas/geo/features/feature/context.jsonld",
"schema": {
Expand Down Expand Up @@ -1033,9 +1033,9 @@
"group": "JSON-FG",
"shaclRules": {},
"dependsOn": [
"ogc.geo.features.featureCollection",
"ogc.geo.json-fg.feature",
"ogc.ogc-utils.json-link"
"ogc.ogc-utils.json-link",
"ogc.geo.features.featureCollection"
],
"ldContext": "https://rob-metalinkage.github.io/bblocks/annotated-schemas/geo/json-fg/featureCollection/context.jsonld",
"schema": {
Expand Down Expand Up @@ -1095,8 +1095,8 @@
]
},
"dependsOn": [
"ogc.geo.json-fg.feature-lenient",
"ogc.geo.features.geosparqlGeometry"
"ogc.geo.features.geosparqlGeometry",
"ogc.geo.json-fg.feature-lenient"
],
"schema": {
"application/yaml": "https://rob-metalinkage.github.io/bblocks/annotated-schemas/geo/json-fg/feature-lenient-geosparql-geometry/schema.yaml",
Expand Down Expand Up @@ -1151,9 +1151,9 @@
"group": "JSON-FG",
"shaclRules": {},
"dependsOn": [
"ogc.geo.features.featureCollection",
"ogc.geo.json-fg.feature-lenient",
"ogc.ogc-utils.json-link"
"ogc.ogc-utils.json-link",
"ogc.geo.features.featureCollection"
],
"schema": {
"application/yaml": "https://rob-metalinkage.github.io/bblocks/annotated-schemas/geo/json-fg/featureCollection-lenient/schema.yaml",
Expand Down
116 changes: 58 additions & 58 deletions bblocks.ttl

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions generateddocs/json-full/geo/features/feature/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
"group": "Common",
"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.geojson"
],
"ldContext": "https://rob-metalinkage.github.io/bblocks/annotated-schemas/geo/features/feature/context.jsonld",
"schema": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
]
},
"dependsOn": [
"ogc.geo.json-fg.feature-lenient",
"ogc.geo.features.geosparqlGeometry"
"ogc.geo.features.geosparqlGeometry",
"ogc.geo.json-fg.feature-lenient"
],
"schema": {
"application/yaml": "https://rob-metalinkage.github.io/bblocks/annotated-schemas/geo/json-fg/feature-lenient-geosparql-geometry/schema.yaml",
Expand Down
2 changes: 1 addition & 1 deletion generateddocs/json-full/geo/json-fg/feature/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
},
{
"language": "ttl",
"code": "@prefix dcterms: <http://purl.org/dc/terms/> .\n@prefix geo: <http://www.opengis.net/ont/geosparql#> .\n@prefix geojson: <https://purl.org/geojson/vocab#> .\n@prefix ns1: <http://www.opengis.net/def/glossary/term/> .\n@prefix ns2: <http://www.iana.org/assignments/> .\n@prefix oa: <http://www.w3.org/ns/oa#> .\n@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .\n@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .\n@prefix time: <http://www.w3.org/2006/time#> .\n\n<https://example.com/json-fg/DENW19AL0000giv5BL> a <app:building>,\n geojson:Feature ;\n dcterms:spatial [ a <https://example.com/json-fg/Polyhedron> ] ;\n dcterms:time [ time:hasTime ( \"2014-04-24T10:50:18Z\" \"..\" ) ] ;\n ns1:CoordinateReferenceSystemCRS \"http://www.opengis.net/def/crs/EPSG/0/5555\" ;\n geo:hasGeometry \"{\\\"coordinates\\\":[[[8.7092045,51.5035285,100],[8.7093128,51.503457,100],[8.7093919,51.503503,100],[8.7092837,51.5035747,100],[8.7092045,51.5035285,100]]],\\\"type\\\":\\\"Polygon\\\"}\"^^rdf:JSON ;\n rdfs:seeAlso [ rdfs:label \"This feature is of type 'building'\" ;\n ns2:relation <http://www.iana.org/assignments/relation/type> ;\n oa:hasTarget <https://inspire.ec.europa.eu/featureconcept/Building> ],\n [ rdfs:label \"Cadastral parcel 313 in district W\u00fcnnenberg (016)\" ;\n ns2:relation <http://www.opengis.net/def/rel/ogc/1.0/within> ;\n oa:hasTarget <https://example.org/data/v1/collections/cadastralparcel/items/05297001600313______> ] .\n\n",
"code": "@prefix dcterms: <http://purl.org/dc/terms/> .\n@prefix geo: <http://www.opengis.net/ont/geosparql#> .\n@prefix geojson: <https://purl.org/geojson/vocab#> .\n@prefix ns1: <http://www.opengis.net/def/glossary/term/> .\n@prefix ns2: <http://www.iana.org/assignments/> .\n@prefix oa: <http://www.w3.org/ns/oa#> .\n@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .\n@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .\n@prefix time: <http://www.w3.org/2006/time#> .\n\n<https://example.com/json-fg/DENW19AL0000giv5BL> a <app:building>,\n geojson:Feature ;\n dcterms:spatial [ a <https://example.com/json-fg/Polyhedron> ] ;\n dcterms:time [ time:hasTime ( \"2014-04-24T10:50:18Z\" \"..\" ) ] ;\n ns1:CoordinateReferenceSystemCRS \"http://www.opengis.net/def/crs/EPSG/0/5555\" ;\n geo:hasGeometry \"{\\\"coordinates\\\":[[[8.7092045,51.5035285,100],[8.7093128,51.503457,100],[8.7093919,51.503503,100],[8.7092837,51.5035747,100],[8.7092045,51.5035285,100]]],\\\"type\\\":\\\"Polygon\\\"}\"^^rdf:JSON ;\n rdfs:seeAlso [ rdfs:label \"Cadastral parcel 313 in district W\u00fcnnenberg (016)\" ;\n ns2:relation <http://www.opengis.net/def/rel/ogc/1.0/within> ;\n oa:hasTarget <https://example.org/data/v1/collections/cadastralparcel/items/05297001600313______> ],\n [ rdfs:label \"This feature is of type 'building'\" ;\n ns2:relation <http://www.iana.org/assignments/relation/type> ;\n oa:hasTarget <https://inspire.ec.europa.eu/featureconcept/Building> ] .\n\n",
"url": "https://rob-metalinkage.github.io/bblocks/tests/geo/json-fg/feature/example_1_1.ttl"
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
"group": "JSON-FG",
"shaclRules": {},
"dependsOn": [
"ogc.geo.features.featureCollection",
"ogc.geo.json-fg.feature-lenient",
"ogc.ogc-utils.json-link"
"ogc.ogc-utils.json-link",
"ogc.geo.features.featureCollection"
],
"schema": {
"application/yaml": "https://rob-metalinkage.github.io/bblocks/annotated-schemas/geo/json-fg/featureCollection-lenient/schema.yaml",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
"group": "JSON-FG",
"shaclRules": {},
"dependsOn": [
"ogc.geo.features.featureCollection",
"ogc.geo.json-fg.feature",
"ogc.ogc-utils.json-link"
"ogc.ogc-utils.json-link",
"ogc.geo.features.featureCollection"
],
"ldContext": "https://rob-metalinkage.github.io/bblocks/annotated-schemas/geo/json-fg/featureCollection/context.jsonld",
"schema": {
Expand Down
10 changes: 5 additions & 5 deletions generateddocs/markdown/geo/json-fg/feature/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -429,12 +429,12 @@ JSON Schema is used to formally specify the JSON-FG syntax.
dcterms:time [ time:hasTime ( "2014-04-24T10:50:18Z" ".." ) ] ;
ns1:CoordinateReferenceSystemCRS "http://www.opengis.net/def/crs/EPSG/0/5555" ;
geo:hasGeometry "{\"coordinates\":[[[8.7092045,51.5035285,100],[8.7093128,51.503457,100],[8.7093919,51.503503,100],[8.7092837,51.5035747,100],[8.7092045,51.5035285,100]]],\"type\":\"Polygon\"}"^^rdf:JSON ;
rdfs:seeAlso [ rdfs:label "This feature is of type 'building'" ;
ns2:relation <http://www.iana.org/assignments/relation/type> ;
oa:hasTarget <https://inspire.ec.europa.eu/featureconcept/Building> ],
[ rdfs:label "Cadastral parcel 313 in district Wünnenberg (016)" ;
rdfs:seeAlso [ rdfs:label "Cadastral parcel 313 in district Wünnenberg (016)" ;
ns2:relation <http://www.opengis.net/def/rel/ogc/1.0/within> ;
oa:hasTarget <https://example.org/data/v1/collections/cadastralparcel/items/05297001600313______> ] .
oa:hasTarget <https://example.org/data/v1/collections/cadastralparcel/items/05297001600313______> ],
[ rdfs:label "This feature is of type 'building'" ;
ns2:relation <http://www.iana.org/assignments/relation/type> ;
oa:hasTarget <https://inspire.ec.europa.eu/featureconcept/Building> ] .
```
Expand Down
10 changes: 5 additions & 5 deletions generateddocs/slate/geo/json-fg/feature/index.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -473,12 +473,12 @@ JSON Schema is used to formally specify the JSON-FG syntax.
dcterms:time [ time:hasTime ( "2014-04-24T10:50:18Z" ".." ) ] ;
ns1:CoordinateReferenceSystemCRS "http://www.opengis.net/def/crs/EPSG/0/5555" ;
geo:hasGeometry "{\"coordinates\":[[[8.7092045,51.5035285,100],[8.7093128,51.503457,100],[8.7093919,51.503503,100],[8.7092837,51.5035747,100],[8.7092045,51.5035285,100]]],\"type\":\"Polygon\"}"^^rdf:JSON ;
rdfs:seeAlso [ rdfs:label "This feature is of type 'building'" ;
ns2:relation <http://www.iana.org/assignments/relation/type> ;
oa:hasTarget <https://inspire.ec.europa.eu/featureconcept/Building> ],
[ rdfs:label "Cadastral parcel 313 in district Wünnenberg (016)" ;
rdfs:seeAlso [ rdfs:label "Cadastral parcel 313 in district Wünnenberg (016)" ;
ns2:relation <http://www.opengis.net/def/rel/ogc/1.0/within> ;
oa:hasTarget <https://example.org/data/v1/collections/cadastralparcel/items/05297001600313______> ] .
oa:hasTarget <https://example.org/data/v1/collections/cadastralparcel/items/05297001600313______> ],
[ rdfs:label "This feature is of type 'building'" ;
ns2:relation <http://www.iana.org/assignments/relation/type> ;
oa:hasTarget <https://inspire.ec.europa.eu/featureconcept/Building> ] .
```
Expand Down
18 changes: 9 additions & 9 deletions register.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "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-08T04:24:50.382746",
"modified": "2024-09-15T04:25:19.998645",
"tooling": {
"bblocks-postprocess": {
"commitId": "\"34b61f9a9f65e036163cb351828202cc5af9f964",
Expand Down Expand Up @@ -545,9 +545,9 @@
"group": "Common",
"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.geojson"
],
"ldContext": "https://rob-metalinkage.github.io/bblocks/annotated-schemas/geo/features/feature/context.jsonld",
"schema": {
Expand Down Expand Up @@ -839,9 +839,9 @@
"group": "JSON-FG",
"shaclRules": {},
"dependsOn": [
"ogc.geo.features.featureCollection",
"ogc.geo.json-fg.feature",
"ogc.ogc-utils.json-link"
"ogc.ogc-utils.json-link",
"ogc.geo.features.featureCollection"
],
"ldContext": "https://rob-metalinkage.github.io/bblocks/annotated-schemas/geo/json-fg/featureCollection/context.jsonld",
"schema": {
Expand Down Expand Up @@ -896,8 +896,8 @@
]
},
"dependsOn": [
"ogc.geo.json-fg.feature-lenient",
"ogc.geo.features.geosparqlGeometry"
"ogc.geo.features.geosparqlGeometry",
"ogc.geo.json-fg.feature-lenient"
],
"schema": {
"application/yaml": "https://rob-metalinkage.github.io/bblocks/annotated-schemas/geo/json-fg/feature-lenient-geosparql-geometry/schema.yaml",
Expand Down Expand Up @@ -947,9 +947,9 @@
"group": "JSON-FG",
"shaclRules": {},
"dependsOn": [
"ogc.geo.features.featureCollection",
"ogc.geo.json-fg.feature-lenient",
"ogc.ogc-utils.json-link"
"ogc.ogc-utils.json-link",
"ogc.geo.features.featureCollection"
],
"schema": {
"application/yaml": "https://rob-metalinkage.github.io/bblocks/annotated-schemas/geo/json-fg/featureCollection-lenient/schema.yaml",
Expand Down
2 changes: 1 addition & 1 deletion tests/geo/common/data_types/bounding_box/_report.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"title": "Validation report for ogc.geo.common.data_types.bounding_box - Bounding Box",
"bblockName": "Bounding Box",
"bblockId": "ogc.geo.common.data_types.bounding_box",
"generated": "2024-09-08T04:25:02.491124+00:00",
"generated": "2024-09-15T04:25:31.565957+00:00",
"result": false,
"items": [
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Validation report for ogc.geo.common.data_types.bounding_box - Bounding Box
Generated 2024-09-08T04:25:02.490876+00:00
Generated 2024-09-15T04:25:31.565703+00:00
=== Files ===
Using example_1_1.json from examples
=== End Files ===
Expand Down
2 changes: 1 addition & 1 deletion tests/geo/common/data_types/geojson/_report.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"title": "Validation report for ogc.geo.common.data_types.geojson - GeoJSON",
"bblockName": "GeoJSON",
"bblockId": "ogc.geo.common.data_types.geojson",
"generated": "2024-09-08T04:25:02.506921+00:00",
"generated": "2024-09-15T04:25:31.581894+00:00",
"result": true,
"items": [],
"globalErrors": {},
Expand Down
2 changes: 1 addition & 1 deletion tests/geo/common/parameters/bbox-crs/_report.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"title": "Validation report for ogc.geo.common.parameters.bbox-crs - bbox-crs",
"bblockName": "bbox-crs",
"bblockId": "ogc.geo.common.parameters.bbox-crs",
"generated": "2024-09-08T04:25:02.519486+00:00",
"generated": "2024-09-15T04:25:31.595171+00:00",
"result": true,
"items": [],
"globalErrors": {},
Expand Down
2 changes: 1 addition & 1 deletion tests/geo/common/parameters/bbox/_report.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"title": "Validation report for ogc.geo.common.parameters.bbox - bbox",
"bblockName": "bbox",
"bblockId": "ogc.geo.common.parameters.bbox",
"generated": "2024-09-08T04:25:02.513560+00:00",
"generated": "2024-09-15T04:25:31.588156+00:00",
"result": true,
"items": [],
"globalErrors": {},
Expand Down
2 changes: 1 addition & 1 deletion tests/geo/features/feature/_report.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"title": "Validation report for ogc.geo.features.feature - Feature",
"bblockName": "Feature",
"bblockId": "ogc.geo.features.feature",
"generated": "2024-09-08T04:25:02.737994+00:00",
"generated": "2024-09-15T04:25:31.818494+00:00",
"result": true,
"items": [
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Validation report for ogc.geo.features.feature - Feature
Generated 2024-09-08T04:25:02.737942+00:00
Generated 2024-09-15T04:25:31.818443+00:00
=== Files ===
Using example_1_1.json from examples
JSON-LD context is present - uplifting
Expand Down
2 changes: 1 addition & 1 deletion tests/geo/features/featureCollection/_report.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"title": "Validation report for ogc.geo.features.featureCollection - Feature Collection",
"bblockName": "Feature Collection",
"bblockId": "ogc.geo.features.featureCollection",
"generated": "2024-09-08T04:25:02.919882+00:00",
"generated": "2024-09-15T04:25:32.078297+00:00",
"result": true,
"items": [
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Validation report for ogc.geo.features.featureCollection - Feature Collection
Generated 2024-09-08T04:25:02.919828+00:00
Generated 2024-09-15T04:25:32.078234+00:00
=== Files ===
Using example_1_1.json from examples
JSON-LD context is present - uplifting
Expand Down
2 changes: 1 addition & 1 deletion tests/geo/features/geosparqlGeometry/_report.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"title": "Validation report for ogc.geo.features.geosparqlGeometry - Mixin for feature with GeoSPARQL geometry",
"bblockName": "Mixin for feature with GeoSPARQL geometry",
"bblockId": "ogc.geo.features.geosparqlGeometry",
"generated": "2024-09-08T04:25:02.722583+00:00",
"generated": "2024-09-15T04:25:31.802974+00:00",
"result": true,
"items": [
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Validation report for ogc.geo.features.geosparqlGeometry - Mixin for feature with GeoSPARQL geometry
Generated 2024-09-08T04:25:02.718217+00:00
Generated 2024-09-15T04:25:31.798672+00:00
=== Files ===
Using example_1_1.json from examples
JSON-LD context is present - uplifting
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Validation report for ogc.geo.features.geosparqlGeometry - Mixin for feature with GeoSPARQL geometry
Generated 2024-09-08T04:25:02.722529+00:00
Generated 2024-09-15T04:25:31.802919+00:00
=== Files ===
Using example_2_1.json from examples
JSON-LD context is present - uplifting
Expand Down
2 changes: 1 addition & 1 deletion tests/geo/geopose/advanced/_report.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"title": "Validation report for ogc.geo.geopose.advanced - GeoPose Advanced",
"bblockName": "GeoPose Advanced",
"bblockId": "ogc.geo.geopose.advanced",
"generated": "2024-09-08T04:25:02.536707+00:00",
"generated": "2024-09-15T04:25:31.615520+00:00",
"result": true,
"items": [],
"globalErrors": {},
Expand Down
2 changes: 1 addition & 1 deletion tests/geo/geopose/basic/quaternion/_report.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"title": "Validation report for ogc.geo.geopose.basic.quaternion - GeoPose Basic-Quaternion",
"bblockName": "GeoPose Basic-Quaternion",
"bblockId": "ogc.geo.geopose.basic.quaternion",
"generated": "2024-09-08T04:25:02.546105+00:00",
"generated": "2024-09-15T04:25:31.625659+00:00",
"result": true,
"items": [],
"globalErrors": {},
Expand Down
2 changes: 1 addition & 1 deletion tests/geo/geopose/basic/ypr/_report.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"title": "Validation report for ogc.geo.geopose.basic.ypr - GeoPose Basic-YPR",
"bblockName": "GeoPose Basic-YPR",
"bblockId": "ogc.geo.geopose.basic.ypr",
"generated": "2024-09-08T04:25:02.568859+00:00",
"generated": "2024-09-15T04:25:31.649507+00:00",
"result": true,
"items": [
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Validation report for ogc.geo.geopose.basic.ypr - GeoPose Basic-YPR
Generated 2024-09-08T04:25:02.560694+00:00
Generated 2024-09-15T04:25:31.641494+00:00
=== Files ===
Using example_1_1.json from examples
JSON-LD context is present - uplifting
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Validation report for ogc.geo.geopose.basic.ypr - GeoPose Basic-YPR
Generated 2024-09-08T04:25:02.563423+00:00
Generated 2024-09-15T04:25:31.644140+00:00
=== Files ===
Using example_2_1.json from examples
JSON-LD context is present - uplifting
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Validation report for ogc.geo.geopose.basic.ypr - GeoPose Basic-YPR
Generated 2024-09-08T04:25:02.566080+00:00
Generated 2024-09-15T04:25:31.646805+00:00
=== Files ===
Using example_3_1.json from examples
JSON-LD context is present - uplifting
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Validation report for ogc.geo.geopose.basic.ypr - GeoPose Basic-YPR
Generated 2024-09-08T04:25:02.568805+00:00
Generated 2024-09-15T04:25:31.649456+00:00
=== Files ===
Using example_4_1.json from examples
JSON-LD context is present - uplifting
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"title": "Validation report for ogc.geo.json-fg.feature-lenient-geosparql-geometry - JSON-FG Feature - Lenient - with GeoSPARQL Geometry",
"bblockName": "JSON-FG Feature - Lenient - with GeoSPARQL Geometry",
"bblockId": "ogc.geo.json-fg.feature-lenient-geosparql-geometry",
"generated": "2024-09-08T04:25:08.862967+00:00",
"generated": "2024-09-15T04:25:36.501751+00:00",
"result": true,
"items": [
{
Expand Down
Loading

0 comments on commit c5def16

Please sign in to comment.