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 Nov 10, 2024
1 parent edfe186 commit 8332436
Show file tree
Hide file tree
Showing 147 changed files with 245 additions and 245 deletions.
12 changes: 6 additions & 6 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-11-03T04:25:52.570491",
"modified": "2024-11-10T04:24:47.191930",
"tooling": {
"bblocks-postprocess": {
"commitId": "\"bff70fac492a7e2f3fe3779b0b9b150f4e315e8f",
Expand Down Expand Up @@ -709,9 +709,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://rob-metalinkage.github.io/bblocks/annotated-schemas/geo/features/feature/context.jsonld",
"schema": {
Expand Down Expand Up @@ -1034,8 +1034,8 @@
"shaclRules": {},
"dependsOn": [
"ogc.ogc-utils.json-link",
"ogc.geo.json-fg.feature",
"ogc.geo.features.featureCollection"
"ogc.geo.features.featureCollection",
"ogc.geo.json-fg.feature"
],
"ldContext": "https://rob-metalinkage.github.io/bblocks/annotated-schemas/geo/json-fg/featureCollection/context.jsonld",
"schema": {
Expand Down Expand Up @@ -1151,8 +1151,8 @@
"group": "JSON-FG",
"shaclRules": {},
"dependsOn": [
"ogc.geo.json-fg.feature-lenient",
"ogc.ogc-utils.json-link",
"ogc.geo.json-fg.feature-lenient",
"ogc.geo.features.featureCollection"
],
"schema": {
Expand Down
110 changes: 55 additions & 55 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.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://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 @@ -59,7 +59,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 \"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",
"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.iana.org/assignments/> .\n@prefix ns2: <http://www.opengis.net/def/glossary/term/> .\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 ns2: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 ns1: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 ns1: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",
"url": "https://rob-metalinkage.github.io/bblocks/tests/geo/json-fg/feature-lenient-geosparql-geometry/example_1_1.ttl"
}
]
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.iana.org/assignments/> .\n@prefix ns2: <http://www.opengis.net/def/glossary/term/> .\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 ns2: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 ns1: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 ns1: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,8 +24,8 @@
"group": "JSON-FG",
"shaclRules": {},
"dependsOn": [
"ogc.geo.json-fg.feature-lenient",
"ogc.ogc-utils.json-link",
"ogc.geo.json-fg.feature-lenient",
"ogc.geo.features.featureCollection"
],
"schema": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"shaclRules": {},
"dependsOn": [
"ogc.ogc-utils.json-link",
"ogc.geo.json-fg.feature",
"ogc.geo.features.featureCollection"
"ogc.geo.features.featureCollection",
"ogc.geo.json-fg.feature"
],
"ldContext": "https://rob-metalinkage.github.io/bblocks/annotated-schemas/geo/json-fg/featureCollection/context.jsonld",
"schema": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -400,8 +400,8 @@ This Building Block extends the standard JSON-FG one by removing the requirement
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix geo: <http://www.opengis.net/ont/geosparql#> .
@prefix geojson: <https://purl.org/geojson/vocab#> .
@prefix ns1: <http://www.opengis.net/def/glossary/term/> .
@prefix ns2: <http://www.iana.org/assignments/> .
@prefix ns1: <http://www.iana.org/assignments/> .
@prefix ns2: <http://www.opengis.net/def/glossary/term/> .
@prefix oa: <http://www.w3.org/ns/oa#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
Expand All @@ -411,14 +411,14 @@ This Building Block extends the standard JSON-FG one by removing the requirement
geojson:Feature ;
dcterms:spatial [ a <https://example.com/json-fg/Polyhedron> ] ;
dcterms:time [ time:hasTime ( "2014-04-24T10:50:18Z" ".." ) ] ;
ns1:CoordinateReferenceSystemCRS "http://www.opengis.net/def/crs/EPSG/0/5555" ;
ns2: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 "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______> ],
[ 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:seeAlso [ rdfs:label "This feature is of type 'building'" ;
ns1: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)" ;
ns1:relation <http://www.opengis.net/def/rel/ogc/1.0/within> ;
oa:hasTarget <https://example.org/data/v1/collections/cadastralparcel/items/05297001600313______> ] .
```
Expand Down
18 changes: 9 additions & 9 deletions generateddocs/markdown/geo/json-fg/feature/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -416,8 +416,8 @@ JSON Schema is used to formally specify the JSON-FG syntax.
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix geo: <http://www.opengis.net/ont/geosparql#> .
@prefix geojson: <https://purl.org/geojson/vocab#> .
@prefix ns1: <http://www.opengis.net/def/glossary/term/> .
@prefix ns2: <http://www.iana.org/assignments/> .
@prefix ns1: <http://www.iana.org/assignments/> .
@prefix ns2: <http://www.opengis.net/def/glossary/term/> .
@prefix oa: <http://www.w3.org/ns/oa#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
Expand All @@ -427,14 +427,14 @@ JSON Schema is used to formally specify the JSON-FG syntax.
geojson:Feature ;
dcterms:spatial [ a <https://example.com/json-fg/Polyhedron> ] ;
dcterms:time [ time:hasTime ( "2014-04-24T10:50:18Z" ".." ) ] ;
ns1:CoordinateReferenceSystemCRS "http://www.opengis.net/def/crs/EPSG/0/5555" ;
ns2: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)" ;
ns2:relation <http://www.opengis.net/def/rel/ogc/1.0/within> ;
oa:hasTarget <https://example.org/data/v1/collections/cadastralparcel/items/05297001600313______> ] .
rdfs:seeAlso [ rdfs:label "Cadastral parcel 313 in district Wünnenberg (016)" ;
ns1:relation <http://www.opengis.net/def/rel/ogc/1.0/within> ;
oa:hasTarget <https://example.org/data/v1/collections/cadastralparcel/items/05297001600313______> ],
[ rdfs:label "This feature is of type 'building'" ;
ns1:relation <http://www.iana.org/assignments/relation/type> ;
oa:hasTarget <https://inspire.ec.europa.eu/featureconcept/Building> ] .
```
Expand Down
12 changes: 6 additions & 6 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-11-03T04:25:52.570491",
"modified": "2024-11-10T04:24:47.191930",
"tooling": {
"bblocks-postprocess": {
"commitId": "\"bff70fac492a7e2f3fe3779b0b9b150f4e315e8f",
Expand Down Expand Up @@ -545,9 +545,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://rob-metalinkage.github.io/bblocks/annotated-schemas/geo/features/feature/context.jsonld",
"schema": {
Expand Down Expand Up @@ -840,8 +840,8 @@
"shaclRules": {},
"dependsOn": [
"ogc.ogc-utils.json-link",
"ogc.geo.json-fg.feature",
"ogc.geo.features.featureCollection"
"ogc.geo.features.featureCollection",
"ogc.geo.json-fg.feature"
],
"ldContext": "https://rob-metalinkage.github.io/bblocks/annotated-schemas/geo/json-fg/featureCollection/context.jsonld",
"schema": {
Expand Down Expand Up @@ -947,8 +947,8 @@
"group": "JSON-FG",
"shaclRules": {},
"dependsOn": [
"ogc.geo.json-fg.feature-lenient",
"ogc.ogc-utils.json-link",
"ogc.geo.json-fg.feature-lenient",
"ogc.geo.features.featureCollection"
],
"schema": {
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-11-03T04:25:59.604980+00:00",
"generated": "2024-11-10T04:24:57.861822+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.common.data_types.bounding_box - Bounding Box
Generated 2024-11-03T04:25:59.604682+00:00
Generated 2024-11-10T04:24:57.861553+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-11-03T04:25:59.623203+00:00",
"generated": "2024-11-10T04:24:57.880241+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-11-03T04:25:59.635796+00:00",
"generated": "2024-11-10T04:24:57.892978+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-11-03T04:25:59.629671+00:00",
"generated": "2024-11-10T04:24:57.886889+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-11-03T04:25:59.820227+00:00",
"generated": "2024-11-10T04:24:58.081071+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-11-03T04:25:59.820166+00:00
Generated 2024-11-10T04:24:58.081010+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-11-03T04:26:00.073185+00:00",
"generated": "2024-11-10T04:24:58.290132+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-11-03T04:26:00.073124+00:00
Generated 2024-11-10T04:24:58.290062+00:00
=== Files ===
Using example_1_1.json from examples
JSON-LD context is present - uplifting
Expand Down
Loading

0 comments on commit 8332436

Please sign in to comment.