From ecdef4304400f48a7800cf4a8119fd6ee9d9cbe0 Mon Sep 17 00:00:00 2001 From: avillar Date: Sun, 26 Nov 2023 04:07:04 +0000 Subject: [PATCH] Building blocks postprocessing --- bblocks.jsonld | 18 +- bblocks.ttl | 156 ++++----- .../featureCollection-lenient/index.json | 2 +- .../geo/json-fg/featureCollection/index.json | 4 +- .../examples/vectorObservation/index.json | 4 +- .../vectorObservationFeature/index.json | 4 +- .../sosa/features/observation/index.json | 4 +- register.json | 18 +- .../data_types/bounding_box/_report.json | 2 +- .../example_1_1.validation_passed.txt | 2 +- .../common/parameters/bbox-crs/_report.json | 2 +- tests/geo/common/parameters/bbox/_report.json | 2 +- tests/geo/features/feature/_report.json | 2 +- .../feature/example_1_1.validation_passed.txt | 2 +- .../features/featureCollection/_report.json | 2 +- .../example_1_1.validation_passed.txt | 2 +- tests/geo/geopose/basic/ypr/_report.json | 2 +- .../ypr/example_1_1.validation_passed.txt | 2 +- .../ypr/example_2_1.validation_passed.txt | 2 +- .../ypr/example_3_1.validation_passed.txt | 2 +- .../ypr/example_4_1.validation_passed.txt | 2 +- .../json-fg/featureCollection/_report.json | 2 +- .../example_1_1.validation_passed.txt | 2 +- ...ired-properties-fail.validation_passed.txt | 2 +- tests/geo/json-fg/link-role/_report.json | 2 +- .../example_1_1.validation_passed.txt | 2 +- tests/ogc-utils/iri-or-curie/_report.json | 2 +- .../example_1_2.validation_passed.txt | 2 +- .../example_2_2.validation_passed.txt | 2 +- .../example_3_2.validation_passed.txt | 2 +- .../example_4_2.validation_passed.txt | 2 +- .../example_5_2.validation_passed.txt | 2 +- .../example_6_2.validation_passed.txt | 2 +- .../example_7_1.validation_passed.txt | 2 +- tests/ogc-utils/topology/_report.json | 2 +- .../example_1_1.validation_passed.txt | 2 +- tests/report.html | 312 +++++++++--------- .../examples/vectorObservation/_report.json | 30 +- .../example_1_1.validation_passed.txt | 18 +- .../vectorObservationFeature/_report.json | 94 +++--- .../example_1_1.validation_passed.txt | 22 +- .../example_2_1.validation_passed.txt | 22 +- .../sosa/features/observation/_report.json | 94 +++--- .../example_1_1.validation_passed.txt | 18 +- .../example_1_2.validation_passed.txt | 20 +- .../example_2_1.validation_passed.txt | 18 +- .../observationCollection/_report.json | 154 ++++----- .../example_1_1.validation_passed.txt | 18 +- .../example_1_2.validation_passed.txt | 18 +- ...ollection-props-fail.validation_failed.txt | 18 +- ...tionCollection-props.validation_passed.txt | 18 +- .../sosa/properties/observation/_report.json | 130 ++++---- .../example_1_1.validation_passed.txt | 18 +- .../example_1_2.validation_passed.txt | 20 +- .../example_2_1.validation_passed.txt | 18 +- .../observation/test1.validation_passed.txt | 18 +- .../observationCollection/_report.json | 80 ++--- .../example_1_1.validation_passed.txt | 18 +- .../example_2_1.validation_passed.txt | 18 +- .../example_3_1.validation_passed.txt | 18 +- 60 files changed, 739 insertions(+), 739 deletions(-) diff --git a/bblocks.jsonld b/bblocks.jsonld index d07450c11..ec5e85a59 100644 --- a/bblocks.jsonld +++ b/bblocks.jsonld @@ -737,8 +737,8 @@ "maturity": "development", "scope": "unstable", "dependsOn": [ - "ogc.geo.geopose.basic.ypr", - "ogc.unstable.sosa.properties.observation" + "ogc.unstable.sosa.properties.observation", + "ogc.geo.geopose.basic.ypr" ], "tags": [ "sosa", @@ -1020,8 +1020,8 @@ "shaclRules": {}, "dependsOn": [ "ogc.geo.features.featureCollection", - "ogc.ogc-utils.json-link", - "ogc.geo.json-fg.feature" + "ogc.geo.json-fg.feature", + "ogc.ogc-utils.json-link" ], "schema": { "application/yaml": "https://opengeospatial.github.io/bblocks/annotated-schemas/geo/json-fg/featureCollection/schema.yaml", @@ -1074,8 +1074,8 @@ "group": "JSON-FG", "shaclRules": {}, "dependsOn": [ - "ogc.geo.json-fg.feature-lenient", "ogc.geo.features.featureCollection", + "ogc.geo.json-fg.feature-lenient", "ogc.ogc-utils.json-link" ], "schema": { @@ -1122,8 +1122,8 @@ "maturity": "development", "scope": "unstable", "dependsOn": [ - "ogc.geo.json-fg.feature-lenient", - "ogc.unstable.sosa.properties.observation" + "ogc.unstable.sosa.properties.observation", + "ogc.geo.json-fg.feature-lenient" ], "tags": [ "sosa", @@ -1251,10 +1251,10 @@ "maturity": "development", "scope": "unstable", "dependsOn": [ + "ogc.unstable.sosa.properties.observation", "ogc.unstable.sosa.examples.vectorObservation", "ogc.unstable.sosa.features.observation", - "ogc.unstable.sosa.features.observationCollection", - "ogc.unstable.sosa.properties.observation" + "ogc.unstable.sosa.features.observationCollection" ], "tags": [ "sosa", diff --git a/bblocks.ttl b/bblocks.ttl index e78bac70f..ff9607b05 100644 --- a/bblocks.ttl +++ b/bblocks.ttl @@ -11,10 +11,10 @@ bblocks:ogc.geo.common.parameters.bbox-crs a skos:Concept, rdfs:label "bbox-crs" ; dct:abstract "The bbox-crs query parameter can be used to assert the coordinate reference system that is used for the coordinate values of the bbox parameter." ; dct:created "2022-07-05T01:01:01+02:00"^^xsd:dateTime ; - dct:description [ dct:format "application/json" ; - rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/json-full/geo/common/parameters/bbox-crs/index.json" ], - [ dct:format "text/html" ; + dct:description [ dct:format "text/html" ; rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/slate-build/geo/common/parameters/bbox-crs/" ], + [ dct:format "application/json" ; + rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/json-full/geo/common/parameters/bbox-crs/index.json" ], [ dct:format "text/markdown" ; rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/markdown/geo/common/parameters/bbox-crs/index.md" ] ; dct:hasVersion "1.0" ; @@ -31,10 +31,10 @@ bblocks:ogc.geo.geopose.advanced a skos:Concept, rdfs:label "GeoPose Advanced" ; dct:abstract "Advanced GeoPose allowing flexible outer frame specification, quaternion orientation, and valid time." ; dct:created "2023-07-13T00:00:00+00:00"^^xsd:dateTime ; - dct:description [ dct:format "application/json" ; - rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/json-full/geo/geopose/advanced/index.json" ], - [ dct:format "text/markdown" ; + dct:description [ dct:format "text/markdown" ; rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/markdown/geo/geopose/advanced/index.md" ], + [ dct:format "application/json" ; + rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/json-full/geo/geopose/advanced/index.json" ], [ dct:format "text/html" ; rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/slate-build/geo/geopose/advanced/" ] ; dct:hasVersion "0.1" ; @@ -52,12 +52,12 @@ bblocks:ogc.geo.geopose.basic.quaternion a skos:Concept, rdfs:label "GeoPose Basic-Quaternion" ; dct:abstract "Basic GeoPose using quaternion to specify orientation" ; dct:created "2023-07-13T00:00:00+00:00"^^xsd:dateTime ; - dct:description [ dct:format "application/json" ; - rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/json-full/geo/geopose/basic/quaternion/index.json" ], - [ dct:format "text/markdown" ; + dct:description [ dct:format "text/markdown" ; rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/markdown/geo/geopose/basic/quaternion/index.md" ], [ dct:format "text/html" ; - rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/slate-build/geo/geopose/basic/quaternion/" ] ; + rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/slate-build/geo/geopose/basic/quaternion/" ], + [ dct:format "application/json" ; + rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/json-full/geo/geopose/basic/quaternion/index.json" ] ; dct:hasVersion "0.1" ; dct:modified "2023-07-13"^^xsd:date ; dct:source ; @@ -73,12 +73,12 @@ bblocks:ogc.geo.json-fg.featureCollection a skos:Concept, rdfs:label "JSON-FG Feature Collection" ; dct:abstract "A collection of OGC Features and Geometries JSON (JSON-FG) Features, extending GeoJSON to support a limited set of additional capabilities that are out-of-scope for GeoJSON, but that are important for a variety of use cases involving feature data." ; dct:created "2023-05-31T14:56:51+00:00"^^xsd:dateTime ; - dct:description [ dct:format "text/markdown" ; - rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/markdown/geo/json-fg/featureCollection/index.md" ], + dct:description [ dct:format "application/json" ; + rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/json-full/geo/json-fg/featureCollection/index.json" ], [ dct:format "text/html" ; rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/slate-build/geo/json-fg/featureCollection/" ], - [ dct:format "application/json" ; - rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/json-full/geo/json-fg/featureCollection/index.json" ] ; + [ dct:format "text/markdown" ; + rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/markdown/geo/json-fg/featureCollection/index.md" ] ; dct:hasVersion "0.1" ; dct:modified "2023-05-31"^^xsd:date ; dct:source ; @@ -99,10 +99,10 @@ bblocks:ogc.geo.json-fg.link-role a skos:Concept, dct:created "2023-08-21T00:00:00+00:00"^^xsd:dateTime ; dct:description [ dct:format "text/html" ; rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/slate-build/geo/json-fg/link-role/" ], - [ dct:format "text/markdown" ; - rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/markdown/geo/json-fg/link-role/index.md" ], [ dct:format "application/json" ; - rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/json-full/geo/json-fg/link-role/index.json" ] ; + rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/json-full/geo/json-fg/link-role/index.json" ], + [ dct:format "text/markdown" ; + rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/markdown/geo/json-fg/link-role/index.md" ] ; dct:hasVersion "0.1" ; dct:modified "2023-08-21"^^xsd:date ; skos:inScheme ; @@ -140,12 +140,12 @@ bblocks:ogc.unstable.sosa a skos:Concept, rdfs:label "Sensor, Observation, Sample, and Actuator (SOSA)" ; dct:abstract "The SOSA (Sensor, Observation, Sample, and Actuator) ontology is a realisation of the Observations, Measurements and Sampling (OMS) Conceptual model" ; dct:created "2023-04-13T00:00:00+00:00"^^xsd:dateTime ; - dct:description [ dct:format "text/markdown" ; - rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/markdown/unstable/sosa/index.md" ], - [ dct:format "application/json" ; + dct:description [ dct:format "application/json" ; rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/json-full/unstable/sosa/index.json" ], [ dct:format "text/html" ; - rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/slate-build/unstable/sosa/" ] ; + rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/slate-build/unstable/sosa/" ], + [ dct:format "text/markdown" ; + rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/markdown/unstable/sosa/index.md" ] ; dct:hasVersion "1.0" ; dct:modified "2023-04-13"^^xsd:date ; dct:source ; @@ -163,10 +163,10 @@ bblocks:ogc.unstable.sosa.examples.vectorObservationFeature a skos:Concept, dct:created "2023-05-19T00:00:00+00:00"^^xsd:dateTime ; dct:description [ dct:format "application/json" ; rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/json-full/unstable/sosa/examples/vectorObservationFeature/index.json" ], - [ dct:format "text/html" ; - rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/slate-build/unstable/sosa/examples/vectorObservationFeature/" ], [ dct:format "text/markdown" ; - rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/markdown/unstable/sosa/examples/vectorObservationFeature/index.md" ] ; + rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/markdown/unstable/sosa/examples/vectorObservationFeature/index.md" ], + [ dct:format "text/html" ; + rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/slate-build/unstable/sosa/examples/vectorObservationFeature/" ] ; dct:hasVersion "1.0" ; dct:modified "2023-05-19"^^xsd:date ; dct:source ; @@ -186,12 +186,12 @@ bblocks:r1.geo.common.data_types.bounding_box a skos:Concept, rdfs:label "Bounding Box" ; dct:abstract "The bounding box JSON object describes a simple spatial extent of a resource. For OGC API’s this could be a feature, a feature collection or a dataset, but it can be used in any JSON resource that wants to communicate its rough location. The extent is simple in that the bounding box does not describe the precise location and shape of the resource, but provides an axis-aligned approximation of the spatial extent that can be used as an initial test whether two resources are potentially intersecting each other." ; dct:created "2022-05-24T13:51:38+00:00"^^xsd:dateTime ; - dct:description [ dct:format "application/json" ; - rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/json-full/geo/common/data_types/bounding_box/index.json" ], + dct:description [ dct:format "text/markdown" ; + rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/markdown/geo/common/data_types/bounding_box/index.md" ], [ dct:format "text/html" ; rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/slate-build/geo/common/data_types/bounding_box/" ], - [ dct:format "text/markdown" ; - rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/markdown/geo/common/data_types/bounding_box/index.md" ] ; + [ dct:format "application/json" ; + rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/json-full/geo/common/data_types/bounding_box/index.json" ] ; dct:hasVersion "1.0.1" ; dct:modified "2023-03-09"^^xsd:date ; dct:source ; @@ -207,12 +207,12 @@ bblocks:r1.geo.common.parameters.bbox a skos:Concept, rdfs:label "bbox" ; dct:abstract "The bbox query parameter provides a simple mechanism for filtering resources based on their location. It selects all resources that intersect a rectangle (map view) or box (including height information)." ; dct:created "2022-05-24T13:51:38+00:00"^^xsd:dateTime ; - dct:description [ dct:format "text/markdown" ; - rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/markdown/geo/common/parameters/bbox/index.md" ], - [ dct:format "application/json" ; + dct:description [ dct:format "application/json" ; rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/json-full/geo/common/parameters/bbox/index.json" ], [ dct:format "text/html" ; - rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/slate-build/geo/common/parameters/bbox/" ] ; + rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/slate-build/geo/common/parameters/bbox/" ], + [ dct:format "text/markdown" ; + rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/markdown/geo/common/parameters/bbox/index.md" ] ; dct:hasVersion "1.0" ; dct:modified "2022-05-24"^^xsd:date ; dct:source ; @@ -289,10 +289,10 @@ bblocks:ogc.geo.json-fg.feature a skos:Concept, dct:created "2023-05-31T14:56:51+00:00"^^xsd:dateTime ; dct:description [ dct:format "text/markdown" ; rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/markdown/geo/json-fg/feature/index.md" ], - [ dct:format "application/json" ; - rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/json-full/geo/json-fg/feature/index.json" ], [ dct:format "text/html" ; - rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/slate-build/geo/json-fg/feature/" ] ; + rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/slate-build/geo/json-fg/feature/" ], + [ dct:format "application/json" ; + rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/json-full/geo/json-fg/feature/index.json" ] ; dct:hasVersion "0.1" ; dct:modified "2023-05-31"^^xsd:date ; dct:source ; @@ -312,10 +312,10 @@ bblocks:ogc.geo.json-fg.featureCollection-lenient a skos:Concept, dct:created "2023-08-08T00:00:00+00:00"^^xsd:dateTime ; dct:description [ dct:format "text/html" ; rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/slate-build/geo/json-fg/featureCollection-lenient/" ], - [ dct:format "text/markdown" ; - rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/markdown/geo/json-fg/featureCollection-lenient/index.md" ], [ dct:format "application/json" ; - rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/json-full/geo/json-fg/featureCollection-lenient/index.json" ] ; + rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/json-full/geo/json-fg/featureCollection-lenient/index.json" ], + [ dct:format "text/markdown" ; + rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/markdown/geo/json-fg/featureCollection-lenient/index.md" ] ; dct:hasVersion "0.1" ; dct:modified "2023-08-08"^^xsd:date ; dct:source ; @@ -334,12 +334,12 @@ bblocks:ogc.unstable.sosa.examples.vectorObservation a skos:Concept, rdfs:label "Example SOSA Vector Observation" ; dct:abstract "This building block defines an example SOSA Vector Observation" ; dct:created "2023-05-19T00:00:00+00:00"^^xsd:dateTime ; - dct:description [ dct:format "application/json" ; - rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/json-full/unstable/sosa/examples/vectorObservation/index.json" ], + dct:description [ dct:format "text/markdown" ; + rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/markdown/unstable/sosa/examples/vectorObservation/index.md" ], [ dct:format "text/html" ; rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/slate-build/unstable/sosa/examples/vectorObservation/" ], - [ dct:format "text/markdown" ; - rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/markdown/unstable/sosa/examples/vectorObservation/index.md" ] ; + [ dct:format "application/json" ; + rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/json-full/unstable/sosa/examples/vectorObservation/index.json" ] ; dct:hasVersion "1.0" ; dct:modified "2023-05-19"^^xsd:date ; dct:source ; @@ -357,12 +357,12 @@ bblocks:ogc.unstable.sosa.features.observationCollection a skos:Concept, rdfs:label "SOSA ObservationCollection Feature" ; dct:abstract "This building blocks defines an ObservationCollection Feature according to the SOSA/SSN v1.1 specification." ; dct:created "2023-04-13T00:00:00+00:00"^^xsd:dateTime ; - dct:description [ dct:format "text/markdown" ; - rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/markdown/unstable/sosa/features/observationCollection/index.md" ], + dct:description [ dct:format "application/json" ; + rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/json-full/unstable/sosa/features/observationCollection/index.json" ], [ dct:format "text/html" ; rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/slate-build/unstable/sosa/features/observationCollection/" ], - [ dct:format "application/json" ; - rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/json-full/unstable/sosa/features/observationCollection/index.json" ] ; + [ dct:format "text/markdown" ; + rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/markdown/unstable/sosa/features/observationCollection/index.md" ] ; dct:hasVersion "1.0" ; dct:modified "2023-04-28"^^xsd:date ; dct:source , @@ -382,12 +382,12 @@ bblocks:ogc.unstable.sosa.properties.observationCollection a skos:Concept, rdfs:label "SOSA ObservationCollection" ; dct:abstract "This building blocks defines an ObservationCollection according to the SOSA/SSN v1.1 specification." ; dct:created "2023-04-13T00:00:00+00:00"^^xsd:dateTime ; - dct:description [ dct:format "text/html" ; - rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/slate-build/unstable/sosa/properties/observationCollection/" ], + dct:description [ dct:format "text/markdown" ; + rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/markdown/unstable/sosa/properties/observationCollection/index.md" ], [ dct:format "application/json" ; rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/json-full/unstable/sosa/properties/observationCollection/index.json" ], - [ dct:format "text/markdown" ; - rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/markdown/unstable/sosa/properties/observationCollection/index.md" ] ; + [ dct:format "text/html" ; + rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/slate-build/unstable/sosa/properties/observationCollection/" ] ; dct:hasVersion "1.0" ; dct:modified "2023-04-28"^^xsd:date ; dct:source , @@ -410,12 +410,12 @@ bblocks:ogc.geo.features.featureCollection a skos:Concept, rdfs:label "Feature Collection" ; dct:abstract "A collection of features." ; dct:created "2023-06-26T14:56:51+00:00"^^xsd:dateTime ; - dct:description [ dct:format "text/markdown" ; + dct:description [ dct:format "text/html" ; + rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/slate-build/geo/features/featureCollection/" ], + [ dct:format "text/markdown" ; rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/markdown/geo/features/featureCollection/index.md" ], [ dct:format "application/json" ; - rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/json-full/geo/features/featureCollection/index.json" ], - [ dct:format "text/html" ; - rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/slate-build/geo/features/featureCollection/" ] ; + rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/json-full/geo/features/featureCollection/index.json" ] ; dct:hasVersion "1.0" ; dct:modified "2023-06-26"^^xsd:date ; dct:source ; @@ -435,10 +435,10 @@ bblocks:ogc.geo.json-fg.feature-lenient a skos:Concept, dct:created "2023-08-08T00:00:00+00:00"^^xsd:dateTime ; dct:description [ dct:format "application/json" ; rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/json-full/geo/json-fg/feature-lenient/index.json" ], - [ dct:format "text/html" ; - rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/slate-build/geo/json-fg/feature-lenient/" ], [ dct:format "text/markdown" ; - rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/markdown/geo/json-fg/feature-lenient/index.md" ] ; + rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/markdown/geo/json-fg/feature-lenient/index.md" ], + [ dct:format "text/html" ; + rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/slate-build/geo/json-fg/feature-lenient/" ] ; dct:hasVersion "0.1" ; dct:modified "2023-08-08"^^xsd:date ; dct:source ; @@ -456,10 +456,10 @@ bblocks:ogc.unstable.sosa.features.observation a skos:Concept, rdfs:label "SOSA Observation Feature" ; dct:abstract "This building blocks defines a GeoJSON feature containing a SOSA Observation" ; dct:created "2023-05-18T00:00:00+00:00"^^xsd:dateTime ; - dct:description [ dct:format "text/html" ; - rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/slate-build/unstable/sosa/features/observation/" ], - [ dct:format "text/markdown" ; + dct:description [ dct:format "text/markdown" ; rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/markdown/unstable/sosa/features/observation/index.md" ], + [ dct:format "text/html" ; + rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/slate-build/unstable/sosa/features/observation/" ], [ dct:format "application/json" ; rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/json-full/unstable/sosa/features/observation/index.json" ] ; dct:hasVersion "1.0" ; @@ -483,12 +483,12 @@ bblocks:ogc.geo.features.feature a skos:Concept, rdfs:label "Feature" ; dct:abstract "A feature. Every feature is a sub-resource of an OGC Collection." ; dct:created "2023-05-24T14:56:51+00:00"^^xsd:dateTime ; - dct:description [ dct:format "application/json" ; + dct:description [ dct:format "text/markdown" ; + rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/markdown/geo/features/feature/index.md" ], + [ dct:format "application/json" ; rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/json-full/geo/features/feature/index.json" ], [ dct:format "text/html" ; - rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/slate-build/geo/features/feature/" ], - [ dct:format "text/markdown" ; - rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/markdown/geo/features/feature/index.md" ] ; + rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/slate-build/geo/features/feature/" ] ; dct:hasVersion "1.0" ; dct:modified "2023-05-15"^^xsd:date ; dct:source , @@ -507,12 +507,12 @@ bblocks:ogc.ogc-utils.iri-or-curie a skos:Concept, rdfs:label "IRI or CURIE" ; dct:abstract "This Building Block defines a data type for a full IRI/URI or a CURIE (with or without a prefix)" ; dct:created "2023-08-08T00:00:00+00:00"^^xsd:dateTime ; - dct:description [ dct:format "text/html" ; - rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/slate-build/ogc-utils/iri-or-curie/" ], - [ dct:format "application/json" ; + dct:description [ dct:format "application/json" ; rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/json-full/ogc-utils/iri-or-curie/index.json" ], [ dct:format "text/markdown" ; - rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/markdown/ogc-utils/iri-or-curie/index.md" ] ; + rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/markdown/ogc-utils/iri-or-curie/index.md" ], + [ dct:format "text/html" ; + rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/slate-build/ogc-utils/iri-or-curie/" ] ; dct:hasVersion "1.0" ; dct:modified "2023-03-09"^^xsd:date ; dct:source , @@ -552,12 +552,12 @@ bblocks:ogc.ogc-utils.json-link a skos:Concept, rdfs:label "JSON Link" ; dct:abstract "Web linking is used to express relationships between resources. The JSON object representation of links described here is used consistently in OGC API’s." ; dct:created "2022-05-18T15:21:59+00:00"^^xsd:dateTime ; - dct:description [ dct:format "text/html" ; + dct:description [ dct:format "application/json" ; + rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/json-full/ogc-utils/json-link/index.json" ], + [ dct:format "text/html" ; rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/slate-build/ogc-utils/json-link/" ], [ dct:format "text/markdown" ; - rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/markdown/ogc-utils/json-link/index.md" ], - [ dct:format "application/json" ; - rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/json-full/ogc-utils/json-link/index.json" ] ; + rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/markdown/ogc-utils/json-link/index.md" ] ; dct:hasVersion "0.1" ; dct:modified "2022-05-18"^^xsd:date ; dct:source ; @@ -574,14 +574,14 @@ bblocks:ogc.ogc-utils.json-link a skos:Concept, skos:prefLabel "OGC Building Blocks Register" . [] a prov:Activity ; - prov:endedAtTime "2023-11-19T04:06:25.834044"^^xsd:dateTime ; - prov:startedAtTime "2023-11-19T04:06:25.746636"^^xsd:dateTime ; + prov:endedAtTime "2023-11-26T04:06:36.224138"^^xsd:dateTime ; + prov:startedAtTime "2023-11-26T04:06:36.134457"^^xsd:dateTime ; prov:used [ a prov:Entity ; - dct:format "application/yaml" ; - rdfs:seeAlso ], - [ a prov:Entity ; dct:format "application/json" ; - rdfs:seeAlso ] ; + rdfs:seeAlso ], + [ a prov:Entity ; + dct:format "application/yaml" ; + rdfs:seeAlso ] ; prov:wasAssociatedWith [ a prov:Agent, schema:SoftwareApplication ; rdfs:label "OGC-NA tools" ; diff --git a/generateddocs/json-full/geo/json-fg/featureCollection-lenient/index.json b/generateddocs/json-full/geo/json-fg/featureCollection-lenient/index.json index ae9f02fbe..2c17bc86a 100644 --- a/generateddocs/json-full/geo/json-fg/featureCollection-lenient/index.json +++ b/generateddocs/json-full/geo/json-fg/featureCollection-lenient/index.json @@ -24,8 +24,8 @@ "group": "JSON-FG", "shaclRules": {}, "dependsOn": [ - "ogc.geo.json-fg.feature-lenient", "ogc.geo.features.featureCollection", + "ogc.geo.json-fg.feature-lenient", "ogc.ogc-utils.json-link" ], "schema": { diff --git a/generateddocs/json-full/geo/json-fg/featureCollection/index.json b/generateddocs/json-full/geo/json-fg/featureCollection/index.json index 98698e27a..f047c8957 100644 --- a/generateddocs/json-full/geo/json-fg/featureCollection/index.json +++ b/generateddocs/json-full/geo/json-fg/featureCollection/index.json @@ -21,8 +21,8 @@ "shaclRules": {}, "dependsOn": [ "ogc.geo.features.featureCollection", - "ogc.ogc-utils.json-link", - "ogc.geo.json-fg.feature" + "ogc.geo.json-fg.feature", + "ogc.ogc-utils.json-link" ], "schema": { "application/yaml": "https://opengeospatial.github.io/bblocks/annotated-schemas/geo/json-fg/featureCollection/schema.yaml", diff --git a/generateddocs/json-full/unstable/sosa/examples/vectorObservation/index.json b/generateddocs/json-full/unstable/sosa/examples/vectorObservation/index.json index 2ac3c43ce..5230c2f1d 100644 --- a/generateddocs/json-full/unstable/sosa/examples/vectorObservation/index.json +++ b/generateddocs/json-full/unstable/sosa/examples/vectorObservation/index.json @@ -19,8 +19,8 @@ "maturity": "development", "scope": "unstable", "dependsOn": [ - "ogc.geo.geopose.basic.ypr", - "ogc.unstable.sosa.properties.observation" + "ogc.unstable.sosa.properties.observation", + "ogc.geo.geopose.basic.ypr" ], "tags": [ "sosa", diff --git a/generateddocs/json-full/unstable/sosa/examples/vectorObservationFeature/index.json b/generateddocs/json-full/unstable/sosa/examples/vectorObservationFeature/index.json index 76b683ea3..f83b899e6 100644 --- a/generateddocs/json-full/unstable/sosa/examples/vectorObservationFeature/index.json +++ b/generateddocs/json-full/unstable/sosa/examples/vectorObservationFeature/index.json @@ -19,10 +19,10 @@ "maturity": "development", "scope": "unstable", "dependsOn": [ + "ogc.unstable.sosa.properties.observation", "ogc.unstable.sosa.examples.vectorObservation", "ogc.unstable.sosa.features.observation", - "ogc.unstable.sosa.features.observationCollection", - "ogc.unstable.sosa.properties.observation" + "ogc.unstable.sosa.features.observationCollection" ], "tags": [ "sosa", diff --git a/generateddocs/json-full/unstable/sosa/features/observation/index.json b/generateddocs/json-full/unstable/sosa/features/observation/index.json index b37561d13..39b7f744c 100644 --- a/generateddocs/json-full/unstable/sosa/features/observation/index.json +++ b/generateddocs/json-full/unstable/sosa/features/observation/index.json @@ -19,8 +19,8 @@ "maturity": "development", "scope": "unstable", "dependsOn": [ - "ogc.geo.json-fg.feature-lenient", - "ogc.unstable.sosa.properties.observation" + "ogc.unstable.sosa.properties.observation", + "ogc.geo.json-fg.feature-lenient" ], "tags": [ "sosa", diff --git a/register.json b/register.json index a3c8bad8a..a5926ec1e 100644 --- a/register.json +++ b/register.json @@ -615,8 +615,8 @@ "maturity": "development", "scope": "unstable", "dependsOn": [ - "ogc.geo.geopose.basic.ypr", - "ogc.unstable.sosa.properties.observation" + "ogc.unstable.sosa.properties.observation", + "ogc.geo.geopose.basic.ypr" ], "tags": [ "sosa", @@ -878,8 +878,8 @@ "shaclRules": {}, "dependsOn": [ "ogc.geo.features.featureCollection", - "ogc.ogc-utils.json-link", - "ogc.geo.json-fg.feature" + "ogc.geo.json-fg.feature", + "ogc.ogc-utils.json-link" ], "schema": { "application/yaml": "https://opengeospatial.github.io/bblocks/annotated-schemas/geo/json-fg/featureCollection/schema.yaml", @@ -928,8 +928,8 @@ "group": "JSON-FG", "shaclRules": {}, "dependsOn": [ - "ogc.geo.json-fg.feature-lenient", "ogc.geo.features.featureCollection", + "ogc.geo.json-fg.feature-lenient", "ogc.ogc-utils.json-link" ], "schema": { @@ -972,8 +972,8 @@ "maturity": "development", "scope": "unstable", "dependsOn": [ - "ogc.geo.json-fg.feature-lenient", - "ogc.unstable.sosa.properties.observation" + "ogc.unstable.sosa.properties.observation", + "ogc.geo.json-fg.feature-lenient" ], "tags": [ "sosa", @@ -1093,10 +1093,10 @@ "maturity": "development", "scope": "unstable", "dependsOn": [ + "ogc.unstable.sosa.properties.observation", "ogc.unstable.sosa.examples.vectorObservation", "ogc.unstable.sosa.features.observation", - "ogc.unstable.sosa.features.observationCollection", - "ogc.unstable.sosa.properties.observation" + "ogc.unstable.sosa.features.observationCollection" ], "tags": [ "sosa", diff --git a/tests/geo/common/data_types/bounding_box/_report.json b/tests/geo/common/data_types/bounding_box/_report.json index 325d62a17..9f2f691c7 100644 --- a/tests/geo/common/data_types/bounding_box/_report.json +++ b/tests/geo/common/data_types/bounding_box/_report.json @@ -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": "2023-11-19T04:06:22.050736+00:00", + "generated": "2023-11-26T04:06:31.962387+00:00", "result": true, "items": [ { diff --git a/tests/geo/common/data_types/bounding_box/example_1_1.validation_passed.txt b/tests/geo/common/data_types/bounding_box/example_1_1.validation_passed.txt index 0fbcebc2c..7d4fe30c2 100644 --- a/tests/geo/common/data_types/bounding_box/example_1_1.validation_passed.txt +++ b/tests/geo/common/data_types/bounding_box/example_1_1.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.geo.common.data_types.bounding_box - Bounding Box -Generated 2023-11-19T04:06:22.050685+00:00 +Generated 2023-11-26T04:06:31.962337+00:00 === Files === Using example_1_1.json from examples === End Files === diff --git a/tests/geo/common/parameters/bbox-crs/_report.json b/tests/geo/common/parameters/bbox-crs/_report.json index d66c2e7ba..72457c973 100644 --- a/tests/geo/common/parameters/bbox-crs/_report.json +++ b/tests/geo/common/parameters/bbox-crs/_report.json @@ -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": "2023-11-19T04:06:21.953116+00:00", + "generated": "2023-11-26T04:06:31.862227+00:00", "result": true, "items": [], "globalErrors": {}, diff --git a/tests/geo/common/parameters/bbox/_report.json b/tests/geo/common/parameters/bbox/_report.json index 0e81d1d90..082a8f91a 100644 --- a/tests/geo/common/parameters/bbox/_report.json +++ b/tests/geo/common/parameters/bbox/_report.json @@ -2,7 +2,7 @@ "title": "Validation report for ogc.geo.common.parameters.bbox - bbox", "bblockName": "bbox", "bblockId": "ogc.geo.common.parameters.bbox", - "generated": "2023-11-19T04:06:21.948765+00:00", + "generated": "2023-11-26T04:06:31.857747+00:00", "result": true, "items": [], "globalErrors": {}, diff --git a/tests/geo/features/feature/_report.json b/tests/geo/features/feature/_report.json index b293d0bb4..dcefdb8c2 100644 --- a/tests/geo/features/feature/_report.json +++ b/tests/geo/features/feature/_report.json @@ -2,7 +2,7 @@ "title": "Validation report for ogc.geo.features.feature - Feature", "bblockName": "Feature", "bblockId": "ogc.geo.features.feature", - "generated": "2023-11-19T04:06:22.063951+00:00", + "generated": "2023-11-26T04:06:31.975899+00:00", "result": true, "items": [ { diff --git a/tests/geo/features/feature/example_1_1.validation_passed.txt b/tests/geo/features/feature/example_1_1.validation_passed.txt index ea2b16598..16a1393a5 100644 --- a/tests/geo/features/feature/example_1_1.validation_passed.txt +++ b/tests/geo/features/feature/example_1_1.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.geo.features.feature - Feature -Generated 2023-11-19T04:06:22.063894+00:00 +Generated 2023-11-26T04:06:31.975842+00:00 === Files === Using example_1_1.json from examples JSON-LD context is present - uplifting diff --git a/tests/geo/features/featureCollection/_report.json b/tests/geo/features/featureCollection/_report.json index 506939a7b..359dbf59d 100644 --- a/tests/geo/features/featureCollection/_report.json +++ b/tests/geo/features/featureCollection/_report.json @@ -2,7 +2,7 @@ "title": "Validation report for ogc.geo.features.featureCollection - Feature Collection", "bblockName": "Feature Collection", "bblockId": "ogc.geo.features.featureCollection", - "generated": "2023-11-19T04:06:22.410203+00:00", + "generated": "2023-11-26T04:06:32.406718+00:00", "result": true, "items": [ { diff --git a/tests/geo/features/featureCollection/example_1_1.validation_passed.txt b/tests/geo/features/featureCollection/example_1_1.validation_passed.txt index 08c3da634..ca39ee19a 100644 --- a/tests/geo/features/featureCollection/example_1_1.validation_passed.txt +++ b/tests/geo/features/featureCollection/example_1_1.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.geo.features.featureCollection - Feature Collection -Generated 2023-11-19T04:06:22.410147+00:00 +Generated 2023-11-26T04:06:32.406653+00:00 === Files === Using example_1_1.json from examples JSON-LD context is present - uplifting diff --git a/tests/geo/geopose/basic/ypr/_report.json b/tests/geo/geopose/basic/ypr/_report.json index 9a2a8d1c2..feab430d1 100644 --- a/tests/geo/geopose/basic/ypr/_report.json +++ b/tests/geo/geopose/basic/ypr/_report.json @@ -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": "2023-11-19T04:06:21.983892+00:00", + "generated": "2023-11-26T04:06:31.893105+00:00", "result": true, "items": [ { diff --git a/tests/geo/geopose/basic/ypr/example_1_1.validation_passed.txt b/tests/geo/geopose/basic/ypr/example_1_1.validation_passed.txt index b025def88..4ab6c59b6 100644 --- a/tests/geo/geopose/basic/ypr/example_1_1.validation_passed.txt +++ b/tests/geo/geopose/basic/ypr/example_1_1.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.geo.geopose.basic.ypr - GeoPose Basic-YPR -Generated 2023-11-19T04:06:21.975987+00:00 +Generated 2023-11-26T04:06:31.885066+00:00 === Files === Using example_1_1.json from examples JSON-LD context is present - uplifting diff --git a/tests/geo/geopose/basic/ypr/example_2_1.validation_passed.txt b/tests/geo/geopose/basic/ypr/example_2_1.validation_passed.txt index 7299d3d54..d8679203b 100644 --- a/tests/geo/geopose/basic/ypr/example_2_1.validation_passed.txt +++ b/tests/geo/geopose/basic/ypr/example_2_1.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.geo.geopose.basic.ypr - GeoPose Basic-YPR -Generated 2023-11-19T04:06:21.978598+00:00 +Generated 2023-11-26T04:06:31.887793+00:00 === Files === Using example_2_1.json from examples JSON-LD context is present - uplifting diff --git a/tests/geo/geopose/basic/ypr/example_3_1.validation_passed.txt b/tests/geo/geopose/basic/ypr/example_3_1.validation_passed.txt index 73ff4845d..69c90ed7d 100644 --- a/tests/geo/geopose/basic/ypr/example_3_1.validation_passed.txt +++ b/tests/geo/geopose/basic/ypr/example_3_1.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.geo.geopose.basic.ypr - GeoPose Basic-YPR -Generated 2023-11-19T04:06:21.981211+00:00 +Generated 2023-11-26T04:06:31.890328+00:00 === Files === Using example_3_1.json from examples JSON-LD context is present - uplifting diff --git a/tests/geo/geopose/basic/ypr/example_4_1.validation_passed.txt b/tests/geo/geopose/basic/ypr/example_4_1.validation_passed.txt index 87c0040ba..c191b098f 100644 --- a/tests/geo/geopose/basic/ypr/example_4_1.validation_passed.txt +++ b/tests/geo/geopose/basic/ypr/example_4_1.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.geo.geopose.basic.ypr - GeoPose Basic-YPR -Generated 2023-11-19T04:06:21.983817+00:00 +Generated 2023-11-26T04:06:31.892993+00:00 === Files === Using example_4_1.json from examples JSON-LD context is present - uplifting diff --git a/tests/geo/json-fg/featureCollection/_report.json b/tests/geo/json-fg/featureCollection/_report.json index 32c940322..2a4eef489 100644 --- a/tests/geo/json-fg/featureCollection/_report.json +++ b/tests/geo/json-fg/featureCollection/_report.json @@ -2,7 +2,7 @@ "title": "Validation report for ogc.geo.json-fg.featureCollection - JSON-FG Feature Collection", "bblockName": "JSON-FG Feature Collection", "bblockId": "ogc.geo.json-fg.featureCollection", - "generated": "2023-11-19T04:06:23.534287+00:00", + "generated": "2023-11-26T04:06:33.548733+00:00", "result": true, "items": [ { diff --git a/tests/geo/json-fg/featureCollection/example_1_1.validation_passed.txt b/tests/geo/json-fg/featureCollection/example_1_1.validation_passed.txt index 253f7948b..6239a7565 100644 --- a/tests/geo/json-fg/featureCollection/example_1_1.validation_passed.txt +++ b/tests/geo/json-fg/featureCollection/example_1_1.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.geo.json-fg.featureCollection - JSON-FG Feature Collection -Generated 2023-11-19T04:06:23.534214+00:00 +Generated 2023-11-26T04:06:33.548663+00:00 === Files === Using example_1_1.json from examples JSON-LD context is present - uplifting diff --git a/tests/geo/json-fg/featureCollection/required-properties-fail.validation_passed.txt b/tests/geo/json-fg/featureCollection/required-properties-fail.validation_passed.txt index 56f9c4cca..29febaacd 100644 --- a/tests/geo/json-fg/featureCollection/required-properties-fail.validation_passed.txt +++ b/tests/geo/json-fg/featureCollection/required-properties-fail.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.geo.json-fg.featureCollection - JSON-FG Feature Collection -Generated 2023-11-19T04:06:22.758994+00:00 +Generated 2023-11-26T04:06:32.795266+00:00 === General === Test was expected to fail and it did. === End General === diff --git a/tests/geo/json-fg/link-role/_report.json b/tests/geo/json-fg/link-role/_report.json index 61db29fee..8b8763226 100644 --- a/tests/geo/json-fg/link-role/_report.json +++ b/tests/geo/json-fg/link-role/_report.json @@ -2,7 +2,7 @@ "title": "Validation report for ogc.geo.json-fg.link-role - Link with role and target conformance", "bblockName": "Link with role and target conformance", "bblockId": "ogc.geo.json-fg.link-role", - "generated": "2023-11-19T04:06:22.074592+00:00", + "generated": "2023-11-26T04:06:31.986772+00:00", "result": true, "items": [ { diff --git a/tests/geo/json-fg/link-role/example_1_1.validation_passed.txt b/tests/geo/json-fg/link-role/example_1_1.validation_passed.txt index 785698080..db0951753 100644 --- a/tests/geo/json-fg/link-role/example_1_1.validation_passed.txt +++ b/tests/geo/json-fg/link-role/example_1_1.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.geo.json-fg.link-role - Link with role and target conformance -Generated 2023-11-19T04:06:22.074540+00:00 +Generated 2023-11-26T04:06:31.986719+00:00 === Files === Using example_1_1.json from examples JSON-LD context is present - uplifting diff --git a/tests/ogc-utils/iri-or-curie/_report.json b/tests/ogc-utils/iri-or-curie/_report.json index abfd29b5d..647128cc1 100644 --- a/tests/ogc-utils/iri-or-curie/_report.json +++ b/tests/ogc-utils/iri-or-curie/_report.json @@ -2,7 +2,7 @@ "title": "Validation report for ogc.ogc-utils.iri-or-curie - IRI or CURIE", "bblockName": "IRI or CURIE", "bblockId": "ogc.ogc-utils.iri-or-curie", - "generated": "2023-11-19T04:06:22.003418+00:00", + "generated": "2023-11-26T04:06:31.913632+00:00", "result": true, "items": [ { diff --git a/tests/ogc-utils/iri-or-curie/example_1_2.validation_passed.txt b/tests/ogc-utils/iri-or-curie/example_1_2.validation_passed.txt index d90090b3d..ffd1156af 100644 --- a/tests/ogc-utils/iri-or-curie/example_1_2.validation_passed.txt +++ b/tests/ogc-utils/iri-or-curie/example_1_2.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.ogc-utils.iri-or-curie - IRI or CURIE -Generated 2023-11-19T04:06:21.993853+00:00 +Generated 2023-11-26T04:06:31.903757+00:00 === Files === Using example_1_2.json from examples === End Files === diff --git a/tests/ogc-utils/iri-or-curie/example_2_2.validation_passed.txt b/tests/ogc-utils/iri-or-curie/example_2_2.validation_passed.txt index 680b12b3d..27e868e27 100644 --- a/tests/ogc-utils/iri-or-curie/example_2_2.validation_passed.txt +++ b/tests/ogc-utils/iri-or-curie/example_2_2.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.ogc-utils.iri-or-curie - IRI or CURIE -Generated 2023-11-19T04:06:21.994292+00:00 +Generated 2023-11-26T04:06:31.904197+00:00 === Files === Using example_2_2.json from examples === End Files === diff --git a/tests/ogc-utils/iri-or-curie/example_3_2.validation_passed.txt b/tests/ogc-utils/iri-or-curie/example_3_2.validation_passed.txt index 34cf5f946..54e8579d1 100644 --- a/tests/ogc-utils/iri-or-curie/example_3_2.validation_passed.txt +++ b/tests/ogc-utils/iri-or-curie/example_3_2.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.ogc-utils.iri-or-curie - IRI or CURIE -Generated 2023-11-19T04:06:21.994721+00:00 +Generated 2023-11-26T04:06:31.904621+00:00 === Files === Using example_3_2.json from examples === End Files === diff --git a/tests/ogc-utils/iri-or-curie/example_4_2.validation_passed.txt b/tests/ogc-utils/iri-or-curie/example_4_2.validation_passed.txt index 09767a805..4baac63a5 100644 --- a/tests/ogc-utils/iri-or-curie/example_4_2.validation_passed.txt +++ b/tests/ogc-utils/iri-or-curie/example_4_2.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.ogc-utils.iri-or-curie - IRI or CURIE -Generated 2023-11-19T04:06:21.995324+00:00 +Generated 2023-11-26T04:06:31.905233+00:00 === Files === Using example_4_2.json from examples === End Files === diff --git a/tests/ogc-utils/iri-or-curie/example_5_2.validation_passed.txt b/tests/ogc-utils/iri-or-curie/example_5_2.validation_passed.txt index 6dd8f166f..d25ba1041 100644 --- a/tests/ogc-utils/iri-or-curie/example_5_2.validation_passed.txt +++ b/tests/ogc-utils/iri-or-curie/example_5_2.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.ogc-utils.iri-or-curie - IRI or CURIE -Generated 2023-11-19T04:06:21.995793+00:00 +Generated 2023-11-26T04:06:31.905751+00:00 === Files === Using example_5_2.json from examples === End Files === diff --git a/tests/ogc-utils/iri-or-curie/example_6_2.validation_passed.txt b/tests/ogc-utils/iri-or-curie/example_6_2.validation_passed.txt index db79b8892..3e2940c08 100644 --- a/tests/ogc-utils/iri-or-curie/example_6_2.validation_passed.txt +++ b/tests/ogc-utils/iri-or-curie/example_6_2.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.ogc-utils.iri-or-curie - IRI or CURIE -Generated 2023-11-19T04:06:21.999283+00:00 +Generated 2023-11-26T04:06:31.909456+00:00 === Files === Using example_6_2.json from examples === End Files === diff --git a/tests/ogc-utils/iri-or-curie/example_7_1.validation_passed.txt b/tests/ogc-utils/iri-or-curie/example_7_1.validation_passed.txt index c7383a5b5..b484317ef 100644 --- a/tests/ogc-utils/iri-or-curie/example_7_1.validation_passed.txt +++ b/tests/ogc-utils/iri-or-curie/example_7_1.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.ogc-utils.iri-or-curie - IRI or CURIE -Generated 2023-11-19T04:06:22.003354+00:00 +Generated 2023-11-26T04:06:31.913568+00:00 === Files === Using example_7_1.jsonld from examples Output Turtle example_7_1.ttl created diff --git a/tests/ogc-utils/topology/_report.json b/tests/ogc-utils/topology/_report.json index e496e0fda..e243fd18c 100644 --- a/tests/ogc-utils/topology/_report.json +++ b/tests/ogc-utils/topology/_report.json @@ -2,7 +2,7 @@ "title": "Validation report for ogc.ogc-utils.topology - Geometry using references", "bblockName": "Geometry using references", "bblockId": "ogc.ogc-utils.topology", - "generated": "2023-11-19T04:06:22.084034+00:00", + "generated": "2023-11-26T04:06:31.996444+00:00", "result": true, "items": [ { diff --git a/tests/ogc-utils/topology/example_1_1.validation_passed.txt b/tests/ogc-utils/topology/example_1_1.validation_passed.txt index 73cdeed0a..1dac67bed 100644 --- a/tests/ogc-utils/topology/example_1_1.validation_passed.txt +++ b/tests/ogc-utils/topology/example_1_1.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.ogc-utils.topology - Geometry using references -Generated 2023-11-19T04:06:22.083970+00:00 +Generated 2023-11-26T04:06:31.996390+00:00 === Files === Using example_1_1.json from examples JSON-LD context is present - uplifting diff --git a/tests/report.html b/tests/report.html index b30140eba..f4f357122 100644 --- a/tests/report.html +++ b/tests/report.html @@ -26,7 +26,7 @@

Building blocks validation report

- Generated at 2023-11-19T04:06:25.743751+00:00 + Generated at 2023-11-26T04:06:36.131450+00:00

Number of passing building blocks: 24 / 24 (100%)

@@ -549,15 +549,15 @@

Conforms: True

Focus nodes: - - Shape <http://example.com/rules#testObservedProperty>: *none* - - Shape <http://example.com/rules#testRequiredTime>: *none* - - Shape <http://example.com/rules#testFeatureOfInterest>: *none* - Shape <http://example.com/rules#testResult>: *none* - - Shape <http://example.com/rules#testFeatureOfInterest>/sh:property (path _:na14cca79e5444ab6865330808b35135bb29): *none* - - Shape <http://example.com/rules#testRequiredTime>/sh:or/rdf:rest/rdf:first (path _:na14cca79e5444ab6865330808b35135bb11): *none* - - Shape <http://example.com/rules#testRequiredTime>/sh:or/rdf:first (path _:na14cca79e5444ab6865330808b35135bb5): *none* - - Shape <http://example.com/rules#testObservedProperty>/sh:property (path _:na14cca79e5444ab6865330808b35135bb19): *none* - - Shape <http://example.com/rules#testResult>/sh:property (path _:na14cca79e5444ab6865330808b35135bb32): *none* + - Shape <http://example.com/rules#testFeatureOfInterest>: *none* + - Shape <http://example.com/rules#testRequiredTime>: *none* + - Shape <http://example.com/rules#testObservedProperty>: *none* + - Shape <http://example.com/rules#testResult>/sh:property (path _:n27e4a47e02164b269d16fbc19d7c1cdcb32): *none* + - Shape <http://example.com/rules#testFeatureOfInterest>/sh:property (path _:n27e4a47e02164b269d16fbc19d7c1cdcb29): *none* + - Shape <http://example.com/rules#testObservedProperty>/sh:property (path _:n27e4a47e02164b269d16fbc19d7c1cdcb19): *none* + - Shape <http://example.com/rules#testRequiredTime>/sh:or/rdf:rest/rdf:first (path _:n27e4a47e02164b269d16fbc19d7c1cdcb11): *none* + - Shape <http://example.com/rules#testRequiredTime>/sh:or/rdf:first (path _:n27e4a47e02164b269d16fbc19d7c1cdcb5): *none*
@@ -595,15 +595,15 @@

Conforms: True
Focus nodes: - - Shape <http://example.com/rules#testObservedProperty>: *none* - - Shape <http://example.com/rules#testRequiredTime>: *none* - - Shape <http://example.com/rules#testFeatureOfInterest>: *none* - Shape <http://example.com/rules#testResult>: *none* - - Shape <http://example.com/rules#testFeatureOfInterest>/sh:property (path _:na14cca79e5444ab6865330808b35135bb29): *none* - - Shape <http://example.com/rules#testRequiredTime>/sh:or/rdf:rest/rdf:first (path _:na14cca79e5444ab6865330808b35135bb11): *none* - - Shape <http://example.com/rules#testRequiredTime>/sh:or/rdf:first (path _:na14cca79e5444ab6865330808b35135bb5): *none* - - Shape <http://example.com/rules#testObservedProperty>/sh:property (path _:na14cca79e5444ab6865330808b35135bb19): *none* - - Shape <http://example.com/rules#testResult>/sh:property (path _:na14cca79e5444ab6865330808b35135bb32): *none* + - Shape <http://example.com/rules#testFeatureOfInterest>: *none* + - Shape <http://example.com/rules#testRequiredTime>: *none* + - Shape <http://example.com/rules#testObservedProperty>: *none* + - Shape <http://example.com/rules#testResult>/sh:property (path _:n27e4a47e02164b269d16fbc19d7c1cdcb32): *none* + - Shape <http://example.com/rules#testFeatureOfInterest>/sh:property (path _:n27e4a47e02164b269d16fbc19d7c1cdcb29): *none* + - Shape <http://example.com/rules#testObservedProperty>/sh:property (path _:n27e4a47e02164b269d16fbc19d7c1cdcb19): *none* + - Shape <http://example.com/rules#testRequiredTime>/sh:or/rdf:rest/rdf:first (path _:n27e4a47e02164b269d16fbc19d7c1cdcb11): *none* + - Shape <http://example.com/rules#testRequiredTime>/sh:or/rdf:first (path _:n27e4a47e02164b269d16fbc19d7c1cdcb5): *none*
@@ -637,15 +637,15 @@

Conforms: True
Focus nodes: - - Shape <http://example.com/rules#testObservedProperty>: _:ne16b2127fe644c05ad24ffde9703cb18b1 - - Shape <http://example.com/rules#testRequiredTime>: _:ne16b2127fe644c05ad24ffde9703cb18b1 - - Shape <http://example.com/rules#testFeatureOfInterest>: _:ne16b2127fe644c05ad24ffde9703cb18b1 - - Shape <http://example.com/rules#testResult>: _:ne16b2127fe644c05ad24ffde9703cb18b1 - - Shape <http://example.com/rules#testFeatureOfInterest>/sh:property (path _:na14cca79e5444ab6865330808b35135bb29): *none* - - Shape <http://example.com/rules#testRequiredTime>/sh:or/rdf:rest/rdf:first (path _:na14cca79e5444ab6865330808b35135bb11): *none* - - Shape <http://example.com/rules#testRequiredTime>/sh:or/rdf:first (path _:na14cca79e5444ab6865330808b35135bb5): *none* - - Shape <http://example.com/rules#testObservedProperty>/sh:property (path _:na14cca79e5444ab6865330808b35135bb19): *none* - - Shape <http://example.com/rules#testResult>/sh:property (path _:na14cca79e5444ab6865330808b35135bb32): *none* + - Shape <http://example.com/rules#testResult>: _:ne50966667e1744978d20c8bd67e971c6b1 + - Shape <http://example.com/rules#testFeatureOfInterest>: _:ne50966667e1744978d20c8bd67e971c6b1 + - Shape <http://example.com/rules#testRequiredTime>: _:ne50966667e1744978d20c8bd67e971c6b1 + - Shape <http://example.com/rules#testObservedProperty>: _:ne50966667e1744978d20c8bd67e971c6b1 + - Shape <http://example.com/rules#testResult>/sh:property (path _:n27e4a47e02164b269d16fbc19d7c1cdcb32): *none* + - Shape <http://example.com/rules#testFeatureOfInterest>/sh:property (path _:n27e4a47e02164b269d16fbc19d7c1cdcb29): *none* + - Shape <http://example.com/rules#testObservedProperty>/sh:property (path _:n27e4a47e02164b269d16fbc19d7c1cdcb19): *none* + - Shape <http://example.com/rules#testRequiredTime>/sh:or/rdf:rest/rdf:first (path _:n27e4a47e02164b269d16fbc19d7c1cdcb11): *none* + - Shape <http://example.com/rules#testRequiredTime>/sh:or/rdf:first (path _:n27e4a47e02164b269d16fbc19d7c1cdcb5): *none*
@@ -683,15 +683,15 @@

Conforms: True
Focus nodes: - - Shape <http://example.com/rules#testObservedProperty>: *none* - - Shape <http://example.com/rules#testRequiredTime>: *none* - - Shape <http://example.com/rules#testFeatureOfInterest>: *none* - Shape <http://example.com/rules#testResult>: *none* - - Shape <http://example.com/rules#testFeatureOfInterest>/sh:property (path _:na14cca79e5444ab6865330808b35135bb29): *none* - - Shape <http://example.com/rules#testRequiredTime>/sh:or/rdf:rest/rdf:first (path _:na14cca79e5444ab6865330808b35135bb11): *none* - - Shape <http://example.com/rules#testRequiredTime>/sh:or/rdf:first (path _:na14cca79e5444ab6865330808b35135bb5): *none* - - Shape <http://example.com/rules#testObservedProperty>/sh:property (path _:na14cca79e5444ab6865330808b35135bb19): *none* - - Shape <http://example.com/rules#testResult>/sh:property (path _:na14cca79e5444ab6865330808b35135bb32): *none* + - Shape <http://example.com/rules#testFeatureOfInterest>: *none* + - Shape <http://example.com/rules#testRequiredTime>: *none* + - Shape <http://example.com/rules#testObservedProperty>: *none* + - Shape <http://example.com/rules#testResult>/sh:property (path _:n27e4a47e02164b269d16fbc19d7c1cdcb32): *none* + - Shape <http://example.com/rules#testFeatureOfInterest>/sh:property (path _:n27e4a47e02164b269d16fbc19d7c1cdcb29): *none* + - Shape <http://example.com/rules#testObservedProperty>/sh:property (path _:n27e4a47e02164b269d16fbc19d7c1cdcb19): *none* + - Shape <http://example.com/rules#testRequiredTime>/sh:or/rdf:rest/rdf:first (path _:n27e4a47e02164b269d16fbc19d7c1cdcb11): *none* + - Shape <http://example.com/rules#testRequiredTime>/sh:or/rdf:first (path _:n27e4a47e02164b269d16fbc19d7c1cdcb5): *none*
@@ -952,15 +952,15 @@

Conforms: True
Focus nodes: - - Shape <http://example.com/rules#testObservedProperty>: *none* - - Shape <http://example.com/rules#testRequiredTime>: *none* - - Shape <http://example.com/rules#testFeatureOfInterest>: *none* - Shape <http://example.com/rules#testResult>: *none* - - Shape <http://example.com/rules#testRequiredTime>/sh:or/rdf:rest/rdf:first (path _:nb55fe7a36b3b4b658253cc5649aa7e1db11): *none* - - Shape <http://example.com/rules#testObservedProperty>/sh:property (path _:nb55fe7a36b3b4b658253cc5649aa7e1db19): *none* - - Shape <http://example.com/rules#testRequiredTime>/sh:or/rdf:first (path _:nb55fe7a36b3b4b658253cc5649aa7e1db5): *none* - - Shape <http://example.com/rules#testResult>/sh:property (path _:nb55fe7a36b3b4b658253cc5649aa7e1db32): *none* - - Shape <http://example.com/rules#testFeatureOfInterest>/sh:property (path _:nb55fe7a36b3b4b658253cc5649aa7e1db29): *none* + - Shape <http://example.com/rules#testFeatureOfInterest>: *none* + - Shape <http://example.com/rules#testRequiredTime>: *none* + - Shape <http://example.com/rules#testObservedProperty>: *none* + - Shape <http://example.com/rules#testFeatureOfInterest>/sh:property (path _:nfbcd896d81dd4a6187380ea8c96c8b41b29): *none* + - Shape <http://example.com/rules#testObservedProperty>/sh:property (path _:nfbcd896d81dd4a6187380ea8c96c8b41b19): *none* + - Shape <http://example.com/rules#testResult>/sh:property (path _:nfbcd896d81dd4a6187380ea8c96c8b41b32): *none* + - Shape <http://example.com/rules#testRequiredTime>/sh:or/rdf:first (path _:nfbcd896d81dd4a6187380ea8c96c8b41b5): *none* + - Shape <http://example.com/rules#testRequiredTime>/sh:or/rdf:rest/rdf:first (path _:nfbcd896d81dd4a6187380ea8c96c8b41b11): *none*
@@ -1020,15 +1020,15 @@

Conforms: True
Focus nodes: - - Shape <http://example.com/rules#testObservedProperty>: *none* - - Shape <http://example.com/rules#testRequiredTime>: *none* - - Shape <http://example.com/rules#testFeatureOfInterest>: *none* - Shape <http://example.com/rules#testResult>: *none* - - Shape <http://example.com/rules#testObservedProperty>/sh:property (path _:nc786fc0ca4c7442b8cc90fd77fcda147b19): *none* - - Shape <http://example.com/rules#testRequiredTime>/sh:or/rdf:first (path _:nc786fc0ca4c7442b8cc90fd77fcda147b5): *none* - - Shape <http://example.com/rules#testFeatureOfInterest>/sh:property (path _:nc786fc0ca4c7442b8cc90fd77fcda147b29): *none* - - Shape <http://example.com/rules#testRequiredTime>/sh:or/rdf:rest/rdf:first (path _:nc786fc0ca4c7442b8cc90fd77fcda147b11): *none* - - Shape <http://example.com/rules#testResult>/sh:property (path _:nc786fc0ca4c7442b8cc90fd77fcda147b32): *none* + - Shape <http://example.com/rules#testFeatureOfInterest>: *none* + - Shape <http://example.com/rules#testRequiredTime>: *none* + - Shape <http://example.com/rules#testObservedProperty>: *none* + - Shape <http://example.com/rules#testObservedProperty>/sh:property (path _:n6d5e07f73e7c4550bc4d8af69a579051b19): *none* + - Shape <http://example.com/rules#testRequiredTime>/sh:or/rdf:first (path _:n6d5e07f73e7c4550bc4d8af69a579051b5): *none* + - Shape <http://example.com/rules#testResult>/sh:property (path _:n6d5e07f73e7c4550bc4d8af69a579051b32): *none* + - Shape <http://example.com/rules#testFeatureOfInterest>/sh:property (path _:n6d5e07f73e7c4550bc4d8af69a579051b29): *none* + - Shape <http://example.com/rules#testRequiredTime>/sh:or/rdf:rest/rdf:first (path _:n6d5e07f73e7c4550bc4d8af69a579051b11): *none*
@@ -1066,15 +1066,15 @@

Conforms: True
Focus nodes: - - Shape <http://example.com/rules#testObservedProperty>: <http://example.com/a1> - - Shape <http://example.com/rules#testRequiredTime>: <http://example.com/a1> - - Shape <http://example.com/rules#testFeatureOfInterest>: <http://example.com/a1> - Shape <http://example.com/rules#testResult>: <http://example.com/a1> - - Shape <http://example.com/rules#testObservedProperty>/sh:property (path _:nc786fc0ca4c7442b8cc90fd77fcda147b19): *none* - - Shape <http://example.com/rules#testRequiredTime>/sh:or/rdf:first (path _:nc786fc0ca4c7442b8cc90fd77fcda147b5): *none* - - Shape <http://example.com/rules#testFeatureOfInterest>/sh:property (path _:nc786fc0ca4c7442b8cc90fd77fcda147b29): *none* - - Shape <http://example.com/rules#testRequiredTime>/sh:or/rdf:rest/rdf:first (path _:nc786fc0ca4c7442b8cc90fd77fcda147b11): *none* - - Shape <http://example.com/rules#testResult>/sh:property (path _:nc786fc0ca4c7442b8cc90fd77fcda147b32): *none* + - Shape <http://example.com/rules#testFeatureOfInterest>: <http://example.com/a1> + - Shape <http://example.com/rules#testRequiredTime>: <http://example.com/a1> + - Shape <http://example.com/rules#testObservedProperty>: <http://example.com/a1> + - Shape <http://example.com/rules#testObservedProperty>/sh:property (path _:n6d5e07f73e7c4550bc4d8af69a579051b19): *none* + - Shape <http://example.com/rules#testRequiredTime>/sh:or/rdf:first (path _:n6d5e07f73e7c4550bc4d8af69a579051b5): *none* + - Shape <http://example.com/rules#testResult>/sh:property (path _:n6d5e07f73e7c4550bc4d8af69a579051b32): *none* + - Shape <http://example.com/rules#testFeatureOfInterest>/sh:property (path _:n6d5e07f73e7c4550bc4d8af69a579051b29): *none* + - Shape <http://example.com/rules#testRequiredTime>/sh:or/rdf:rest/rdf:first (path _:n6d5e07f73e7c4550bc4d8af69a579051b11): *none*
@@ -1108,15 +1108,15 @@

Conforms: True
Focus nodes: - - Shape <http://example.com/rules#testObservedProperty>: eg:a1 - - Shape <http://example.com/rules#testRequiredTime>: eg:a1 - - Shape <http://example.com/rules#testFeatureOfInterest>: eg:a1 - Shape <http://example.com/rules#testResult>: eg:a1 - - Shape <http://example.com/rules#testObservedProperty>/sh:property (path _:nc786fc0ca4c7442b8cc90fd77fcda147b19): *none* - - Shape <http://example.com/rules#testRequiredTime>/sh:or/rdf:first (path _:nc786fc0ca4c7442b8cc90fd77fcda147b5): *none* - - Shape <http://example.com/rules#testFeatureOfInterest>/sh:property (path _:nc786fc0ca4c7442b8cc90fd77fcda147b29): *none* - - Shape <http://example.com/rules#testRequiredTime>/sh:or/rdf:rest/rdf:first (path _:nc786fc0ca4c7442b8cc90fd77fcda147b11): *none* - - Shape <http://example.com/rules#testResult>/sh:property (path _:nc786fc0ca4c7442b8cc90fd77fcda147b32): *none* + - Shape <http://example.com/rules#testFeatureOfInterest>: eg:a1 + - Shape <http://example.com/rules#testRequiredTime>: eg:a1 + - Shape <http://example.com/rules#testObservedProperty>: eg:a1 + - Shape <http://example.com/rules#testObservedProperty>/sh:property (path _:n6d5e07f73e7c4550bc4d8af69a579051b19): *none* + - Shape <http://example.com/rules#testRequiredTime>/sh:or/rdf:first (path _:n6d5e07f73e7c4550bc4d8af69a579051b5): *none* + - Shape <http://example.com/rules#testResult>/sh:property (path _:n6d5e07f73e7c4550bc4d8af69a579051b32): *none* + - Shape <http://example.com/rules#testFeatureOfInterest>/sh:property (path _:n6d5e07f73e7c4550bc4d8af69a579051b29): *none* + - Shape <http://example.com/rules#testRequiredTime>/sh:or/rdf:rest/rdf:first (path _:n6d5e07f73e7c4550bc4d8af69a579051b11): *none*
@@ -1422,15 +1422,15 @@

Conforms: True
Focus nodes: - - Shape <http://example.com/rules#testObservedProperty>: <http://example.com/pop1999> - - Shape <http://example.com/rules#testRequiredTime>: <http://example.com/pop1999> - - Shape <http://example.com/rules#testFeatureOfInterest>: <http://example.com/pop1999> - Shape <http://example.com/rules#testResult>: <http://example.com/pop1999> - - Shape <http://example.com/rules#testResult>/sh:property (path _:nac4157c62ce34b76831a70cbed572520b32): *none* - - Shape <http://example.com/rules#testRequiredTime>/sh:or/rdf:first (path _:nac4157c62ce34b76831a70cbed572520b5): *none* - - Shape <http://example.com/rules#testObservedProperty>/sh:property (path _:nac4157c62ce34b76831a70cbed572520b19): *none* - - Shape <http://example.com/rules#testFeatureOfInterest>/sh:property (path _:nac4157c62ce34b76831a70cbed572520b29): *none* - - Shape <http://example.com/rules#testRequiredTime>/sh:or/rdf:rest/rdf:first (path _:nac4157c62ce34b76831a70cbed572520b11): *none* + - Shape <http://example.com/rules#testFeatureOfInterest>: <http://example.com/pop1999> + - Shape <http://example.com/rules#testRequiredTime>: <http://example.com/pop1999> + - Shape <http://example.com/rules#testObservedProperty>: <http://example.com/pop1999> + - Shape <http://example.com/rules#testResult>/sh:property (path _:n9ea17c1423b94f70bef68bdfcd4edbcfb32): *none* + - Shape <http://example.com/rules#testObservedProperty>/sh:property (path _:n9ea17c1423b94f70bef68bdfcd4edbcfb19): *none* + - Shape <http://example.com/rules#testRequiredTime>/sh:or/rdf:first (path _:n9ea17c1423b94f70bef68bdfcd4edbcfb5): *none* + - Shape <http://example.com/rules#testRequiredTime>/sh:or/rdf:rest/rdf:first (path _:n9ea17c1423b94f70bef68bdfcd4edbcfb11): *none* + - Shape <http://example.com/rules#testFeatureOfInterest>/sh:property (path _:n9ea17c1423b94f70bef68bdfcd4edbcfb29): *none*
@@ -1464,15 +1464,15 @@

Conforms: True
Focus nodes: - - Shape <http://example.com/rules#testObservedProperty>: _:nfc6e0d8b83f049019286ad9c6da029c6b1 - - Shape <http://example.com/rules#testRequiredTime>: _:nfc6e0d8b83f049019286ad9c6da029c6b1 - - Shape <http://example.com/rules#testFeatureOfInterest>: _:nfc6e0d8b83f049019286ad9c6da029c6b1 - - Shape <http://example.com/rules#testResult>: _:nfc6e0d8b83f049019286ad9c6da029c6b1 - - Shape <http://example.com/rules#testResult>/sh:property (path _:nac4157c62ce34b76831a70cbed572520b32): *none* - - Shape <http://example.com/rules#testRequiredTime>/sh:or/rdf:first (path _:nac4157c62ce34b76831a70cbed572520b5): *none* - - Shape <http://example.com/rules#testObservedProperty>/sh:property (path _:nac4157c62ce34b76831a70cbed572520b19): *none* - - Shape <http://example.com/rules#testFeatureOfInterest>/sh:property (path _:nac4157c62ce34b76831a70cbed572520b29): *none* - - Shape <http://example.com/rules#testRequiredTime>/sh:or/rdf:rest/rdf:first (path _:nac4157c62ce34b76831a70cbed572520b11): *none* + - Shape <http://example.com/rules#testResult>: _:n80521c6385394cc191b71e9d97f9c398b1 + - Shape <http://example.com/rules#testFeatureOfInterest>: _:n80521c6385394cc191b71e9d97f9c398b1 + - Shape <http://example.com/rules#testRequiredTime>: _:n80521c6385394cc191b71e9d97f9c398b1 + - Shape <http://example.com/rules#testObservedProperty>: _:n80521c6385394cc191b71e9d97f9c398b1 + - Shape <http://example.com/rules#testResult>/sh:property (path _:n9ea17c1423b94f70bef68bdfcd4edbcfb32): *none* + - Shape <http://example.com/rules#testObservedProperty>/sh:property (path _:n9ea17c1423b94f70bef68bdfcd4edbcfb19): *none* + - Shape <http://example.com/rules#testRequiredTime>/sh:or/rdf:first (path _:n9ea17c1423b94f70bef68bdfcd4edbcfb5): *none* + - Shape <http://example.com/rules#testRequiredTime>/sh:or/rdf:rest/rdf:first (path _:n9ea17c1423b94f70bef68bdfcd4edbcfb11): *none* + - Shape <http://example.com/rules#testFeatureOfInterest>/sh:property (path _:n9ea17c1423b94f70bef68bdfcd4edbcfb29): *none*
@@ -1510,15 +1510,15 @@

Conforms: True
Focus nodes: - - Shape <http://example.com/rules#testObservedProperty>: <http://example.com/pop1999> - - Shape <http://example.com/rules#testRequiredTime>: <http://example.com/pop1999> - - Shape <http://example.com/rules#testFeatureOfInterest>: <http://example.com/pop1999> - Shape <http://example.com/rules#testResult>: <http://example.com/pop1999> - - Shape <http://example.com/rules#testResult>/sh:property (path _:nac4157c62ce34b76831a70cbed572520b32): *none* - - Shape <http://example.com/rules#testRequiredTime>/sh:or/rdf:first (path _:nac4157c62ce34b76831a70cbed572520b5): *none* - - Shape <http://example.com/rules#testObservedProperty>/sh:property (path _:nac4157c62ce34b76831a70cbed572520b19): *none* - - Shape <http://example.com/rules#testFeatureOfInterest>/sh:property (path _:nac4157c62ce34b76831a70cbed572520b29): *none* - - Shape <http://example.com/rules#testRequiredTime>/sh:or/rdf:rest/rdf:first (path _:nac4157c62ce34b76831a70cbed572520b11): *none* + - Shape <http://example.com/rules#testFeatureOfInterest>: <http://example.com/pop1999> + - Shape <http://example.com/rules#testRequiredTime>: <http://example.com/pop1999> + - Shape <http://example.com/rules#testObservedProperty>: <http://example.com/pop1999> + - Shape <http://example.com/rules#testResult>/sh:property (path _:n9ea17c1423b94f70bef68bdfcd4edbcfb32): *none* + - Shape <http://example.com/rules#testObservedProperty>/sh:property (path _:n9ea17c1423b94f70bef68bdfcd4edbcfb19): *none* + - Shape <http://example.com/rules#testRequiredTime>/sh:or/rdf:first (path _:n9ea17c1423b94f70bef68bdfcd4edbcfb5): *none* + - Shape <http://example.com/rules#testRequiredTime>/sh:or/rdf:rest/rdf:first (path _:n9ea17c1423b94f70bef68bdfcd4edbcfb11): *none* + - Shape <http://example.com/rules#testFeatureOfInterest>/sh:property (path _:n9ea17c1423b94f70bef68bdfcd4edbcfb29): *none*
@@ -1546,7 +1546,7 @@

Test passed: 4 / 4

-
+
- observationCollection-props.json + observationCollection-props-fail.json Test resource + Requires fail
Passed
+
General
+
Test was expected to fail but it did not.
Files
-
Using observationCollection-props.json from test resources
+
Using observationCollection-props-fail.json from test resources
JSON-LD context is present - uplifting
-
Output JSON-LD observationCollection-props.jsonld created
-
Output Turtle observationCollection-props.ttl created
+
Output JSON-LD observationCollection-props-fail.jsonld created
+
Output Turtle observationCollection-props-fail.ttl created
JSON Schema
Validation passed
SHACL
@@ -1578,21 +1581,21 @@

Conforms: True

Focus nodes: - - Shape <http://example.com/rules#testObservedProperty>: *none* - - Shape <http://example.com/rules#testRequiredTime>: *none* - - Shape <http://example.com/rules#testFeatureOfInterest>: *none* - Shape <http://example.com/rules#testResult>: *none* - - Shape <http://example.com/rules#testFeatureOfInterest>/sh:property (path _:n640674c3b32d447e9b5cc631f5a5d2e8b29): *none* - - Shape <http://example.com/rules#testResult>/sh:property (path _:n640674c3b32d447e9b5cc631f5a5d2e8b32): *none* - - Shape <http://example.com/rules#testRequiredTime>/sh:or/rdf:first (path _:n640674c3b32d447e9b5cc631f5a5d2e8b5): *none* - - Shape <http://example.com/rules#testRequiredTime>/sh:or/rdf:rest/rdf:first (path _:n640674c3b32d447e9b5cc631f5a5d2e8b11): *none* - - Shape <http://example.com/rules#testObservedProperty>/sh:property (path _:n640674c3b32d447e9b5cc631f5a5d2e8b19): *none* + - Shape <http://example.com/rules#testFeatureOfInterest>: *none* + - Shape <http://example.com/rules#testRequiredTime>: *none* + - Shape <http://example.com/rules#testObservedProperty>: *none* + - Shape <http://example.com/rules#testRequiredTime>/sh:or/rdf:rest/rdf:first (path _:n91e2f0d2229a4ae2b78bcebd798aae23b11): *none* + - Shape <http://example.com/rules#testFeatureOfInterest>/sh:property (path _:n91e2f0d2229a4ae2b78bcebd798aae23b29): *none* + - Shape <http://example.com/rules#testResult>/sh:property (path _:n91e2f0d2229a4ae2b78bcebd798aae23b32): *none* + - Shape <http://example.com/rules#testRequiredTime>/sh:or/rdf:first (path _:n91e2f0d2229a4ae2b78bcebd798aae23b5): *none* + - Shape <http://example.com/rules#testObservedProperty>/sh:property (path _:n91e2f0d2229a4ae2b78bcebd798aae23b19): *none*
-
+
- observationCollection-props-fail.json + observationCollection-props.json Test resource - Requires fail
Passed
-
General
-
Test was expected to fail but it did not.
Files
-
Using observationCollection-props-fail.json from test resources
+
Using observationCollection-props.json from test resources
JSON-LD context is present - uplifting
-
Output JSON-LD observationCollection-props-fail.jsonld created
-
Output Turtle observationCollection-props-fail.ttl created
+
Output JSON-LD observationCollection-props.jsonld created
+
Output Turtle observationCollection-props.ttl created
JSON Schema
Validation passed
SHACL
@@ -1627,15 +1627,15 @@

Conforms: True

Focus nodes: - - Shape <http://example.com/rules#testObservedProperty>: *none* - - Shape <http://example.com/rules#testRequiredTime>: *none* - - Shape <http://example.com/rules#testFeatureOfInterest>: *none* - Shape <http://example.com/rules#testResult>: *none* - - Shape <http://example.com/rules#testFeatureOfInterest>/sh:property (path _:n640674c3b32d447e9b5cc631f5a5d2e8b29): *none* - - Shape <http://example.com/rules#testResult>/sh:property (path _:n640674c3b32d447e9b5cc631f5a5d2e8b32): *none* - - Shape <http://example.com/rules#testRequiredTime>/sh:or/rdf:first (path _:n640674c3b32d447e9b5cc631f5a5d2e8b5): *none* - - Shape <http://example.com/rules#testRequiredTime>/sh:or/rdf:rest/rdf:first (path _:n640674c3b32d447e9b5cc631f5a5d2e8b11): *none* - - Shape <http://example.com/rules#testObservedProperty>/sh:property (path _:n640674c3b32d447e9b5cc631f5a5d2e8b19): *none* + - Shape <http://example.com/rules#testFeatureOfInterest>: *none* + - Shape <http://example.com/rules#testRequiredTime>: *none* + - Shape <http://example.com/rules#testObservedProperty>: *none* + - Shape <http://example.com/rules#testRequiredTime>/sh:or/rdf:rest/rdf:first (path _:n91e2f0d2229a4ae2b78bcebd798aae23b11): *none* + - Shape <http://example.com/rules#testFeatureOfInterest>/sh:property (path _:n91e2f0d2229a4ae2b78bcebd798aae23b29): *none* + - Shape <http://example.com/rules#testResult>/sh:property (path _:n91e2f0d2229a4ae2b78bcebd798aae23b32): *none* + - Shape <http://example.com/rules#testRequiredTime>/sh:or/rdf:first (path _:n91e2f0d2229a4ae2b78bcebd798aae23b5): *none* + - Shape <http://example.com/rules#testObservedProperty>/sh:property (path _:n91e2f0d2229a4ae2b78bcebd798aae23b19): *none*
@@ -1673,15 +1673,15 @@

Conforms: True

Focus nodes: - - Shape <http://example.com/rules#testObservedProperty>: *none* - - Shape <http://example.com/rules#testRequiredTime>: *none* - - Shape <http://example.com/rules#testFeatureOfInterest>: *none* - Shape <http://example.com/rules#testResult>: *none* - - Shape <http://example.com/rules#testFeatureOfInterest>/sh:property (path _:n640674c3b32d447e9b5cc631f5a5d2e8b29): *none* - - Shape <http://example.com/rules#testResult>/sh:property (path _:n640674c3b32d447e9b5cc631f5a5d2e8b32): *none* - - Shape <http://example.com/rules#testRequiredTime>/sh:or/rdf:first (path _:n640674c3b32d447e9b5cc631f5a5d2e8b5): *none* - - Shape <http://example.com/rules#testRequiredTime>/sh:or/rdf:rest/rdf:first (path _:n640674c3b32d447e9b5cc631f5a5d2e8b11): *none* - - Shape <http://example.com/rules#testObservedProperty>/sh:property (path _:n640674c3b32d447e9b5cc631f5a5d2e8b19): *none* + - Shape <http://example.com/rules#testFeatureOfInterest>: *none* + - Shape <http://example.com/rules#testRequiredTime>: *none* + - Shape <http://example.com/rules#testObservedProperty>: *none* + - Shape <http://example.com/rules#testRequiredTime>/sh:or/rdf:rest/rdf:first (path _:n91e2f0d2229a4ae2b78bcebd798aae23b11): *none* + - Shape <http://example.com/rules#testFeatureOfInterest>/sh:property (path _:n91e2f0d2229a4ae2b78bcebd798aae23b29): *none* + - Shape <http://example.com/rules#testResult>/sh:property (path _:n91e2f0d2229a4ae2b78bcebd798aae23b32): *none* + - Shape <http://example.com/rules#testRequiredTime>/sh:or/rdf:first (path _:n91e2f0d2229a4ae2b78bcebd798aae23b5): *none* + - Shape <http://example.com/rules#testObservedProperty>/sh:property (path _:n91e2f0d2229a4ae2b78bcebd798aae23b19): *none*
@@ -1715,15 +1715,15 @@

Conforms: True
Focus nodes: - - Shape <http://example.com/rules#testObservedProperty>: eg:pop1999,eg:pop2000 - - Shape <http://example.com/rules#testRequiredTime>: eg:pop1999,eg:pop2000 - - Shape <http://example.com/rules#testFeatureOfInterest>: eg:pop1999,eg:pop2000 - Shape <http://example.com/rules#testResult>: eg:pop1999,eg:pop2000 - - Shape <http://example.com/rules#testFeatureOfInterest>/sh:property (path _:n640674c3b32d447e9b5cc631f5a5d2e8b29): *none* - - Shape <http://example.com/rules#testResult>/sh:property (path _:n640674c3b32d447e9b5cc631f5a5d2e8b32): *none* - - Shape <http://example.com/rules#testRequiredTime>/sh:or/rdf:first (path _:n640674c3b32d447e9b5cc631f5a5d2e8b5): *none* - - Shape <http://example.com/rules#testRequiredTime>/sh:or/rdf:rest/rdf:first (path _:n640674c3b32d447e9b5cc631f5a5d2e8b11): *none* - - Shape <http://example.com/rules#testObservedProperty>/sh:property (path _:n640674c3b32d447e9b5cc631f5a5d2e8b19): *none* + - Shape <http://example.com/rules#testFeatureOfInterest>: eg:pop1999,eg:pop2000 + - Shape <http://example.com/rules#testRequiredTime>: eg:pop1999,eg:pop2000 + - Shape <http://example.com/rules#testObservedProperty>: eg:pop1999,eg:pop2000 + - Shape <http://example.com/rules#testRequiredTime>/sh:or/rdf:rest/rdf:first (path _:n91e2f0d2229a4ae2b78bcebd798aae23b11): *none* + - Shape <http://example.com/rules#testFeatureOfInterest>/sh:property (path _:n91e2f0d2229a4ae2b78bcebd798aae23b29): *none* + - Shape <http://example.com/rules#testResult>/sh:property (path _:n91e2f0d2229a4ae2b78bcebd798aae23b32): *none* + - Shape <http://example.com/rules#testRequiredTime>/sh:or/rdf:first (path _:n91e2f0d2229a4ae2b78bcebd798aae23b5): *none* + - Shape <http://example.com/rules#testObservedProperty>/sh:property (path _:n91e2f0d2229a4ae2b78bcebd798aae23b19): *none*
@@ -1784,20 +1784,20 @@

Conforms: True
Focus nodes: - - Shape <http://example.com/rules#testObservedProperty>: *none* + - Shape <http://example.com/rules#testVectorObservationFeatureHasOneGeometry>: <http://example.com/features/vector-obs-1> - Shape <http://example.com/rules#testGeometryCoordinatesIsList>: <http://example.com/features/vector-obs-1>/geojson:geometry + - Shape <http://example.com/rules#testRequiredTime>: *none* - Shape <http://example.com/rules#testFeatureOfInterest>: *none* - - Shape <http://example.com/rules#testResult>: *none* - - Shape <http://example.com/rules#testVectorObservationFeatureHasOneGeometry>: <http://example.com/features/vector-obs-1> - Shape <http://example.com/rules#testGeometryHasCoordinates>: <http://example.com/features/vector-obs-1>/geojson:geometry - - Shape <http://example.com/rules#testRequiredTime>: *none* - - Shape <http://example.com/rules#testGeometryHasCoordinates>/sh:property (path geojson:coordinates): *none* + - Shape <http://example.com/rules#testResult>: *none* + - Shape <http://example.com/rules#testObservedProperty>: *none* - Shape <http://example.com/rules#testVectorObservationFeatureHasOneGeometry>/sh:property (path geojson:geometry): *none* - - Shape <http://example.com/rules#testRequiredTime>/sh:or/rdf:rest/rdf:first (path _:nea77a9909eb846bdb2d5b1d62897abb9b11): *none* - - Shape <http://example.com/rules#testObservedProperty>/sh:property (path _:nea77a9909eb846bdb2d5b1d62897abb9b19): *none* - - Shape <http://example.com/rules#testResult>/sh:property (path _:nea77a9909eb846bdb2d5b1d62897abb9b32): *none* - - Shape <http://example.com/rules#testFeatureOfInterest>/sh:property (path _:nea77a9909eb846bdb2d5b1d62897abb9b29): *none* - - Shape <http://example.com/rules#testRequiredTime>/sh:or/rdf:first (path _:nea77a9909eb846bdb2d5b1d62897abb9b5): *none* + - Shape <http://example.com/rules#testObservedProperty>/sh:property (path _:ne96ccc77bdf44929b0ca74002984d303b19): *none* + - Shape <http://example.com/rules#testRequiredTime>/sh:or/rdf:first (path _:ne96ccc77bdf44929b0ca74002984d303b5): *none* + - Shape <http://example.com/rules#testGeometryHasCoordinates>/sh:property (path geojson:coordinates): *none* + - Shape <http://example.com/rules#testFeatureOfInterest>/sh:property (path _:ne96ccc77bdf44929b0ca74002984d303b29): *none* + - Shape <http://example.com/rules#testResult>/sh:property (path _:ne96ccc77bdf44929b0ca74002984d303b32): *none* + - Shape <http://example.com/rules#testRequiredTime>/sh:or/rdf:rest/rdf:first (path _:ne96ccc77bdf44929b0ca74002984d303b11): *none*
@@ -1836,20 +1836,20 @@

Conforms: True
Focus nodes: - - Shape <http://example.com/rules#testObservedProperty>: *none* + - Shape <http://example.com/rules#testVectorObservationFeatureHasOneGeometry>: <http://example.com/features/vector-obs-1> - Shape <http://example.com/rules#testGeometryCoordinatesIsList>: <http://example.com/features/vector-obs-1>/geojson:geometry + - Shape <http://example.com/rules#testRequiredTime>: *none* - Shape <http://example.com/rules#testFeatureOfInterest>: *none* - - Shape <http://example.com/rules#testResult>: *none* - - Shape <http://example.com/rules#testVectorObservationFeatureHasOneGeometry>: <http://example.com/features/vector-obs-1> - Shape <http://example.com/rules#testGeometryHasCoordinates>: <http://example.com/features/vector-obs-1>/geojson:geometry - - Shape <http://example.com/rules#testRequiredTime>: *none* - - Shape <http://example.com/rules#testGeometryHasCoordinates>/sh:property (path geojson:coordinates): *none* + - Shape <http://example.com/rules#testResult>: *none* + - Shape <http://example.com/rules#testObservedProperty>: *none* - Shape <http://example.com/rules#testVectorObservationFeatureHasOneGeometry>/sh:property (path geojson:geometry): *none* - - Shape <http://example.com/rules#testRequiredTime>/sh:or/rdf:rest/rdf:first (path _:nea77a9909eb846bdb2d5b1d62897abb9b11): *none* - - Shape <http://example.com/rules#testObservedProperty>/sh:property (path _:nea77a9909eb846bdb2d5b1d62897abb9b19): *none* - - Shape <http://example.com/rules#testResult>/sh:property (path _:nea77a9909eb846bdb2d5b1d62897abb9b32): *none* - - Shape <http://example.com/rules#testFeatureOfInterest>/sh:property (path _:nea77a9909eb846bdb2d5b1d62897abb9b29): *none* - - Shape <http://example.com/rules#testRequiredTime>/sh:or/rdf:first (path _:nea77a9909eb846bdb2d5b1d62897abb9b5): *none* + - Shape <http://example.com/rules#testObservedProperty>/sh:property (path _:ne96ccc77bdf44929b0ca74002984d303b19): *none* + - Shape <http://example.com/rules#testRequiredTime>/sh:or/rdf:first (path _:ne96ccc77bdf44929b0ca74002984d303b5): *none* + - Shape <http://example.com/rules#testGeometryHasCoordinates>/sh:property (path geojson:coordinates): *none* + - Shape <http://example.com/rules#testFeatureOfInterest>/sh:property (path _:ne96ccc77bdf44929b0ca74002984d303b29): *none* + - Shape <http://example.com/rules#testResult>/sh:property (path _:ne96ccc77bdf44929b0ca74002984d303b32): *none* + - Shape <http://example.com/rules#testRequiredTime>/sh:or/rdf:rest/rdf:first (path _:ne96ccc77bdf44929b0ca74002984d303b11): *none*
diff --git a/tests/unstable/sosa/examples/vectorObservation/_report.json b/tests/unstable/sosa/examples/vectorObservation/_report.json index 8e7f3da22..b92e2a403 100644 --- a/tests/unstable/sosa/examples/vectorObservation/_report.json +++ b/tests/unstable/sosa/examples/vectorObservation/_report.json @@ -2,7 +2,7 @@ "title": "Validation report for ogc.unstable.sosa.examples.vectorObservation - Example SOSA Vector Observation", "bblockName": "Example SOSA Vector Observation", "bblockId": "ogc.unstable.sosa.examples.vectorObservation", - "generated": "2023-11-19T04:06:22.317180+00:00", + "generated": "2023-11-26T04:06:32.115595+00:00", "result": true, "items": [ { @@ -92,41 +92,41 @@ }, { "focusNodes": { - "": { + "": { "nodes": [] }, - "": { + "": { "nodes": [] }, - "": { + "": { "nodes": [] }, - "": { + "": { "nodes": [] }, - "/sh:or/rdf:rest/rdf:first": { + "/sh:property": { "nodes": [], - "path": "_:nb55fe7a36b3b4b658253cc5649aa7e1db11" + "path": "_:nfbcd896d81dd4a6187380ea8c96c8b41b29" }, "/sh:property": { "nodes": [], - "path": "_:nb55fe7a36b3b4b658253cc5649aa7e1db19" + "path": "_:nfbcd896d81dd4a6187380ea8c96c8b41b19" }, - "/sh:or/rdf:first": { + "/sh:property": { "nodes": [], - "path": "_:nb55fe7a36b3b4b658253cc5649aa7e1db5" + "path": "_:nfbcd896d81dd4a6187380ea8c96c8b41b32" }, - "/sh:property": { + "/sh:or/rdf:first": { "nodes": [], - "path": "_:nb55fe7a36b3b4b658253cc5649aa7e1db32" + "path": "_:nfbcd896d81dd4a6187380ea8c96c8b41b5" }, - "/sh:property": { + "/sh:or/rdf:rest/rdf:first": { "nodes": [], - "path": "_:nb55fe7a36b3b4b658253cc5649aa7e1db29" + "path": "_:nfbcd896d81dd4a6187380ea8c96c8b41b11" } }, "isError": false, - "message": "Focus nodes:\n - Shape : *none*\n - Shape : *none*\n - Shape : *none*\n - Shape : *none*\n - Shape /sh:or/rdf:rest/rdf:first (path _:nb55fe7a36b3b4b658253cc5649aa7e1db11): *none*\n - Shape /sh:property (path _:nb55fe7a36b3b4b658253cc5649aa7e1db19): *none*\n - Shape /sh:or/rdf:first (path _:nb55fe7a36b3b4b658253cc5649aa7e1db5): *none*\n - Shape /sh:property (path _:nb55fe7a36b3b4b658253cc5649aa7e1db32): *none*\n - Shape /sh:property (path _:nb55fe7a36b3b4b658253cc5649aa7e1db29): *none*\n" + "message": "Focus nodes:\n - Shape : *none*\n - Shape : *none*\n - Shape : *none*\n - Shape : *none*\n - Shape /sh:property (path _:nfbcd896d81dd4a6187380ea8c96c8b41b29): *none*\n - Shape /sh:property (path _:nfbcd896d81dd4a6187380ea8c96c8b41b19): *none*\n - Shape /sh:property (path _:nfbcd896d81dd4a6187380ea8c96c8b41b32): *none*\n - Shape /sh:or/rdf:first (path _:nfbcd896d81dd4a6187380ea8c96c8b41b5): *none*\n - Shape /sh:or/rdf:rest/rdf:first (path _:nfbcd896d81dd4a6187380ea8c96c8b41b11): *none*\n" } ] }, diff --git a/tests/unstable/sosa/examples/vectorObservation/example_1_1.validation_passed.txt b/tests/unstable/sosa/examples/vectorObservation/example_1_1.validation_passed.txt index 614c30f16..4e7511531 100644 --- a/tests/unstable/sosa/examples/vectorObservation/example_1_1.validation_passed.txt +++ b/tests/unstable/sosa/examples/vectorObservation/example_1_1.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.unstable.sosa.examples.vectorObservation - Example SOSA Vector Observation -Generated 2023-11-19T04:06:22.317100+00:00 +Generated 2023-11-26T04:06:32.115519+00:00 === Files === Using example_1_1.json from examples JSON-LD context is present - uplifting @@ -18,15 +18,15 @@ Validation Report Conforms: True Focus nodes: - - Shape : *none* - - Shape : *none* - - Shape : *none* - Shape : *none* - - Shape /sh:or/rdf:rest/rdf:first (path _:nb55fe7a36b3b4b658253cc5649aa7e1db11): *none* - - Shape /sh:property (path _:nb55fe7a36b3b4b658253cc5649aa7e1db19): *none* - - Shape /sh:or/rdf:first (path _:nb55fe7a36b3b4b658253cc5649aa7e1db5): *none* - - Shape /sh:property (path _:nb55fe7a36b3b4b658253cc5649aa7e1db32): *none* - - Shape /sh:property (path _:nb55fe7a36b3b4b658253cc5649aa7e1db29): *none* + - Shape : *none* + - Shape : *none* + - Shape : *none* + - Shape /sh:property (path _:nfbcd896d81dd4a6187380ea8c96c8b41b29): *none* + - Shape /sh:property (path _:nfbcd896d81dd4a6187380ea8c96c8b41b19): *none* + - Shape /sh:property (path _:nfbcd896d81dd4a6187380ea8c96c8b41b32): *none* + - Shape /sh:or/rdf:first (path _:nfbcd896d81dd4a6187380ea8c96c8b41b5): *none* + - Shape /sh:or/rdf:rest/rdf:first (path _:nfbcd896d81dd4a6187380ea8c96c8b41b11): *none* === End SHACL === diff --git a/tests/unstable/sosa/examples/vectorObservationFeature/_report.json b/tests/unstable/sosa/examples/vectorObservationFeature/_report.json index 3df7df2fd..2ef2588c0 100644 --- a/tests/unstable/sosa/examples/vectorObservationFeature/_report.json +++ b/tests/unstable/sosa/examples/vectorObservationFeature/_report.json @@ -2,7 +2,7 @@ "title": "Validation report for ogc.unstable.sosa.examples.vectorObservationFeature - Example SOSA Vector Observation Feature", "bblockName": "Example SOSA Vector Observation Feature", "bblockId": "ogc.unstable.sosa.examples.vectorObservationFeature", - "generated": "2023-11-19T04:06:25.728286+00:00", + "generated": "2023-11-26T04:06:36.116311+00:00", "result": true, "items": [ { @@ -93,64 +93,64 @@ }, { "focusNodes": { - "": { - "nodes": [] + "": { + "nodes": [ + "" + ] }, "": { "nodes": [ "/geojson:geometry" ] }, - "": { + "": { "nodes": [] }, - "": { + "": { "nodes": [] }, - "": { - "nodes": [ - "" - ] - }, "": { "nodes": [ "/geojson:geometry" ] }, - "": { + "": { "nodes": [] }, - "/sh:property": { - "nodes": [], - "path": "geojson:coordinates" + "": { + "nodes": [] }, "/sh:property": { "nodes": [], "path": "geojson:geometry" }, - "/sh:or/rdf:rest/rdf:first": { + "/sh:property": { "nodes": [], - "path": "_:nea77a9909eb846bdb2d5b1d62897abb9b11" + "path": "_:ne96ccc77bdf44929b0ca74002984d303b19" }, - "/sh:property": { + "/sh:or/rdf:first": { "nodes": [], - "path": "_:nea77a9909eb846bdb2d5b1d62897abb9b19" + "path": "_:ne96ccc77bdf44929b0ca74002984d303b5" }, - "/sh:property": { + "/sh:property": { "nodes": [], - "path": "_:nea77a9909eb846bdb2d5b1d62897abb9b32" + "path": "geojson:coordinates" }, "/sh:property": { "nodes": [], - "path": "_:nea77a9909eb846bdb2d5b1d62897abb9b29" + "path": "_:ne96ccc77bdf44929b0ca74002984d303b29" }, - "/sh:or/rdf:first": { + "/sh:property": { + "nodes": [], + "path": "_:ne96ccc77bdf44929b0ca74002984d303b32" + }, + "/sh:or/rdf:rest/rdf:first": { "nodes": [], - "path": "_:nea77a9909eb846bdb2d5b1d62897abb9b5" + "path": "_:ne96ccc77bdf44929b0ca74002984d303b11" } }, "isError": false, - "message": "Focus nodes:\n - Shape : *none*\n - Shape : /geojson:geometry\n - Shape : *none*\n - Shape : *none*\n - Shape : \n - Shape : /geojson:geometry\n - Shape : *none*\n - Shape /sh:property (path geojson:coordinates): *none*\n - Shape /sh:property (path geojson:geometry): *none*\n - Shape /sh:or/rdf:rest/rdf:first (path _:nea77a9909eb846bdb2d5b1d62897abb9b11): *none*\n - Shape /sh:property (path _:nea77a9909eb846bdb2d5b1d62897abb9b19): *none*\n - Shape /sh:property (path _:nea77a9909eb846bdb2d5b1d62897abb9b32): *none*\n - Shape /sh:property (path _:nea77a9909eb846bdb2d5b1d62897abb9b29): *none*\n - Shape /sh:or/rdf:first (path _:nea77a9909eb846bdb2d5b1d62897abb9b5): *none*\n" + "message": "Focus nodes:\n - Shape : \n - Shape : /geojson:geometry\n - Shape : *none*\n - Shape : *none*\n - Shape : /geojson:geometry\n - Shape : *none*\n - Shape : *none*\n - Shape /sh:property (path geojson:geometry): *none*\n - Shape /sh:property (path _:ne96ccc77bdf44929b0ca74002984d303b19): *none*\n - Shape /sh:or/rdf:first (path _:ne96ccc77bdf44929b0ca74002984d303b5): *none*\n - Shape /sh:property (path geojson:coordinates): *none*\n - Shape /sh:property (path _:ne96ccc77bdf44929b0ca74002984d303b29): *none*\n - Shape /sh:property (path _:ne96ccc77bdf44929b0ca74002984d303b32): *none*\n - Shape /sh:or/rdf:rest/rdf:first (path _:ne96ccc77bdf44929b0ca74002984d303b11): *none*\n" } ] }, @@ -249,64 +249,64 @@ }, { "focusNodes": { - "": { - "nodes": [] + "": { + "nodes": [ + "" + ] }, "": { "nodes": [ "/geojson:geometry" ] }, - "": { + "": { "nodes": [] }, - "": { + "": { "nodes": [] }, - "": { - "nodes": [ - "" - ] - }, "": { "nodes": [ "/geojson:geometry" ] }, - "": { + "": { "nodes": [] }, - "/sh:property": { - "nodes": [], - "path": "geojson:coordinates" + "": { + "nodes": [] }, "/sh:property": { "nodes": [], "path": "geojson:geometry" }, - "/sh:or/rdf:rest/rdf:first": { + "/sh:property": { "nodes": [], - "path": "_:nea77a9909eb846bdb2d5b1d62897abb9b11" + "path": "_:ne96ccc77bdf44929b0ca74002984d303b19" }, - "/sh:property": { + "/sh:or/rdf:first": { "nodes": [], - "path": "_:nea77a9909eb846bdb2d5b1d62897abb9b19" + "path": "_:ne96ccc77bdf44929b0ca74002984d303b5" }, - "/sh:property": { + "/sh:property": { "nodes": [], - "path": "_:nea77a9909eb846bdb2d5b1d62897abb9b32" + "path": "geojson:coordinates" }, "/sh:property": { "nodes": [], - "path": "_:nea77a9909eb846bdb2d5b1d62897abb9b29" + "path": "_:ne96ccc77bdf44929b0ca74002984d303b29" }, - "/sh:or/rdf:first": { + "/sh:property": { + "nodes": [], + "path": "_:ne96ccc77bdf44929b0ca74002984d303b32" + }, + "/sh:or/rdf:rest/rdf:first": { "nodes": [], - "path": "_:nea77a9909eb846bdb2d5b1d62897abb9b5" + "path": "_:ne96ccc77bdf44929b0ca74002984d303b11" } }, "isError": false, - "message": "Focus nodes:\n - Shape : *none*\n - Shape : /geojson:geometry\n - Shape : *none*\n - Shape : *none*\n - Shape : \n - Shape : /geojson:geometry\n - Shape : *none*\n - Shape /sh:property (path geojson:coordinates): *none*\n - Shape /sh:property (path geojson:geometry): *none*\n - Shape /sh:or/rdf:rest/rdf:first (path _:nea77a9909eb846bdb2d5b1d62897abb9b11): *none*\n - Shape /sh:property (path _:nea77a9909eb846bdb2d5b1d62897abb9b19): *none*\n - Shape /sh:property (path _:nea77a9909eb846bdb2d5b1d62897abb9b32): *none*\n - Shape /sh:property (path _:nea77a9909eb846bdb2d5b1d62897abb9b29): *none*\n - Shape /sh:or/rdf:first (path _:nea77a9909eb846bdb2d5b1d62897abb9b5): *none*\n" + "message": "Focus nodes:\n - Shape : \n - Shape : /geojson:geometry\n - Shape : *none*\n - Shape : *none*\n - Shape : /geojson:geometry\n - Shape : *none*\n - Shape : *none*\n - Shape /sh:property (path geojson:geometry): *none*\n - Shape /sh:property (path _:ne96ccc77bdf44929b0ca74002984d303b19): *none*\n - Shape /sh:or/rdf:first (path _:ne96ccc77bdf44929b0ca74002984d303b5): *none*\n - Shape /sh:property (path geojson:coordinates): *none*\n - Shape /sh:property (path _:ne96ccc77bdf44929b0ca74002984d303b29): *none*\n - Shape /sh:property (path _:ne96ccc77bdf44929b0ca74002984d303b32): *none*\n - Shape /sh:or/rdf:rest/rdf:first (path _:ne96ccc77bdf44929b0ca74002984d303b11): *none*\n" } ] }, diff --git a/tests/unstable/sosa/examples/vectorObservationFeature/example_1_1.validation_passed.txt b/tests/unstable/sosa/examples/vectorObservationFeature/example_1_1.validation_passed.txt index 4a439c440..fcc4613a8 100644 --- a/tests/unstable/sosa/examples/vectorObservationFeature/example_1_1.validation_passed.txt +++ b/tests/unstable/sosa/examples/vectorObservationFeature/example_1_1.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.unstable.sosa.examples.vectorObservationFeature - Example SOSA Vector Observation Feature -Generated 2023-11-19T04:06:25.505001+00:00 +Generated 2023-11-26T04:06:35.707878+00:00 === Files === Using example_1_1.json from examples JSON-LD context is present - uplifting @@ -19,20 +19,20 @@ Validation Report Conforms: True Focus nodes: - - Shape : *none* + - Shape : - Shape : /geojson:geometry + - Shape : *none* - Shape : *none* - - Shape : *none* - - Shape : - Shape : /geojson:geometry - - Shape : *none* - - Shape /sh:property (path geojson:coordinates): *none* + - Shape : *none* + - Shape : *none* - Shape /sh:property (path geojson:geometry): *none* - - Shape /sh:or/rdf:rest/rdf:first (path _:nea77a9909eb846bdb2d5b1d62897abb9b11): *none* - - Shape /sh:property (path _:nea77a9909eb846bdb2d5b1d62897abb9b19): *none* - - Shape /sh:property (path _:nea77a9909eb846bdb2d5b1d62897abb9b32): *none* - - Shape /sh:property (path _:nea77a9909eb846bdb2d5b1d62897abb9b29): *none* - - Shape /sh:or/rdf:first (path _:nea77a9909eb846bdb2d5b1d62897abb9b5): *none* + - Shape /sh:property (path _:ne96ccc77bdf44929b0ca74002984d303b19): *none* + - Shape /sh:or/rdf:first (path _:ne96ccc77bdf44929b0ca74002984d303b5): *none* + - Shape /sh:property (path geojson:coordinates): *none* + - Shape /sh:property (path _:ne96ccc77bdf44929b0ca74002984d303b29): *none* + - Shape /sh:property (path _:ne96ccc77bdf44929b0ca74002984d303b32): *none* + - Shape /sh:or/rdf:rest/rdf:first (path _:ne96ccc77bdf44929b0ca74002984d303b11): *none* === End SHACL === diff --git a/tests/unstable/sosa/examples/vectorObservationFeature/example_2_1.validation_passed.txt b/tests/unstable/sosa/examples/vectorObservationFeature/example_2_1.validation_passed.txt index c568f7cb5..e276ef51b 100644 --- a/tests/unstable/sosa/examples/vectorObservationFeature/example_2_1.validation_passed.txt +++ b/tests/unstable/sosa/examples/vectorObservationFeature/example_2_1.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.unstable.sosa.examples.vectorObservationFeature - Example SOSA Vector Observation Feature -Generated 2023-11-19T04:06:25.728214+00:00 +Generated 2023-11-26T04:06:36.116235+00:00 === Files === Using example_2_1.json from examples JSON-LD context is present - uplifting @@ -19,20 +19,20 @@ Validation Report Conforms: True Focus nodes: - - Shape : *none* + - Shape : - Shape : /geojson:geometry + - Shape : *none* - Shape : *none* - - Shape : *none* - - Shape : - Shape : /geojson:geometry - - Shape : *none* - - Shape /sh:property (path geojson:coordinates): *none* + - Shape : *none* + - Shape : *none* - Shape /sh:property (path geojson:geometry): *none* - - Shape /sh:or/rdf:rest/rdf:first (path _:nea77a9909eb846bdb2d5b1d62897abb9b11): *none* - - Shape /sh:property (path _:nea77a9909eb846bdb2d5b1d62897abb9b19): *none* - - Shape /sh:property (path _:nea77a9909eb846bdb2d5b1d62897abb9b32): *none* - - Shape /sh:property (path _:nea77a9909eb846bdb2d5b1d62897abb9b29): *none* - - Shape /sh:or/rdf:first (path _:nea77a9909eb846bdb2d5b1d62897abb9b5): *none* + - Shape /sh:property (path _:ne96ccc77bdf44929b0ca74002984d303b19): *none* + - Shape /sh:or/rdf:first (path _:ne96ccc77bdf44929b0ca74002984d303b5): *none* + - Shape /sh:property (path geojson:coordinates): *none* + - Shape /sh:property (path _:ne96ccc77bdf44929b0ca74002984d303b29): *none* + - Shape /sh:property (path _:ne96ccc77bdf44929b0ca74002984d303b32): *none* + - Shape /sh:or/rdf:rest/rdf:first (path _:ne96ccc77bdf44929b0ca74002984d303b11): *none* === End SHACL === diff --git a/tests/unstable/sosa/features/observation/_report.json b/tests/unstable/sosa/features/observation/_report.json index 8ab3d31b2..6fe2f3a09 100644 --- a/tests/unstable/sosa/features/observation/_report.json +++ b/tests/unstable/sosa/features/observation/_report.json @@ -2,7 +2,7 @@ "title": "Validation report for ogc.unstable.sosa.features.observation - SOSA Observation Feature", "bblockName": "SOSA Observation Feature", "bblockId": "ogc.unstable.sosa.features.observation", - "generated": "2023-11-19T04:06:23.993310+00:00", + "generated": "2023-11-26T04:06:34.134057+00:00", "result": true, "items": [ { @@ -92,49 +92,49 @@ }, { "focusNodes": { - "": { + "": { "nodes": [ "" ] }, - "": { + "": { "nodes": [ "" ] }, - "": { + "": { "nodes": [ "" ] }, - "": { + "": { "nodes": [ "" ] }, "/sh:property": { "nodes": [], - "path": "_:nac4157c62ce34b76831a70cbed572520b32" - }, - "/sh:or/rdf:first": { - "nodes": [], - "path": "_:nac4157c62ce34b76831a70cbed572520b5" + "path": "_:n9ea17c1423b94f70bef68bdfcd4edbcfb32" }, "/sh:property": { "nodes": [], - "path": "_:nac4157c62ce34b76831a70cbed572520b19" + "path": "_:n9ea17c1423b94f70bef68bdfcd4edbcfb19" }, - "/sh:property": { + "/sh:or/rdf:first": { "nodes": [], - "path": "_:nac4157c62ce34b76831a70cbed572520b29" + "path": "_:n9ea17c1423b94f70bef68bdfcd4edbcfb5" }, "/sh:or/rdf:rest/rdf:first": { "nodes": [], - "path": "_:nac4157c62ce34b76831a70cbed572520b11" + "path": "_:n9ea17c1423b94f70bef68bdfcd4edbcfb11" + }, + "/sh:property": { + "nodes": [], + "path": "_:n9ea17c1423b94f70bef68bdfcd4edbcfb29" } }, "isError": false, - "message": "Focus nodes:\n - Shape : \n - Shape : \n - Shape : \n - Shape : \n - Shape /sh:property (path _:nac4157c62ce34b76831a70cbed572520b32): *none*\n - Shape /sh:or/rdf:first (path _:nac4157c62ce34b76831a70cbed572520b5): *none*\n - Shape /sh:property (path _:nac4157c62ce34b76831a70cbed572520b19): *none*\n - Shape /sh:property (path _:nac4157c62ce34b76831a70cbed572520b29): *none*\n - Shape /sh:or/rdf:rest/rdf:first (path _:nac4157c62ce34b76831a70cbed572520b11): *none*\n" + "message": "Focus nodes:\n - Shape : \n - Shape : \n - Shape : \n - Shape : \n - Shape /sh:property (path _:n9ea17c1423b94f70bef68bdfcd4edbcfb32): *none*\n - Shape /sh:property (path _:n9ea17c1423b94f70bef68bdfcd4edbcfb19): *none*\n - Shape /sh:or/rdf:first (path _:n9ea17c1423b94f70bef68bdfcd4edbcfb5): *none*\n - Shape /sh:or/rdf:rest/rdf:first (path _:n9ea17c1423b94f70bef68bdfcd4edbcfb11): *none*\n - Shape /sh:property (path _:n9ea17c1423b94f70bef68bdfcd4edbcfb29): *none*\n" } ] }, @@ -214,49 +214,49 @@ }, { "focusNodes": { - "": { + "": { "nodes": [ - "_:nfc6e0d8b83f049019286ad9c6da029c6b1" + "_:n80521c6385394cc191b71e9d97f9c398b1" ] }, - "": { + "": { "nodes": [ - "_:nfc6e0d8b83f049019286ad9c6da029c6b1" + "_:n80521c6385394cc191b71e9d97f9c398b1" ] }, - "": { + "": { "nodes": [ - "_:nfc6e0d8b83f049019286ad9c6da029c6b1" + "_:n80521c6385394cc191b71e9d97f9c398b1" ] }, - "": { + "": { "nodes": [ - "_:nfc6e0d8b83f049019286ad9c6da029c6b1" + "_:n80521c6385394cc191b71e9d97f9c398b1" ] }, "/sh:property": { "nodes": [], - "path": "_:nac4157c62ce34b76831a70cbed572520b32" - }, - "/sh:or/rdf:first": { - "nodes": [], - "path": "_:nac4157c62ce34b76831a70cbed572520b5" + "path": "_:n9ea17c1423b94f70bef68bdfcd4edbcfb32" }, "/sh:property": { "nodes": [], - "path": "_:nac4157c62ce34b76831a70cbed572520b19" + "path": "_:n9ea17c1423b94f70bef68bdfcd4edbcfb19" }, - "/sh:property": { + "/sh:or/rdf:first": { "nodes": [], - "path": "_:nac4157c62ce34b76831a70cbed572520b29" + "path": "_:n9ea17c1423b94f70bef68bdfcd4edbcfb5" }, "/sh:or/rdf:rest/rdf:first": { "nodes": [], - "path": "_:nac4157c62ce34b76831a70cbed572520b11" + "path": "_:n9ea17c1423b94f70bef68bdfcd4edbcfb11" + }, + "/sh:property": { + "nodes": [], + "path": "_:n9ea17c1423b94f70bef68bdfcd4edbcfb29" } }, "isError": false, - "message": "Focus nodes:\n - Shape : _:nfc6e0d8b83f049019286ad9c6da029c6b1\n - Shape : _:nfc6e0d8b83f049019286ad9c6da029c6b1\n - Shape : _:nfc6e0d8b83f049019286ad9c6da029c6b1\n - Shape : _:nfc6e0d8b83f049019286ad9c6da029c6b1\n - Shape /sh:property (path _:nac4157c62ce34b76831a70cbed572520b32): *none*\n - Shape /sh:or/rdf:first (path _:nac4157c62ce34b76831a70cbed572520b5): *none*\n - Shape /sh:property (path _:nac4157c62ce34b76831a70cbed572520b19): *none*\n - Shape /sh:property (path _:nac4157c62ce34b76831a70cbed572520b29): *none*\n - Shape /sh:or/rdf:rest/rdf:first (path _:nac4157c62ce34b76831a70cbed572520b11): *none*\n" + "message": "Focus nodes:\n - Shape : _:n80521c6385394cc191b71e9d97f9c398b1\n - Shape : _:n80521c6385394cc191b71e9d97f9c398b1\n - Shape : _:n80521c6385394cc191b71e9d97f9c398b1\n - Shape : _:n80521c6385394cc191b71e9d97f9c398b1\n - Shape /sh:property (path _:n9ea17c1423b94f70bef68bdfcd4edbcfb32): *none*\n - Shape /sh:property (path _:n9ea17c1423b94f70bef68bdfcd4edbcfb19): *none*\n - Shape /sh:or/rdf:first (path _:n9ea17c1423b94f70bef68bdfcd4edbcfb5): *none*\n - Shape /sh:or/rdf:rest/rdf:first (path _:n9ea17c1423b94f70bef68bdfcd4edbcfb11): *none*\n - Shape /sh:property (path _:n9ea17c1423b94f70bef68bdfcd4edbcfb29): *none*\n" } ] }, @@ -354,49 +354,49 @@ }, { "focusNodes": { - "": { + "": { "nodes": [ "" ] }, - "": { + "": { "nodes": [ "" ] }, - "": { + "": { "nodes": [ "" ] }, - "": { + "": { "nodes": [ "" ] }, "/sh:property": { "nodes": [], - "path": "_:nac4157c62ce34b76831a70cbed572520b32" - }, - "/sh:or/rdf:first": { - "nodes": [], - "path": "_:nac4157c62ce34b76831a70cbed572520b5" + "path": "_:n9ea17c1423b94f70bef68bdfcd4edbcfb32" }, "/sh:property": { "nodes": [], - "path": "_:nac4157c62ce34b76831a70cbed572520b19" + "path": "_:n9ea17c1423b94f70bef68bdfcd4edbcfb19" }, - "/sh:property": { + "/sh:or/rdf:first": { "nodes": [], - "path": "_:nac4157c62ce34b76831a70cbed572520b29" + "path": "_:n9ea17c1423b94f70bef68bdfcd4edbcfb5" }, "/sh:or/rdf:rest/rdf:first": { "nodes": [], - "path": "_:nac4157c62ce34b76831a70cbed572520b11" + "path": "_:n9ea17c1423b94f70bef68bdfcd4edbcfb11" + }, + "/sh:property": { + "nodes": [], + "path": "_:n9ea17c1423b94f70bef68bdfcd4edbcfb29" } }, "isError": false, - "message": "Focus nodes:\n - Shape : \n - Shape : \n - Shape : \n - Shape : \n - Shape /sh:property (path _:nac4157c62ce34b76831a70cbed572520b32): *none*\n - Shape /sh:or/rdf:first (path _:nac4157c62ce34b76831a70cbed572520b5): *none*\n - Shape /sh:property (path _:nac4157c62ce34b76831a70cbed572520b19): *none*\n - Shape /sh:property (path _:nac4157c62ce34b76831a70cbed572520b29): *none*\n - Shape /sh:or/rdf:rest/rdf:first (path _:nac4157c62ce34b76831a70cbed572520b11): *none*\n" + "message": "Focus nodes:\n - Shape : \n - Shape : \n - Shape : \n - Shape : \n - Shape /sh:property (path _:n9ea17c1423b94f70bef68bdfcd4edbcfb32): *none*\n - Shape /sh:property (path _:n9ea17c1423b94f70bef68bdfcd4edbcfb19): *none*\n - Shape /sh:or/rdf:first (path _:n9ea17c1423b94f70bef68bdfcd4edbcfb5): *none*\n - Shape /sh:or/rdf:rest/rdf:first (path _:n9ea17c1423b94f70bef68bdfcd4edbcfb11): *none*\n - Shape /sh:property (path _:n9ea17c1423b94f70bef68bdfcd4edbcfb29): *none*\n" } ] }, diff --git a/tests/unstable/sosa/features/observation/example_1_1.validation_passed.txt b/tests/unstable/sosa/features/observation/example_1_1.validation_passed.txt index 0a3e2d540..f8b831ede 100644 --- a/tests/unstable/sosa/features/observation/example_1_1.validation_passed.txt +++ b/tests/unstable/sosa/features/observation/example_1_1.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.unstable.sosa.features.observation - SOSA Observation Feature -Generated 2023-11-19T04:06:23.979306+00:00 +Generated 2023-11-26T04:06:34.120221+00:00 === Files === Using example_1_1.json from examples JSON-LD context is present - uplifting @@ -18,15 +18,15 @@ Validation Report Conforms: True Focus nodes: - - Shape : - - Shape : - - Shape : - Shape : - - Shape /sh:property (path _:nac4157c62ce34b76831a70cbed572520b32): *none* - - Shape /sh:or/rdf:first (path _:nac4157c62ce34b76831a70cbed572520b5): *none* - - Shape /sh:property (path _:nac4157c62ce34b76831a70cbed572520b19): *none* - - Shape /sh:property (path _:nac4157c62ce34b76831a70cbed572520b29): *none* - - Shape /sh:or/rdf:rest/rdf:first (path _:nac4157c62ce34b76831a70cbed572520b11): *none* + - Shape : + - Shape : + - Shape : + - Shape /sh:property (path _:n9ea17c1423b94f70bef68bdfcd4edbcfb32): *none* + - Shape /sh:property (path _:n9ea17c1423b94f70bef68bdfcd4edbcfb19): *none* + - Shape /sh:or/rdf:first (path _:n9ea17c1423b94f70bef68bdfcd4edbcfb5): *none* + - Shape /sh:or/rdf:rest/rdf:first (path _:n9ea17c1423b94f70bef68bdfcd4edbcfb11): *none* + - Shape /sh:property (path _:n9ea17c1423b94f70bef68bdfcd4edbcfb29): *none* === End SHACL === diff --git a/tests/unstable/sosa/features/observation/example_1_2.validation_passed.txt b/tests/unstable/sosa/features/observation/example_1_2.validation_passed.txt index 665f6cbb2..0fc3adc67 100644 --- a/tests/unstable/sosa/features/observation/example_1_2.validation_passed.txt +++ b/tests/unstable/sosa/features/observation/example_1_2.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.unstable.sosa.features.observation - SOSA Observation Feature -Generated 2023-11-19T04:06:23.985453+00:00 +Generated 2023-11-26T04:06:34.126287+00:00 === Files === Using example_1_2.ttl from examples Output Turtle example_1_2.ttl created @@ -12,15 +12,15 @@ Validation Report Conforms: True Focus nodes: - - Shape : _:nfc6e0d8b83f049019286ad9c6da029c6b1 - - Shape : _:nfc6e0d8b83f049019286ad9c6da029c6b1 - - Shape : _:nfc6e0d8b83f049019286ad9c6da029c6b1 - - Shape : _:nfc6e0d8b83f049019286ad9c6da029c6b1 - - Shape /sh:property (path _:nac4157c62ce34b76831a70cbed572520b32): *none* - - Shape /sh:or/rdf:first (path _:nac4157c62ce34b76831a70cbed572520b5): *none* - - Shape /sh:property (path _:nac4157c62ce34b76831a70cbed572520b19): *none* - - Shape /sh:property (path _:nac4157c62ce34b76831a70cbed572520b29): *none* - - Shape /sh:or/rdf:rest/rdf:first (path _:nac4157c62ce34b76831a70cbed572520b11): *none* + - Shape : _:n80521c6385394cc191b71e9d97f9c398b1 + - Shape : _:n80521c6385394cc191b71e9d97f9c398b1 + - Shape : _:n80521c6385394cc191b71e9d97f9c398b1 + - Shape : _:n80521c6385394cc191b71e9d97f9c398b1 + - Shape /sh:property (path _:n9ea17c1423b94f70bef68bdfcd4edbcfb32): *none* + - Shape /sh:property (path _:n9ea17c1423b94f70bef68bdfcd4edbcfb19): *none* + - Shape /sh:or/rdf:first (path _:n9ea17c1423b94f70bef68bdfcd4edbcfb5): *none* + - Shape /sh:or/rdf:rest/rdf:first (path _:n9ea17c1423b94f70bef68bdfcd4edbcfb11): *none* + - Shape /sh:property (path _:n9ea17c1423b94f70bef68bdfcd4edbcfb29): *none* === End SHACL === diff --git a/tests/unstable/sosa/features/observation/example_2_1.validation_passed.txt b/tests/unstable/sosa/features/observation/example_2_1.validation_passed.txt index 72a24fd5d..b7d2a8e9f 100644 --- a/tests/unstable/sosa/features/observation/example_2_1.validation_passed.txt +++ b/tests/unstable/sosa/features/observation/example_2_1.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.unstable.sosa.features.observation - SOSA Observation Feature -Generated 2023-11-19T04:06:23.993251+00:00 +Generated 2023-11-26T04:06:34.133998+00:00 === Files === Using example_2_1.json from examples JSON-LD context is present - uplifting @@ -18,15 +18,15 @@ Validation Report Conforms: True Focus nodes: - - Shape : - - Shape : - - Shape : - Shape : - - Shape /sh:property (path _:nac4157c62ce34b76831a70cbed572520b32): *none* - - Shape /sh:or/rdf:first (path _:nac4157c62ce34b76831a70cbed572520b5): *none* - - Shape /sh:property (path _:nac4157c62ce34b76831a70cbed572520b19): *none* - - Shape /sh:property (path _:nac4157c62ce34b76831a70cbed572520b29): *none* - - Shape /sh:or/rdf:rest/rdf:first (path _:nac4157c62ce34b76831a70cbed572520b11): *none* + - Shape : + - Shape : + - Shape : + - Shape /sh:property (path _:n9ea17c1423b94f70bef68bdfcd4edbcfb32): *none* + - Shape /sh:property (path _:n9ea17c1423b94f70bef68bdfcd4edbcfb19): *none* + - Shape /sh:or/rdf:first (path _:n9ea17c1423b94f70bef68bdfcd4edbcfb5): *none* + - Shape /sh:or/rdf:rest/rdf:first (path _:n9ea17c1423b94f70bef68bdfcd4edbcfb11): *none* + - Shape /sh:property (path _:n9ea17c1423b94f70bef68bdfcd4edbcfb29): *none* === End SHACL === diff --git a/tests/unstable/sosa/features/observationCollection/_report.json b/tests/unstable/sosa/features/observationCollection/_report.json index 598aa1c9c..4776257e4 100644 --- a/tests/unstable/sosa/features/observationCollection/_report.json +++ b/tests/unstable/sosa/features/observationCollection/_report.json @@ -2,14 +2,14 @@ "title": "Validation report for ogc.unstable.sosa.features.observationCollection - SOSA ObservationCollection Feature", "bblockName": "SOSA ObservationCollection Feature", "bblockId": "ogc.unstable.sosa.features.observationCollection", - "generated": "2023-11-19T04:06:24.741458+00:00", + "generated": "2023-11-26T04:06:34.870523+00:00", "result": true, "items": [ { "source": { "type": "TEST_RESOURCE", - "requireFail": false, - "filename": "https://opengeospatial.github.io/bblocks/registereditems/unstable/sosa/_sources/features/observationCollection/tests/observationCollection-props.json", + "requireFail": true, + "filename": "https://opengeospatial.github.io/bblocks/registereditems/unstable/sosa/_sources/features/observationCollection/tests/observationCollection-props-fail.json", "language": "json" }, "result": true, @@ -17,7 +17,13 @@ { "name": "GENERAL", "title": "General", - "entries": [] + "entries": [ + { + "op": "require-fail", + "isError": true, + "message": "Test was expected to fail but it did not." + } + ] }, { "name": "FILES", @@ -25,7 +31,7 @@ "entries": [ { "isError": false, - "message": "Using observationCollection-props.json from test resources" + "message": "Using observationCollection-props-fail.json from test resources" }, { "op": "jsonld-uplift", @@ -34,17 +40,17 @@ }, { "op": "jsonld-create", - "filename": "observationCollection-props.jsonld", + "filename": "observationCollection-props-fail.jsonld", "isError": false, - "message": "Output JSON-LD observationCollection-props.jsonld created" + "message": "Output JSON-LD observationCollection-props-fail.jsonld created" }, { "op": "ttl-create", "empty": false, - "filename": "observationCollection-props.ttl", - "size": 16, + "filename": "observationCollection-props-fail.ttl", + "size": 7, "isError": false, - "message": "Output Turtle observationCollection-props.ttl created" + "message": "Output Turtle observationCollection-props-fail.ttl created" } ] }, @@ -90,41 +96,41 @@ }, { "focusNodes": { - "": { + "": { "nodes": [] }, - "": { + "": { "nodes": [] }, - "": { + "": { "nodes": [] }, - "": { + "": { "nodes": [] }, + "/sh:or/rdf:rest/rdf:first": { + "nodes": [], + "path": "_:n91e2f0d2229a4ae2b78bcebd798aae23b11" + }, "/sh:property": { "nodes": [], - "path": "_:n640674c3b32d447e9b5cc631f5a5d2e8b29" + "path": "_:n91e2f0d2229a4ae2b78bcebd798aae23b29" }, "/sh:property": { "nodes": [], - "path": "_:n640674c3b32d447e9b5cc631f5a5d2e8b32" + "path": "_:n91e2f0d2229a4ae2b78bcebd798aae23b32" }, "/sh:or/rdf:first": { "nodes": [], - "path": "_:n640674c3b32d447e9b5cc631f5a5d2e8b5" - }, - "/sh:or/rdf:rest/rdf:first": { - "nodes": [], - "path": "_:n640674c3b32d447e9b5cc631f5a5d2e8b11" + "path": "_:n91e2f0d2229a4ae2b78bcebd798aae23b5" }, "/sh:property": { "nodes": [], - "path": "_:n640674c3b32d447e9b5cc631f5a5d2e8b19" + "path": "_:n91e2f0d2229a4ae2b78bcebd798aae23b19" } }, "isError": false, - "message": "Focus nodes:\n - Shape : *none*\n - Shape : *none*\n - Shape : *none*\n - Shape : *none*\n - Shape /sh:property (path _:n640674c3b32d447e9b5cc631f5a5d2e8b29): *none*\n - Shape /sh:property (path _:n640674c3b32d447e9b5cc631f5a5d2e8b32): *none*\n - Shape /sh:or/rdf:first (path _:n640674c3b32d447e9b5cc631f5a5d2e8b5): *none*\n - Shape /sh:or/rdf:rest/rdf:first (path _:n640674c3b32d447e9b5cc631f5a5d2e8b11): *none*\n - Shape /sh:property (path _:n640674c3b32d447e9b5cc631f5a5d2e8b19): *none*\n" + "message": "Focus nodes:\n - Shape : *none*\n - Shape : *none*\n - Shape : *none*\n - Shape : *none*\n - Shape /sh:or/rdf:rest/rdf:first (path _:n91e2f0d2229a4ae2b78bcebd798aae23b11): *none*\n - Shape /sh:property (path _:n91e2f0d2229a4ae2b78bcebd798aae23b29): *none*\n - Shape /sh:property (path _:n91e2f0d2229a4ae2b78bcebd798aae23b32): *none*\n - Shape /sh:or/rdf:first (path _:n91e2f0d2229a4ae2b78bcebd798aae23b5): *none*\n - Shape /sh:property (path _:n91e2f0d2229a4ae2b78bcebd798aae23b19): *none*\n" } ] }, @@ -138,8 +144,8 @@ { "source": { "type": "TEST_RESOURCE", - "requireFail": true, - "filename": "https://opengeospatial.github.io/bblocks/registereditems/unstable/sosa/_sources/features/observationCollection/tests/observationCollection-props-fail.json", + "requireFail": false, + "filename": "https://opengeospatial.github.io/bblocks/registereditems/unstable/sosa/_sources/features/observationCollection/tests/observationCollection-props.json", "language": "json" }, "result": true, @@ -147,13 +153,7 @@ { "name": "GENERAL", "title": "General", - "entries": [ - { - "op": "require-fail", - "isError": true, - "message": "Test was expected to fail but it did not." - } - ] + "entries": [] }, { "name": "FILES", @@ -161,7 +161,7 @@ "entries": [ { "isError": false, - "message": "Using observationCollection-props-fail.json from test resources" + "message": "Using observationCollection-props.json from test resources" }, { "op": "jsonld-uplift", @@ -170,17 +170,17 @@ }, { "op": "jsonld-create", - "filename": "observationCollection-props-fail.jsonld", + "filename": "observationCollection-props.jsonld", "isError": false, - "message": "Output JSON-LD observationCollection-props-fail.jsonld created" + "message": "Output JSON-LD observationCollection-props.jsonld created" }, { "op": "ttl-create", "empty": false, - "filename": "observationCollection-props-fail.ttl", - "size": 7, + "filename": "observationCollection-props.ttl", + "size": 16, "isError": false, - "message": "Output Turtle observationCollection-props-fail.ttl created" + "message": "Output Turtle observationCollection-props.ttl created" } ] }, @@ -226,41 +226,41 @@ }, { "focusNodes": { - "": { + "": { "nodes": [] }, - "": { + "": { "nodes": [] }, - "": { + "": { "nodes": [] }, - "": { + "": { "nodes": [] }, + "/sh:or/rdf:rest/rdf:first": { + "nodes": [], + "path": "_:n91e2f0d2229a4ae2b78bcebd798aae23b11" + }, "/sh:property": { "nodes": [], - "path": "_:n640674c3b32d447e9b5cc631f5a5d2e8b29" + "path": "_:n91e2f0d2229a4ae2b78bcebd798aae23b29" }, "/sh:property": { "nodes": [], - "path": "_:n640674c3b32d447e9b5cc631f5a5d2e8b32" + "path": "_:n91e2f0d2229a4ae2b78bcebd798aae23b32" }, "/sh:or/rdf:first": { "nodes": [], - "path": "_:n640674c3b32d447e9b5cc631f5a5d2e8b5" - }, - "/sh:or/rdf:rest/rdf:first": { - "nodes": [], - "path": "_:n640674c3b32d447e9b5cc631f5a5d2e8b11" + "path": "_:n91e2f0d2229a4ae2b78bcebd798aae23b5" }, "/sh:property": { "nodes": [], - "path": "_:n640674c3b32d447e9b5cc631f5a5d2e8b19" + "path": "_:n91e2f0d2229a4ae2b78bcebd798aae23b19" } }, "isError": false, - "message": "Focus nodes:\n - Shape : *none*\n - Shape : *none*\n - Shape : *none*\n - Shape : *none*\n - Shape /sh:property (path _:n640674c3b32d447e9b5cc631f5a5d2e8b29): *none*\n - Shape /sh:property (path _:n640674c3b32d447e9b5cc631f5a5d2e8b32): *none*\n - Shape /sh:or/rdf:first (path _:n640674c3b32d447e9b5cc631f5a5d2e8b5): *none*\n - Shape /sh:or/rdf:rest/rdf:first (path _:n640674c3b32d447e9b5cc631f5a5d2e8b11): *none*\n - Shape /sh:property (path _:n640674c3b32d447e9b5cc631f5a5d2e8b19): *none*\n" + "message": "Focus nodes:\n - Shape : *none*\n - Shape : *none*\n - Shape : *none*\n - Shape : *none*\n - Shape /sh:or/rdf:rest/rdf:first (path _:n91e2f0d2229a4ae2b78bcebd798aae23b11): *none*\n - Shape /sh:property (path _:n91e2f0d2229a4ae2b78bcebd798aae23b29): *none*\n - Shape /sh:property (path _:n91e2f0d2229a4ae2b78bcebd798aae23b32): *none*\n - Shape /sh:or/rdf:first (path _:n91e2f0d2229a4ae2b78bcebd798aae23b5): *none*\n - Shape /sh:property (path _:n91e2f0d2229a4ae2b78bcebd798aae23b19): *none*\n" } ] }, @@ -358,41 +358,41 @@ }, { "focusNodes": { - "": { + "": { "nodes": [] }, - "": { + "": { "nodes": [] }, - "": { + "": { "nodes": [] }, - "": { + "": { "nodes": [] }, + "/sh:or/rdf:rest/rdf:first": { + "nodes": [], + "path": "_:n91e2f0d2229a4ae2b78bcebd798aae23b11" + }, "/sh:property": { "nodes": [], - "path": "_:n640674c3b32d447e9b5cc631f5a5d2e8b29" + "path": "_:n91e2f0d2229a4ae2b78bcebd798aae23b29" }, "/sh:property": { "nodes": [], - "path": "_:n640674c3b32d447e9b5cc631f5a5d2e8b32" + "path": "_:n91e2f0d2229a4ae2b78bcebd798aae23b32" }, "/sh:or/rdf:first": { "nodes": [], - "path": "_:n640674c3b32d447e9b5cc631f5a5d2e8b5" - }, - "/sh:or/rdf:rest/rdf:first": { - "nodes": [], - "path": "_:n640674c3b32d447e9b5cc631f5a5d2e8b11" + "path": "_:n91e2f0d2229a4ae2b78bcebd798aae23b5" }, "/sh:property": { "nodes": [], - "path": "_:n640674c3b32d447e9b5cc631f5a5d2e8b19" + "path": "_:n91e2f0d2229a4ae2b78bcebd798aae23b19" } }, "isError": false, - "message": "Focus nodes:\n - Shape : *none*\n - Shape : *none*\n - Shape : *none*\n - Shape : *none*\n - Shape /sh:property (path _:n640674c3b32d447e9b5cc631f5a5d2e8b29): *none*\n - Shape /sh:property (path _:n640674c3b32d447e9b5cc631f5a5d2e8b32): *none*\n - Shape /sh:or/rdf:first (path _:n640674c3b32d447e9b5cc631f5a5d2e8b5): *none*\n - Shape /sh:or/rdf:rest/rdf:first (path _:n640674c3b32d447e9b5cc631f5a5d2e8b11): *none*\n - Shape /sh:property (path _:n640674c3b32d447e9b5cc631f5a5d2e8b19): *none*\n" + "message": "Focus nodes:\n - Shape : *none*\n - Shape : *none*\n - Shape : *none*\n - Shape : *none*\n - Shape /sh:or/rdf:rest/rdf:first (path _:n91e2f0d2229a4ae2b78bcebd798aae23b11): *none*\n - Shape /sh:property (path _:n91e2f0d2229a4ae2b78bcebd798aae23b29): *none*\n - Shape /sh:property (path _:n91e2f0d2229a4ae2b78bcebd798aae23b32): *none*\n - Shape /sh:or/rdf:first (path _:n91e2f0d2229a4ae2b78bcebd798aae23b5): *none*\n - Shape /sh:property (path _:n91e2f0d2229a4ae2b78bcebd798aae23b19): *none*\n" } ] }, @@ -472,53 +472,53 @@ }, { "focusNodes": { - "": { + "": { "nodes": [ "eg:pop1999", "eg:pop2000" ] }, - "": { + "": { "nodes": [ "eg:pop1999", "eg:pop2000" ] }, - "": { + "": { "nodes": [ "eg:pop1999", "eg:pop2000" ] }, - "": { + "": { "nodes": [ "eg:pop1999", "eg:pop2000" ] }, + "/sh:or/rdf:rest/rdf:first": { + "nodes": [], + "path": "_:n91e2f0d2229a4ae2b78bcebd798aae23b11" + }, "/sh:property": { "nodes": [], - "path": "_:n640674c3b32d447e9b5cc631f5a5d2e8b29" + "path": "_:n91e2f0d2229a4ae2b78bcebd798aae23b29" }, "/sh:property": { "nodes": [], - "path": "_:n640674c3b32d447e9b5cc631f5a5d2e8b32" + "path": "_:n91e2f0d2229a4ae2b78bcebd798aae23b32" }, "/sh:or/rdf:first": { "nodes": [], - "path": "_:n640674c3b32d447e9b5cc631f5a5d2e8b5" - }, - "/sh:or/rdf:rest/rdf:first": { - "nodes": [], - "path": "_:n640674c3b32d447e9b5cc631f5a5d2e8b11" + "path": "_:n91e2f0d2229a4ae2b78bcebd798aae23b5" }, "/sh:property": { "nodes": [], - "path": "_:n640674c3b32d447e9b5cc631f5a5d2e8b19" + "path": "_:n91e2f0d2229a4ae2b78bcebd798aae23b19" } }, "isError": false, - "message": "Focus nodes:\n - Shape : eg:pop1999,eg:pop2000\n - Shape : eg:pop1999,eg:pop2000\n - Shape : eg:pop1999,eg:pop2000\n - Shape : eg:pop1999,eg:pop2000\n - Shape /sh:property (path _:n640674c3b32d447e9b5cc631f5a5d2e8b29): *none*\n - Shape /sh:property (path _:n640674c3b32d447e9b5cc631f5a5d2e8b32): *none*\n - Shape /sh:or/rdf:first (path _:n640674c3b32d447e9b5cc631f5a5d2e8b5): *none*\n - Shape /sh:or/rdf:rest/rdf:first (path _:n640674c3b32d447e9b5cc631f5a5d2e8b11): *none*\n - Shape /sh:property (path _:n640674c3b32d447e9b5cc631f5a5d2e8b19): *none*\n" + "message": "Focus nodes:\n - Shape : eg:pop1999,eg:pop2000\n - Shape : eg:pop1999,eg:pop2000\n - Shape : eg:pop1999,eg:pop2000\n - Shape : eg:pop1999,eg:pop2000\n - Shape /sh:or/rdf:rest/rdf:first (path _:n91e2f0d2229a4ae2b78bcebd798aae23b11): *none*\n - Shape /sh:property (path _:n91e2f0d2229a4ae2b78bcebd798aae23b29): *none*\n - Shape /sh:property (path _:n91e2f0d2229a4ae2b78bcebd798aae23b32): *none*\n - Shape /sh:or/rdf:first (path _:n91e2f0d2229a4ae2b78bcebd798aae23b5): *none*\n - Shape /sh:property (path _:n91e2f0d2229a4ae2b78bcebd798aae23b19): *none*\n" } ] }, diff --git a/tests/unstable/sosa/features/observationCollection/example_1_1.validation_passed.txt b/tests/unstable/sosa/features/observationCollection/example_1_1.validation_passed.txt index 50aea6f61..3064684c7 100644 --- a/tests/unstable/sosa/features/observationCollection/example_1_1.validation_passed.txt +++ b/tests/unstable/sosa/features/observationCollection/example_1_1.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.unstable.sosa.features.observationCollection - SOSA ObservationCollection Feature -Generated 2023-11-19T04:06:24.732442+00:00 +Generated 2023-11-26T04:06:34.861584+00:00 === Files === Using example_1_1.json from examples JSON-LD context is present - uplifting @@ -18,15 +18,15 @@ Validation Report Conforms: True Focus nodes: - - Shape : *none* - - Shape : *none* - - Shape : *none* - Shape : *none* - - Shape /sh:property (path _:n640674c3b32d447e9b5cc631f5a5d2e8b29): *none* - - Shape /sh:property (path _:n640674c3b32d447e9b5cc631f5a5d2e8b32): *none* - - Shape /sh:or/rdf:first (path _:n640674c3b32d447e9b5cc631f5a5d2e8b5): *none* - - Shape /sh:or/rdf:rest/rdf:first (path _:n640674c3b32d447e9b5cc631f5a5d2e8b11): *none* - - Shape /sh:property (path _:n640674c3b32d447e9b5cc631f5a5d2e8b19): *none* + - Shape : *none* + - Shape : *none* + - Shape : *none* + - Shape /sh:or/rdf:rest/rdf:first (path _:n91e2f0d2229a4ae2b78bcebd798aae23b11): *none* + - Shape /sh:property (path _:n91e2f0d2229a4ae2b78bcebd798aae23b29): *none* + - Shape /sh:property (path _:n91e2f0d2229a4ae2b78bcebd798aae23b32): *none* + - Shape /sh:or/rdf:first (path _:n91e2f0d2229a4ae2b78bcebd798aae23b5): *none* + - Shape /sh:property (path _:n91e2f0d2229a4ae2b78bcebd798aae23b19): *none* === End SHACL === diff --git a/tests/unstable/sosa/features/observationCollection/example_1_2.validation_passed.txt b/tests/unstable/sosa/features/observationCollection/example_1_2.validation_passed.txt index 574e03837..a472a817e 100644 --- a/tests/unstable/sosa/features/observationCollection/example_1_2.validation_passed.txt +++ b/tests/unstable/sosa/features/observationCollection/example_1_2.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.unstable.sosa.features.observationCollection - SOSA ObservationCollection Feature -Generated 2023-11-19T04:06:24.741403+00:00 +Generated 2023-11-26T04:06:34.870464+00:00 === Files === Using example_1_2.ttl from examples Output Turtle example_1_2.ttl created @@ -12,15 +12,15 @@ Validation Report Conforms: True Focus nodes: - - Shape : eg:pop1999,eg:pop2000 - - Shape : eg:pop1999,eg:pop2000 - - Shape : eg:pop1999,eg:pop2000 - Shape : eg:pop1999,eg:pop2000 - - Shape /sh:property (path _:n640674c3b32d447e9b5cc631f5a5d2e8b29): *none* - - Shape /sh:property (path _:n640674c3b32d447e9b5cc631f5a5d2e8b32): *none* - - Shape /sh:or/rdf:first (path _:n640674c3b32d447e9b5cc631f5a5d2e8b5): *none* - - Shape /sh:or/rdf:rest/rdf:first (path _:n640674c3b32d447e9b5cc631f5a5d2e8b11): *none* - - Shape /sh:property (path _:n640674c3b32d447e9b5cc631f5a5d2e8b19): *none* + - Shape : eg:pop1999,eg:pop2000 + - Shape : eg:pop1999,eg:pop2000 + - Shape : eg:pop1999,eg:pop2000 + - Shape /sh:or/rdf:rest/rdf:first (path _:n91e2f0d2229a4ae2b78bcebd798aae23b11): *none* + - Shape /sh:property (path _:n91e2f0d2229a4ae2b78bcebd798aae23b29): *none* + - Shape /sh:property (path _:n91e2f0d2229a4ae2b78bcebd798aae23b32): *none* + - Shape /sh:or/rdf:first (path _:n91e2f0d2229a4ae2b78bcebd798aae23b5): *none* + - Shape /sh:property (path _:n91e2f0d2229a4ae2b78bcebd798aae23b19): *none* === End SHACL === diff --git a/tests/unstable/sosa/features/observationCollection/observationCollection-props-fail.validation_failed.txt b/tests/unstable/sosa/features/observationCollection/observationCollection-props-fail.validation_failed.txt index 97c5a6325..828beb58d 100644 --- a/tests/unstable/sosa/features/observationCollection/observationCollection-props-fail.validation_failed.txt +++ b/tests/unstable/sosa/features/observationCollection/observationCollection-props-fail.validation_failed.txt @@ -1,5 +1,5 @@ Validation report for ogc.unstable.sosa.features.observationCollection - SOSA ObservationCollection Feature -Generated 2023-11-19T04:06:24.722317+00:00 +Generated 2023-11-26T04:06:34.841756+00:00 === General === ** Validation error ** @@ -24,15 +24,15 @@ Validation Report Conforms: True Focus nodes: - - Shape : *none* - - Shape : *none* - - Shape : *none* - Shape : *none* - - Shape /sh:property (path _:n640674c3b32d447e9b5cc631f5a5d2e8b29): *none* - - Shape /sh:property (path _:n640674c3b32d447e9b5cc631f5a5d2e8b32): *none* - - Shape /sh:or/rdf:first (path _:n640674c3b32d447e9b5cc631f5a5d2e8b5): *none* - - Shape /sh:or/rdf:rest/rdf:first (path _:n640674c3b32d447e9b5cc631f5a5d2e8b11): *none* - - Shape /sh:property (path _:n640674c3b32d447e9b5cc631f5a5d2e8b19): *none* + - Shape : *none* + - Shape : *none* + - Shape : *none* + - Shape /sh:or/rdf:rest/rdf:first (path _:n91e2f0d2229a4ae2b78bcebd798aae23b11): *none* + - Shape /sh:property (path _:n91e2f0d2229a4ae2b78bcebd798aae23b29): *none* + - Shape /sh:property (path _:n91e2f0d2229a4ae2b78bcebd798aae23b32): *none* + - Shape /sh:or/rdf:first (path _:n91e2f0d2229a4ae2b78bcebd798aae23b5): *none* + - Shape /sh:property (path _:n91e2f0d2229a4ae2b78bcebd798aae23b19): *none* === End SHACL === diff --git a/tests/unstable/sosa/features/observationCollection/observationCollection-props.validation_passed.txt b/tests/unstable/sosa/features/observationCollection/observationCollection-props.validation_passed.txt index ee5f60150..3dc931284 100644 --- a/tests/unstable/sosa/features/observationCollection/observationCollection-props.validation_passed.txt +++ b/tests/unstable/sosa/features/observationCollection/observationCollection-props.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.unstable.sosa.features.observationCollection - SOSA ObservationCollection Feature -Generated 2023-11-19T04:06:24.714482+00:00 +Generated 2023-11-26T04:06:34.851640+00:00 === Files === Using observationCollection-props.json from test resources JSON-LD context is present - uplifting @@ -18,15 +18,15 @@ Validation Report Conforms: True Focus nodes: - - Shape : *none* - - Shape : *none* - - Shape : *none* - Shape : *none* - - Shape /sh:property (path _:n640674c3b32d447e9b5cc631f5a5d2e8b29): *none* - - Shape /sh:property (path _:n640674c3b32d447e9b5cc631f5a5d2e8b32): *none* - - Shape /sh:or/rdf:first (path _:n640674c3b32d447e9b5cc631f5a5d2e8b5): *none* - - Shape /sh:or/rdf:rest/rdf:first (path _:n640674c3b32d447e9b5cc631f5a5d2e8b11): *none* - - Shape /sh:property (path _:n640674c3b32d447e9b5cc631f5a5d2e8b19): *none* + - Shape : *none* + - Shape : *none* + - Shape : *none* + - Shape /sh:or/rdf:rest/rdf:first (path _:n91e2f0d2229a4ae2b78bcebd798aae23b11): *none* + - Shape /sh:property (path _:n91e2f0d2229a4ae2b78bcebd798aae23b29): *none* + - Shape /sh:property (path _:n91e2f0d2229a4ae2b78bcebd798aae23b32): *none* + - Shape /sh:or/rdf:first (path _:n91e2f0d2229a4ae2b78bcebd798aae23b5): *none* + - Shape /sh:property (path _:n91e2f0d2229a4ae2b78bcebd798aae23b19): *none* === End SHACL === diff --git a/tests/unstable/sosa/properties/observation/_report.json b/tests/unstable/sosa/properties/observation/_report.json index 5b2f6af6e..ef867d0d7 100644 --- a/tests/unstable/sosa/properties/observation/_report.json +++ b/tests/unstable/sosa/properties/observation/_report.json @@ -2,7 +2,7 @@ "title": "Validation report for ogc.unstable.sosa.properties.observation - SOSA Observation", "bblockName": "SOSA Observation", "bblockId": "ogc.unstable.sosa.properties.observation", - "generated": "2023-11-19T04:06:22.042914+00:00", + "generated": "2023-11-26T04:06:31.954218+00:00", "result": true, "items": [ { @@ -79,41 +79,41 @@ }, { "focusNodes": { - "": { + "": { "nodes": [] }, - "": { + "": { "nodes": [] }, - "": { + "": { "nodes": [] }, - "": { + "": { "nodes": [] }, - "/sh:property": { + "/sh:property": { "nodes": [], - "path": "_:na14cca79e5444ab6865330808b35135bb29" + "path": "_:n27e4a47e02164b269d16fbc19d7c1cdcb32" }, - "/sh:or/rdf:rest/rdf:first": { + "/sh:property": { "nodes": [], - "path": "_:na14cca79e5444ab6865330808b35135bb11" + "path": "_:n27e4a47e02164b269d16fbc19d7c1cdcb29" }, - "/sh:or/rdf:first": { + "/sh:property": { "nodes": [], - "path": "_:na14cca79e5444ab6865330808b35135bb5" + "path": "_:n27e4a47e02164b269d16fbc19d7c1cdcb19" }, - "/sh:property": { + "/sh:or/rdf:rest/rdf:first": { "nodes": [], - "path": "_:na14cca79e5444ab6865330808b35135bb19" + "path": "_:n27e4a47e02164b269d16fbc19d7c1cdcb11" }, - "/sh:property": { + "/sh:or/rdf:first": { "nodes": [], - "path": "_:na14cca79e5444ab6865330808b35135bb32" + "path": "_:n27e4a47e02164b269d16fbc19d7c1cdcb5" } }, "isError": false, - "message": "Focus nodes:\n - Shape : *none*\n - Shape : *none*\n - Shape : *none*\n - Shape : *none*\n - Shape /sh:property (path _:na14cca79e5444ab6865330808b35135bb29): *none*\n - Shape /sh:or/rdf:rest/rdf:first (path _:na14cca79e5444ab6865330808b35135bb11): *none*\n - Shape /sh:or/rdf:first (path _:na14cca79e5444ab6865330808b35135bb5): *none*\n - Shape /sh:property (path _:na14cca79e5444ab6865330808b35135bb19): *none*\n - Shape /sh:property (path _:na14cca79e5444ab6865330808b35135bb32): *none*\n" + "message": "Focus nodes:\n - Shape : *none*\n - Shape : *none*\n - Shape : *none*\n - Shape : *none*\n - Shape /sh:property (path _:n27e4a47e02164b269d16fbc19d7c1cdcb32): *none*\n - Shape /sh:property (path _:n27e4a47e02164b269d16fbc19d7c1cdcb29): *none*\n - Shape /sh:property (path _:n27e4a47e02164b269d16fbc19d7c1cdcb19): *none*\n - Shape /sh:or/rdf:rest/rdf:first (path _:n27e4a47e02164b269d16fbc19d7c1cdcb11): *none*\n - Shape /sh:or/rdf:first (path _:n27e4a47e02164b269d16fbc19d7c1cdcb5): *none*\n" } ] }, @@ -211,41 +211,41 @@ }, { "focusNodes": { - "": { + "": { "nodes": [] }, - "": { + "": { "nodes": [] }, - "": { + "": { "nodes": [] }, - "": { + "": { "nodes": [] }, - "/sh:property": { + "/sh:property": { "nodes": [], - "path": "_:na14cca79e5444ab6865330808b35135bb29" + "path": "_:n27e4a47e02164b269d16fbc19d7c1cdcb32" }, - "/sh:or/rdf:rest/rdf:first": { + "/sh:property": { "nodes": [], - "path": "_:na14cca79e5444ab6865330808b35135bb11" + "path": "_:n27e4a47e02164b269d16fbc19d7c1cdcb29" }, - "/sh:or/rdf:first": { + "/sh:property": { "nodes": [], - "path": "_:na14cca79e5444ab6865330808b35135bb5" + "path": "_:n27e4a47e02164b269d16fbc19d7c1cdcb19" }, - "/sh:property": { + "/sh:or/rdf:rest/rdf:first": { "nodes": [], - "path": "_:na14cca79e5444ab6865330808b35135bb19" + "path": "_:n27e4a47e02164b269d16fbc19d7c1cdcb11" }, - "/sh:property": { + "/sh:or/rdf:first": { "nodes": [], - "path": "_:na14cca79e5444ab6865330808b35135bb32" + "path": "_:n27e4a47e02164b269d16fbc19d7c1cdcb5" } }, "isError": false, - "message": "Focus nodes:\n - Shape : *none*\n - Shape : *none*\n - Shape : *none*\n - Shape : *none*\n - Shape /sh:property (path _:na14cca79e5444ab6865330808b35135bb29): *none*\n - Shape /sh:or/rdf:rest/rdf:first (path _:na14cca79e5444ab6865330808b35135bb11): *none*\n - Shape /sh:or/rdf:first (path _:na14cca79e5444ab6865330808b35135bb5): *none*\n - Shape /sh:property (path _:na14cca79e5444ab6865330808b35135bb19): *none*\n - Shape /sh:property (path _:na14cca79e5444ab6865330808b35135bb32): *none*\n" + "message": "Focus nodes:\n - Shape : *none*\n - Shape : *none*\n - Shape : *none*\n - Shape : *none*\n - Shape /sh:property (path _:n27e4a47e02164b269d16fbc19d7c1cdcb32): *none*\n - Shape /sh:property (path _:n27e4a47e02164b269d16fbc19d7c1cdcb29): *none*\n - Shape /sh:property (path _:n27e4a47e02164b269d16fbc19d7c1cdcb19): *none*\n - Shape /sh:or/rdf:rest/rdf:first (path _:n27e4a47e02164b269d16fbc19d7c1cdcb11): *none*\n - Shape /sh:or/rdf:first (path _:n27e4a47e02164b269d16fbc19d7c1cdcb5): *none*\n" } ] }, @@ -325,49 +325,49 @@ }, { "focusNodes": { - "": { + "": { "nodes": [ - "_:ne16b2127fe644c05ad24ffde9703cb18b1" + "_:ne50966667e1744978d20c8bd67e971c6b1" ] }, - "": { + "": { "nodes": [ - "_:ne16b2127fe644c05ad24ffde9703cb18b1" + "_:ne50966667e1744978d20c8bd67e971c6b1" ] }, - "": { + "": { "nodes": [ - "_:ne16b2127fe644c05ad24ffde9703cb18b1" + "_:ne50966667e1744978d20c8bd67e971c6b1" ] }, - "": { + "": { "nodes": [ - "_:ne16b2127fe644c05ad24ffde9703cb18b1" + "_:ne50966667e1744978d20c8bd67e971c6b1" ] }, - "/sh:property": { + "/sh:property": { "nodes": [], - "path": "_:na14cca79e5444ab6865330808b35135bb29" + "path": "_:n27e4a47e02164b269d16fbc19d7c1cdcb32" }, - "/sh:or/rdf:rest/rdf:first": { + "/sh:property": { "nodes": [], - "path": "_:na14cca79e5444ab6865330808b35135bb11" + "path": "_:n27e4a47e02164b269d16fbc19d7c1cdcb29" }, - "/sh:or/rdf:first": { + "/sh:property": { "nodes": [], - "path": "_:na14cca79e5444ab6865330808b35135bb5" + "path": "_:n27e4a47e02164b269d16fbc19d7c1cdcb19" }, - "/sh:property": { + "/sh:or/rdf:rest/rdf:first": { "nodes": [], - "path": "_:na14cca79e5444ab6865330808b35135bb19" + "path": "_:n27e4a47e02164b269d16fbc19d7c1cdcb11" }, - "/sh:property": { + "/sh:or/rdf:first": { "nodes": [], - "path": "_:na14cca79e5444ab6865330808b35135bb32" + "path": "_:n27e4a47e02164b269d16fbc19d7c1cdcb5" } }, "isError": false, - "message": "Focus nodes:\n - Shape : _:ne16b2127fe644c05ad24ffde9703cb18b1\n - Shape : _:ne16b2127fe644c05ad24ffde9703cb18b1\n - Shape : _:ne16b2127fe644c05ad24ffde9703cb18b1\n - Shape : _:ne16b2127fe644c05ad24ffde9703cb18b1\n - Shape /sh:property (path _:na14cca79e5444ab6865330808b35135bb29): *none*\n - Shape /sh:or/rdf:rest/rdf:first (path _:na14cca79e5444ab6865330808b35135bb11): *none*\n - Shape /sh:or/rdf:first (path _:na14cca79e5444ab6865330808b35135bb5): *none*\n - Shape /sh:property (path _:na14cca79e5444ab6865330808b35135bb19): *none*\n - Shape /sh:property (path _:na14cca79e5444ab6865330808b35135bb32): *none*\n" + "message": "Focus nodes:\n - Shape : _:ne50966667e1744978d20c8bd67e971c6b1\n - Shape : _:ne50966667e1744978d20c8bd67e971c6b1\n - Shape : _:ne50966667e1744978d20c8bd67e971c6b1\n - Shape : _:ne50966667e1744978d20c8bd67e971c6b1\n - Shape /sh:property (path _:n27e4a47e02164b269d16fbc19d7c1cdcb32): *none*\n - Shape /sh:property (path _:n27e4a47e02164b269d16fbc19d7c1cdcb29): *none*\n - Shape /sh:property (path _:n27e4a47e02164b269d16fbc19d7c1cdcb19): *none*\n - Shape /sh:or/rdf:rest/rdf:first (path _:n27e4a47e02164b269d16fbc19d7c1cdcb11): *none*\n - Shape /sh:or/rdf:first (path _:n27e4a47e02164b269d16fbc19d7c1cdcb5): *none*\n" } ] }, @@ -465,41 +465,41 @@ }, { "focusNodes": { - "": { + "": { "nodes": [] }, - "": { + "": { "nodes": [] }, - "": { + "": { "nodes": [] }, - "": { + "": { "nodes": [] }, - "/sh:property": { + "/sh:property": { "nodes": [], - "path": "_:na14cca79e5444ab6865330808b35135bb29" + "path": "_:n27e4a47e02164b269d16fbc19d7c1cdcb32" }, - "/sh:or/rdf:rest/rdf:first": { + "/sh:property": { "nodes": [], - "path": "_:na14cca79e5444ab6865330808b35135bb11" + "path": "_:n27e4a47e02164b269d16fbc19d7c1cdcb29" }, - "/sh:or/rdf:first": { + "/sh:property": { "nodes": [], - "path": "_:na14cca79e5444ab6865330808b35135bb5" + "path": "_:n27e4a47e02164b269d16fbc19d7c1cdcb19" }, - "/sh:property": { + "/sh:or/rdf:rest/rdf:first": { "nodes": [], - "path": "_:na14cca79e5444ab6865330808b35135bb19" + "path": "_:n27e4a47e02164b269d16fbc19d7c1cdcb11" }, - "/sh:property": { + "/sh:or/rdf:first": { "nodes": [], - "path": "_:na14cca79e5444ab6865330808b35135bb32" + "path": "_:n27e4a47e02164b269d16fbc19d7c1cdcb5" } }, "isError": false, - "message": "Focus nodes:\n - Shape : *none*\n - Shape : *none*\n - Shape : *none*\n - Shape : *none*\n - Shape /sh:property (path _:na14cca79e5444ab6865330808b35135bb29): *none*\n - Shape /sh:or/rdf:rest/rdf:first (path _:na14cca79e5444ab6865330808b35135bb11): *none*\n - Shape /sh:or/rdf:first (path _:na14cca79e5444ab6865330808b35135bb5): *none*\n - Shape /sh:property (path _:na14cca79e5444ab6865330808b35135bb19): *none*\n - Shape /sh:property (path _:na14cca79e5444ab6865330808b35135bb32): *none*\n" + "message": "Focus nodes:\n - Shape : *none*\n - Shape : *none*\n - Shape : *none*\n - Shape : *none*\n - Shape /sh:property (path _:n27e4a47e02164b269d16fbc19d7c1cdcb32): *none*\n - Shape /sh:property (path _:n27e4a47e02164b269d16fbc19d7c1cdcb29): *none*\n - Shape /sh:property (path _:n27e4a47e02164b269d16fbc19d7c1cdcb19): *none*\n - Shape /sh:or/rdf:rest/rdf:first (path _:n27e4a47e02164b269d16fbc19d7c1cdcb11): *none*\n - Shape /sh:or/rdf:first (path _:n27e4a47e02164b269d16fbc19d7c1cdcb5): *none*\n" } ] }, diff --git a/tests/unstable/sosa/properties/observation/example_1_1.validation_passed.txt b/tests/unstable/sosa/properties/observation/example_1_1.validation_passed.txt index e5b9373e7..cda416808 100644 --- a/tests/unstable/sosa/properties/observation/example_1_1.validation_passed.txt +++ b/tests/unstable/sosa/properties/observation/example_1_1.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.unstable.sosa.properties.observation - SOSA Observation -Generated 2023-11-19T04:06:22.027514+00:00 +Generated 2023-11-26T04:06:31.938528+00:00 === Files === Using example_1_1.json from examples JSON-LD context is present - uplifting @@ -18,15 +18,15 @@ Validation Report Conforms: True Focus nodes: - - Shape : *none* - - Shape : *none* - - Shape : *none* - Shape : *none* - - Shape /sh:property (path _:na14cca79e5444ab6865330808b35135bb29): *none* - - Shape /sh:or/rdf:rest/rdf:first (path _:na14cca79e5444ab6865330808b35135bb11): *none* - - Shape /sh:or/rdf:first (path _:na14cca79e5444ab6865330808b35135bb5): *none* - - Shape /sh:property (path _:na14cca79e5444ab6865330808b35135bb19): *none* - - Shape /sh:property (path _:na14cca79e5444ab6865330808b35135bb32): *none* + - Shape : *none* + - Shape : *none* + - Shape : *none* + - Shape /sh:property (path _:n27e4a47e02164b269d16fbc19d7c1cdcb32): *none* + - Shape /sh:property (path _:n27e4a47e02164b269d16fbc19d7c1cdcb29): *none* + - Shape /sh:property (path _:n27e4a47e02164b269d16fbc19d7c1cdcb19): *none* + - Shape /sh:or/rdf:rest/rdf:first (path _:n27e4a47e02164b269d16fbc19d7c1cdcb11): *none* + - Shape /sh:or/rdf:first (path _:n27e4a47e02164b269d16fbc19d7c1cdcb5): *none* === End SHACL === diff --git a/tests/unstable/sosa/properties/observation/example_1_2.validation_passed.txt b/tests/unstable/sosa/properties/observation/example_1_2.validation_passed.txt index 2e8a6d870..396a5a3dc 100644 --- a/tests/unstable/sosa/properties/observation/example_1_2.validation_passed.txt +++ b/tests/unstable/sosa/properties/observation/example_1_2.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.unstable.sosa.properties.observation - SOSA Observation -Generated 2023-11-19T04:06:22.037978+00:00 +Generated 2023-11-26T04:06:31.949164+00:00 === Files === Using example_1_2.ttl from examples Output Turtle example_1_2.ttl created @@ -12,15 +12,15 @@ Validation Report Conforms: True Focus nodes: - - Shape : _:ne16b2127fe644c05ad24ffde9703cb18b1 - - Shape : _:ne16b2127fe644c05ad24ffde9703cb18b1 - - Shape : _:ne16b2127fe644c05ad24ffde9703cb18b1 - - Shape : _:ne16b2127fe644c05ad24ffde9703cb18b1 - - Shape /sh:property (path _:na14cca79e5444ab6865330808b35135bb29): *none* - - Shape /sh:or/rdf:rest/rdf:first (path _:na14cca79e5444ab6865330808b35135bb11): *none* - - Shape /sh:or/rdf:first (path _:na14cca79e5444ab6865330808b35135bb5): *none* - - Shape /sh:property (path _:na14cca79e5444ab6865330808b35135bb19): *none* - - Shape /sh:property (path _:na14cca79e5444ab6865330808b35135bb32): *none* + - Shape : _:ne50966667e1744978d20c8bd67e971c6b1 + - Shape : _:ne50966667e1744978d20c8bd67e971c6b1 + - Shape : _:ne50966667e1744978d20c8bd67e971c6b1 + - Shape : _:ne50966667e1744978d20c8bd67e971c6b1 + - Shape /sh:property (path _:n27e4a47e02164b269d16fbc19d7c1cdcb32): *none* + - Shape /sh:property (path _:n27e4a47e02164b269d16fbc19d7c1cdcb29): *none* + - Shape /sh:property (path _:n27e4a47e02164b269d16fbc19d7c1cdcb19): *none* + - Shape /sh:or/rdf:rest/rdf:first (path _:n27e4a47e02164b269d16fbc19d7c1cdcb11): *none* + - Shape /sh:or/rdf:first (path _:n27e4a47e02164b269d16fbc19d7c1cdcb5): *none* === End SHACL === diff --git a/tests/unstable/sosa/properties/observation/example_2_1.validation_passed.txt b/tests/unstable/sosa/properties/observation/example_2_1.validation_passed.txt index d57d7e6c5..8d393f950 100644 --- a/tests/unstable/sosa/properties/observation/example_2_1.validation_passed.txt +++ b/tests/unstable/sosa/properties/observation/example_2_1.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.unstable.sosa.properties.observation - SOSA Observation -Generated 2023-11-19T04:06:22.042858+00:00 +Generated 2023-11-26T04:06:31.954160+00:00 === Files === Using example_2_1.json from examples JSON-LD context is present - uplifting @@ -18,15 +18,15 @@ Validation Report Conforms: True Focus nodes: - - Shape : *none* - - Shape : *none* - - Shape : *none* - Shape : *none* - - Shape /sh:property (path _:na14cca79e5444ab6865330808b35135bb29): *none* - - Shape /sh:or/rdf:rest/rdf:first (path _:na14cca79e5444ab6865330808b35135bb11): *none* - - Shape /sh:or/rdf:first (path _:na14cca79e5444ab6865330808b35135bb5): *none* - - Shape /sh:property (path _:na14cca79e5444ab6865330808b35135bb19): *none* - - Shape /sh:property (path _:na14cca79e5444ab6865330808b35135bb32): *none* + - Shape : *none* + - Shape : *none* + - Shape : *none* + - Shape /sh:property (path _:n27e4a47e02164b269d16fbc19d7c1cdcb32): *none* + - Shape /sh:property (path _:n27e4a47e02164b269d16fbc19d7c1cdcb29): *none* + - Shape /sh:property (path _:n27e4a47e02164b269d16fbc19d7c1cdcb19): *none* + - Shape /sh:or/rdf:rest/rdf:first (path _:n27e4a47e02164b269d16fbc19d7c1cdcb11): *none* + - Shape /sh:or/rdf:first (path _:n27e4a47e02164b269d16fbc19d7c1cdcb5): *none* === End SHACL === diff --git a/tests/unstable/sosa/properties/observation/test1.validation_passed.txt b/tests/unstable/sosa/properties/observation/test1.validation_passed.txt index 1d3c0deda..270dcd6dc 100644 --- a/tests/unstable/sosa/properties/observation/test1.validation_passed.txt +++ b/tests/unstable/sosa/properties/observation/test1.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.unstable.sosa.properties.observation - SOSA Observation -Generated 2023-11-19T04:06:22.022640+00:00 +Generated 2023-11-26T04:06:31.933531+00:00 === Files === Using test1.jsonld from test resources Output Turtle test1.ttl created @@ -16,15 +16,15 @@ Validation Report Conforms: True Focus nodes: - - Shape : *none* - - Shape : *none* - - Shape : *none* - Shape : *none* - - Shape /sh:property (path _:na14cca79e5444ab6865330808b35135bb29): *none* - - Shape /sh:or/rdf:rest/rdf:first (path _:na14cca79e5444ab6865330808b35135bb11): *none* - - Shape /sh:or/rdf:first (path _:na14cca79e5444ab6865330808b35135bb5): *none* - - Shape /sh:property (path _:na14cca79e5444ab6865330808b35135bb19): *none* - - Shape /sh:property (path _:na14cca79e5444ab6865330808b35135bb32): *none* + - Shape : *none* + - Shape : *none* + - Shape : *none* + - Shape /sh:property (path _:n27e4a47e02164b269d16fbc19d7c1cdcb32): *none* + - Shape /sh:property (path _:n27e4a47e02164b269d16fbc19d7c1cdcb29): *none* + - Shape /sh:property (path _:n27e4a47e02164b269d16fbc19d7c1cdcb19): *none* + - Shape /sh:or/rdf:rest/rdf:first (path _:n27e4a47e02164b269d16fbc19d7c1cdcb11): *none* + - Shape /sh:or/rdf:first (path _:n27e4a47e02164b269d16fbc19d7c1cdcb5): *none* === End SHACL === diff --git a/tests/unstable/sosa/properties/observationCollection/_report.json b/tests/unstable/sosa/properties/observationCollection/_report.json index fdb2f10e9..7e202d41d 100644 --- a/tests/unstable/sosa/properties/observationCollection/_report.json +++ b/tests/unstable/sosa/properties/observationCollection/_report.json @@ -2,7 +2,7 @@ "title": "Validation report for ogc.unstable.sosa.properties.observationCollection - SOSA ObservationCollection", "bblockName": "SOSA ObservationCollection", "bblockId": "ogc.unstable.sosa.properties.observationCollection", - "generated": "2023-11-19T04:06:22.352699+00:00", + "generated": "2023-11-26T04:06:32.151573+00:00", "result": true, "items": [ { @@ -92,41 +92,41 @@ }, { "focusNodes": { - "": { + "": { "nodes": [] }, - "": { + "": { "nodes": [] }, - "": { + "": { "nodes": [] }, - "": { + "": { "nodes": [] }, "/sh:property": { "nodes": [], - "path": "_:nc786fc0ca4c7442b8cc90fd77fcda147b19" + "path": "_:n6d5e07f73e7c4550bc4d8af69a579051b19" }, "/sh:or/rdf:first": { "nodes": [], - "path": "_:nc786fc0ca4c7442b8cc90fd77fcda147b5" + "path": "_:n6d5e07f73e7c4550bc4d8af69a579051b5" }, - "/sh:property": { + "/sh:property": { "nodes": [], - "path": "_:nc786fc0ca4c7442b8cc90fd77fcda147b29" + "path": "_:n6d5e07f73e7c4550bc4d8af69a579051b32" }, - "/sh:or/rdf:rest/rdf:first": { + "/sh:property": { "nodes": [], - "path": "_:nc786fc0ca4c7442b8cc90fd77fcda147b11" + "path": "_:n6d5e07f73e7c4550bc4d8af69a579051b29" }, - "/sh:property": { + "/sh:or/rdf:rest/rdf:first": { "nodes": [], - "path": "_:nc786fc0ca4c7442b8cc90fd77fcda147b32" + "path": "_:n6d5e07f73e7c4550bc4d8af69a579051b11" } }, "isError": false, - "message": "Focus nodes:\n - Shape : *none*\n - Shape : *none*\n - Shape : *none*\n - Shape : *none*\n - Shape /sh:property (path _:nc786fc0ca4c7442b8cc90fd77fcda147b19): *none*\n - Shape /sh:or/rdf:first (path _:nc786fc0ca4c7442b8cc90fd77fcda147b5): *none*\n - Shape /sh:property (path _:nc786fc0ca4c7442b8cc90fd77fcda147b29): *none*\n - Shape /sh:or/rdf:rest/rdf:first (path _:nc786fc0ca4c7442b8cc90fd77fcda147b11): *none*\n - Shape /sh:property (path _:nc786fc0ca4c7442b8cc90fd77fcda147b32): *none*\n" + "message": "Focus nodes:\n - Shape : *none*\n - Shape : *none*\n - Shape : *none*\n - Shape : *none*\n - Shape /sh:property (path _:n6d5e07f73e7c4550bc4d8af69a579051b19): *none*\n - Shape /sh:or/rdf:first (path _:n6d5e07f73e7c4550bc4d8af69a579051b5): *none*\n - Shape /sh:property (path _:n6d5e07f73e7c4550bc4d8af69a579051b32): *none*\n - Shape /sh:property (path _:n6d5e07f73e7c4550bc4d8af69a579051b29): *none*\n - Shape /sh:or/rdf:rest/rdf:first (path _:n6d5e07f73e7c4550bc4d8af69a579051b11): *none*\n" } ] }, @@ -224,49 +224,49 @@ }, { "focusNodes": { - "": { + "": { "nodes": [ "" ] }, - "": { + "": { "nodes": [ "" ] }, - "": { + "": { "nodes": [ "" ] }, - "": { + "": { "nodes": [ "" ] }, "/sh:property": { "nodes": [], - "path": "_:nc786fc0ca4c7442b8cc90fd77fcda147b19" + "path": "_:n6d5e07f73e7c4550bc4d8af69a579051b19" }, "/sh:or/rdf:first": { "nodes": [], - "path": "_:nc786fc0ca4c7442b8cc90fd77fcda147b5" + "path": "_:n6d5e07f73e7c4550bc4d8af69a579051b5" }, - "/sh:property": { + "/sh:property": { "nodes": [], - "path": "_:nc786fc0ca4c7442b8cc90fd77fcda147b29" + "path": "_:n6d5e07f73e7c4550bc4d8af69a579051b32" }, - "/sh:or/rdf:rest/rdf:first": { + "/sh:property": { "nodes": [], - "path": "_:nc786fc0ca4c7442b8cc90fd77fcda147b11" + "path": "_:n6d5e07f73e7c4550bc4d8af69a579051b29" }, - "/sh:property": { + "/sh:or/rdf:rest/rdf:first": { "nodes": [], - "path": "_:nc786fc0ca4c7442b8cc90fd77fcda147b32" + "path": "_:n6d5e07f73e7c4550bc4d8af69a579051b11" } }, "isError": false, - "message": "Focus nodes:\n - Shape : \n - Shape : \n - Shape : \n - Shape : \n - Shape /sh:property (path _:nc786fc0ca4c7442b8cc90fd77fcda147b19): *none*\n - Shape /sh:or/rdf:first (path _:nc786fc0ca4c7442b8cc90fd77fcda147b5): *none*\n - Shape /sh:property (path _:nc786fc0ca4c7442b8cc90fd77fcda147b29): *none*\n - Shape /sh:or/rdf:rest/rdf:first (path _:nc786fc0ca4c7442b8cc90fd77fcda147b11): *none*\n - Shape /sh:property (path _:nc786fc0ca4c7442b8cc90fd77fcda147b32): *none*\n" + "message": "Focus nodes:\n - Shape : \n - Shape : \n - Shape : \n - Shape : \n - Shape /sh:property (path _:n6d5e07f73e7c4550bc4d8af69a579051b19): *none*\n - Shape /sh:or/rdf:first (path _:n6d5e07f73e7c4550bc4d8af69a579051b5): *none*\n - Shape /sh:property (path _:n6d5e07f73e7c4550bc4d8af69a579051b32): *none*\n - Shape /sh:property (path _:n6d5e07f73e7c4550bc4d8af69a579051b29): *none*\n - Shape /sh:or/rdf:rest/rdf:first (path _:n6d5e07f73e7c4550bc4d8af69a579051b11): *none*\n" } ] }, @@ -346,49 +346,49 @@ }, { "focusNodes": { - "": { + "": { "nodes": [ "eg:a1" ] }, - "": { + "": { "nodes": [ "eg:a1" ] }, - "": { + "": { "nodes": [ "eg:a1" ] }, - "": { + "": { "nodes": [ "eg:a1" ] }, "/sh:property": { "nodes": [], - "path": "_:nc786fc0ca4c7442b8cc90fd77fcda147b19" + "path": "_:n6d5e07f73e7c4550bc4d8af69a579051b19" }, "/sh:or/rdf:first": { "nodes": [], - "path": "_:nc786fc0ca4c7442b8cc90fd77fcda147b5" + "path": "_:n6d5e07f73e7c4550bc4d8af69a579051b5" }, - "/sh:property": { + "/sh:property": { "nodes": [], - "path": "_:nc786fc0ca4c7442b8cc90fd77fcda147b29" + "path": "_:n6d5e07f73e7c4550bc4d8af69a579051b32" }, - "/sh:or/rdf:rest/rdf:first": { + "/sh:property": { "nodes": [], - "path": "_:nc786fc0ca4c7442b8cc90fd77fcda147b11" + "path": "_:n6d5e07f73e7c4550bc4d8af69a579051b29" }, - "/sh:property": { + "/sh:or/rdf:rest/rdf:first": { "nodes": [], - "path": "_:nc786fc0ca4c7442b8cc90fd77fcda147b32" + "path": "_:n6d5e07f73e7c4550bc4d8af69a579051b11" } }, "isError": false, - "message": "Focus nodes:\n - Shape : eg:a1\n - Shape : eg:a1\n - Shape : eg:a1\n - Shape : eg:a1\n - Shape /sh:property (path _:nc786fc0ca4c7442b8cc90fd77fcda147b19): *none*\n - Shape /sh:or/rdf:first (path _:nc786fc0ca4c7442b8cc90fd77fcda147b5): *none*\n - Shape /sh:property (path _:nc786fc0ca4c7442b8cc90fd77fcda147b29): *none*\n - Shape /sh:or/rdf:rest/rdf:first (path _:nc786fc0ca4c7442b8cc90fd77fcda147b11): *none*\n - Shape /sh:property (path _:nc786fc0ca4c7442b8cc90fd77fcda147b32): *none*\n" + "message": "Focus nodes:\n - Shape : eg:a1\n - Shape : eg:a1\n - Shape : eg:a1\n - Shape : eg:a1\n - Shape /sh:property (path _:n6d5e07f73e7c4550bc4d8af69a579051b19): *none*\n - Shape /sh:or/rdf:first (path _:n6d5e07f73e7c4550bc4d8af69a579051b5): *none*\n - Shape /sh:property (path _:n6d5e07f73e7c4550bc4d8af69a579051b32): *none*\n - Shape /sh:property (path _:n6d5e07f73e7c4550bc4d8af69a579051b29): *none*\n - Shape /sh:or/rdf:rest/rdf:first (path _:n6d5e07f73e7c4550bc4d8af69a579051b11): *none*\n" } ] }, diff --git a/tests/unstable/sosa/properties/observationCollection/example_1_1.validation_passed.txt b/tests/unstable/sosa/properties/observationCollection/example_1_1.validation_passed.txt index ee5835822..f2a91f3eb 100644 --- a/tests/unstable/sosa/properties/observationCollection/example_1_1.validation_passed.txt +++ b/tests/unstable/sosa/properties/observationCollection/example_1_1.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.unstable.sosa.properties.observationCollection - SOSA ObservationCollection -Generated 2023-11-19T04:06:22.338702+00:00 +Generated 2023-11-26T04:06:32.137358+00:00 === Files === Using example_1_1.json from examples JSON-LD context is present - uplifting @@ -18,15 +18,15 @@ Validation Report Conforms: True Focus nodes: - - Shape : *none* - - Shape : *none* - - Shape : *none* - Shape : *none* - - Shape /sh:property (path _:nc786fc0ca4c7442b8cc90fd77fcda147b19): *none* - - Shape /sh:or/rdf:first (path _:nc786fc0ca4c7442b8cc90fd77fcda147b5): *none* - - Shape /sh:property (path _:nc786fc0ca4c7442b8cc90fd77fcda147b29): *none* - - Shape /sh:or/rdf:rest/rdf:first (path _:nc786fc0ca4c7442b8cc90fd77fcda147b11): *none* - - Shape /sh:property (path _:nc786fc0ca4c7442b8cc90fd77fcda147b32): *none* + - Shape : *none* + - Shape : *none* + - Shape : *none* + - Shape /sh:property (path _:n6d5e07f73e7c4550bc4d8af69a579051b19): *none* + - Shape /sh:or/rdf:first (path _:n6d5e07f73e7c4550bc4d8af69a579051b5): *none* + - Shape /sh:property (path _:n6d5e07f73e7c4550bc4d8af69a579051b32): *none* + - Shape /sh:property (path _:n6d5e07f73e7c4550bc4d8af69a579051b29): *none* + - Shape /sh:or/rdf:rest/rdf:first (path _:n6d5e07f73e7c4550bc4d8af69a579051b11): *none* === End SHACL === diff --git a/tests/unstable/sosa/properties/observationCollection/example_2_1.validation_passed.txt b/tests/unstable/sosa/properties/observationCollection/example_2_1.validation_passed.txt index 3617f264d..0e58b36d8 100644 --- a/tests/unstable/sosa/properties/observationCollection/example_2_1.validation_passed.txt +++ b/tests/unstable/sosa/properties/observationCollection/example_2_1.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.unstable.sosa.properties.observationCollection - SOSA ObservationCollection -Generated 2023-11-19T04:06:22.346215+00:00 +Generated 2023-11-26T04:06:32.144982+00:00 === Files === Using example_2_1.json from examples JSON-LD context is present - uplifting @@ -18,15 +18,15 @@ Validation Report Conforms: True Focus nodes: - - Shape : - - Shape : - - Shape : - Shape : - - Shape /sh:property (path _:nc786fc0ca4c7442b8cc90fd77fcda147b19): *none* - - Shape /sh:or/rdf:first (path _:nc786fc0ca4c7442b8cc90fd77fcda147b5): *none* - - Shape /sh:property (path _:nc786fc0ca4c7442b8cc90fd77fcda147b29): *none* - - Shape /sh:or/rdf:rest/rdf:first (path _:nc786fc0ca4c7442b8cc90fd77fcda147b11): *none* - - Shape /sh:property (path _:nc786fc0ca4c7442b8cc90fd77fcda147b32): *none* + - Shape : + - Shape : + - Shape : + - Shape /sh:property (path _:n6d5e07f73e7c4550bc4d8af69a579051b19): *none* + - Shape /sh:or/rdf:first (path _:n6d5e07f73e7c4550bc4d8af69a579051b5): *none* + - Shape /sh:property (path _:n6d5e07f73e7c4550bc4d8af69a579051b32): *none* + - Shape /sh:property (path _:n6d5e07f73e7c4550bc4d8af69a579051b29): *none* + - Shape /sh:or/rdf:rest/rdf:first (path _:n6d5e07f73e7c4550bc4d8af69a579051b11): *none* === End SHACL === diff --git a/tests/unstable/sosa/properties/observationCollection/example_3_1.validation_passed.txt b/tests/unstable/sosa/properties/observationCollection/example_3_1.validation_passed.txt index 7b653402d..2bf39fdf9 100644 --- a/tests/unstable/sosa/properties/observationCollection/example_3_1.validation_passed.txt +++ b/tests/unstable/sosa/properties/observationCollection/example_3_1.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.unstable.sosa.properties.observationCollection - SOSA ObservationCollection -Generated 2023-11-19T04:06:22.352646+00:00 +Generated 2023-11-26T04:06:32.151518+00:00 === Files === Using example_3_1.ttl from examples Output Turtle example_3_1.ttl created @@ -12,15 +12,15 @@ Validation Report Conforms: True Focus nodes: - - Shape : eg:a1 - - Shape : eg:a1 - - Shape : eg:a1 - Shape : eg:a1 - - Shape /sh:property (path _:nc786fc0ca4c7442b8cc90fd77fcda147b19): *none* - - Shape /sh:or/rdf:first (path _:nc786fc0ca4c7442b8cc90fd77fcda147b5): *none* - - Shape /sh:property (path _:nc786fc0ca4c7442b8cc90fd77fcda147b29): *none* - - Shape /sh:or/rdf:rest/rdf:first (path _:nc786fc0ca4c7442b8cc90fd77fcda147b11): *none* - - Shape /sh:property (path _:nc786fc0ca4c7442b8cc90fd77fcda147b32): *none* + - Shape : eg:a1 + - Shape : eg:a1 + - Shape : eg:a1 + - Shape /sh:property (path _:n6d5e07f73e7c4550bc4d8af69a579051b19): *none* + - Shape /sh:or/rdf:first (path _:n6d5e07f73e7c4550bc4d8af69a579051b5): *none* + - Shape /sh:property (path _:n6d5e07f73e7c4550bc4d8af69a579051b32): *none* + - Shape /sh:property (path _:n6d5e07f73e7c4550bc4d8af69a579051b29): *none* + - Shape /sh:or/rdf:rest/rdf:first (path _:n6d5e07f73e7c4550bc4d8af69a579051b11): *none* === End SHACL ===