diff --git a/bblocks.jsonld b/bblocks.jsonld index 51b3ecb9d..f54319c97 100644 --- a/bblocks.jsonld +++ b/bblocks.jsonld @@ -680,8 +680,8 @@ "group": "Common", "shaclRules": {}, "dependsOn": [ - "ogc.ogc-utils.json-link", - "ogc.geo.common.data_types.geojson" + "ogc.geo.common.data_types.geojson", + "ogc.ogc-utils.json-link" ], "ldContext": "https://opengeospatial.github.io/bblocks/annotated-schemas/geo/features/feature/context.jsonld", "schema": { @@ -736,8 +736,8 @@ ], "shaclRules": {}, "dependsOn": [ - "ogc.ogc-utils.json-link", - "ogc.ogc-utils.iri-or-curie" + "ogc.ogc-utils.iri-or-curie", + "ogc.ogc-utils.json-link" ], "ldContext": "https://opengeospatial.github.io/bblocks/annotated-schemas/geo/json-fg/link-role/context.jsonld", "schema": { @@ -923,8 +923,8 @@ ] }, "dependsOn": [ - "ogc.ogc-utils.iri-or-curie", - "ogc.unstable.sosa.properties.observation" + "ogc.unstable.sosa.properties.observation", + "ogc.ogc-utils.iri-or-curie" ], "schema": { "application/yaml": "https://opengeospatial.github.io/bblocks/annotated-schemas/unstable/sosa/properties/observationCollection/schema.yaml", @@ -980,8 +980,8 @@ "group": "Common", "shaclRules": {}, "dependsOn": [ - "ogc.ogc-utils.json-link", - "ogc.geo.features.feature" + "ogc.geo.features.feature", + "ogc.ogc-utils.json-link" ], "schema": { "application/yaml": "https://opengeospatial.github.io/bblocks/annotated-schemas/geo/features/featureCollection/schema.yaml", @@ -1156,8 +1156,8 @@ "group": "SOSA", "shaclRules": {}, "dependsOn": [ - "ogc.unstable.sosa.properties.sensor", - "ogc.ogc-utils.iri-or-curie" + "ogc.ogc-utils.iri-or-curie", + "ogc.unstable.sosa.properties.sensor" ], "schema": { "application/yaml": "https://opengeospatial.github.io/bblocks/annotated-schemas/unstable/sosa/properties/platform/schema.yaml", @@ -1212,8 +1212,8 @@ "shaclRules": {}, "dependsOn": [ "ogc.ogc-utils.json-link", - "ogc.geo.features.featureCollection", - "ogc.geo.json-fg.feature" + "ogc.geo.json-fg.feature", + "ogc.geo.features.featureCollection" ], "ldContext": "https://opengeospatial.github.io/bblocks/annotated-schemas/geo/json-fg/featureCollection/context.jsonld", "schema": { @@ -1272,8 +1272,8 @@ "group": "JSON-FG", "shaclRules": {}, "dependsOn": [ - "ogc.ogc-utils.json-link", "ogc.geo.features.featureCollection", + "ogc.ogc-utils.json-link", "ogc.geo.json-fg.feature-lenient" ], "schema": { diff --git a/bblocks.ttl b/bblocks.ttl index 9f2572b4b..6d719cf22 100644 --- a/bblocks.ttl +++ b/bblocks.ttl @@ -13,12 +13,12 @@ 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:format "text/markdown" ; + 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 "application/json" ; + rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/json-full/geo/common/data_types/bounding_box/index.json" ], [ dct:format "text/html" ; rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/register/bblock/ogc.geo.common.data_types.bounding_box" ] ; dct:hasVersion "1.0.1" ; @@ -36,12 +36,12 @@ 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 "application/json" ; - rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/json-full/geo/common/parameters/bbox/index.json" ], + dct:description [ dct:format "text/html" ; + rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/register/bblock/ogc.geo.common.parameters.bbox" ], [ dct:format "text/markdown" ; rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/markdown/geo/common/parameters/bbox/index.md" ], - [ dct:format "text/html" ; - rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/register/bblock/ogc.geo.common.parameters.bbox" ], + [ 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/" ] ; dct:hasVersion "1.0" ; @@ -59,14 +59,14 @@ 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 "text/html" ; - rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/register/bblock/ogc.geo.common.parameters.bbox-crs" ], - [ dct:format "text/markdown" ; + dct:description [ dct:format "text/markdown" ; rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/markdown/geo/common/parameters/bbox-crs/index.md" ], + [ 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/html" ; - rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/slate-build/geo/common/parameters/bbox-crs/" ] ; + rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/register/bblock/ogc.geo.common.parameters.bbox-crs" ] ; dct:hasVersion "1.0" ; dct:modified "2022-07-05"^^xsd:date ; dct:source ; @@ -82,10 +82,10 @@ 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 "text/html" ; - rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/register/bblock/ogc.geo.geopose.advanced" ], - [ 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 "text/html" ; + rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/register/bblock/ogc.geo.geopose.advanced" ], [ dct:format "text/html" ; rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/slate-build/geo/geopose/advanced/" ], [ dct:format "application/json" ; @@ -107,10 +107,10 @@ 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 "text/markdown" ; - rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/markdown/geo/geopose/basic/quaternion/index.md" ], - [ dct:format "application/json" ; + 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" ; + 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/register/bblock/ogc.geo.geopose.basic.quaternion" ], [ dct:format "text/html" ; @@ -132,14 +132,14 @@ rdfs:label "GeoPose Basic-YPR" ; dct:abstract "Basic GeoPose using yaw, pitch, and roll to specify orientation" ; dct:created "2023-03-15T00:00:00+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/geopose/basic/ypr/" ], + [ dct:format "text/markdown" ; rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/markdown/geo/geopose/basic/ypr/index.md" ], - [ dct:format "text/html" ; - rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/register/bblock/ogc.geo.geopose.basic.ypr" ], [ dct:format "application/json" ; rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/json-full/geo/geopose/basic/ypr/index.json" ], [ dct:format "text/html" ; - rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/slate-build/geo/geopose/basic/ypr/" ] ; + rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/register/bblock/ogc.geo.geopose.basic.ypr" ] ; dct:hasVersion "0.1" ; dct:modified "2023-07-13"^^xsd:date ; dct:source ; @@ -159,12 +159,12 @@ 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:format "text/html" ; + rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/register/bblock/ogc.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/html" ; - rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/slate-build/geo/json-fg/featureCollection/" ], - [ dct:format "text/html" ; - rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/register/bblock/ogc.geo.json-fg.featureCollection" ] ; + rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/slate-build/geo/json-fg/featureCollection/" ] ; dct:hasVersion "0.1" ; dct:modified "2023-05-31"^^xsd:date ; dct:source ; @@ -185,14 +185,14 @@ rdfs:label "Link with role and target conformance" ; dct:abstract "A JSON-FG compliant web link with mandatory annotation of link role and optional conformance information to describe target resource. Compliant with profile resource descriptor model." ; 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" ; + dct:description [ dct:format "text/markdown" ; rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/markdown/geo/json-fg/link-role/index.md" ], - [ dct:format "text/html" ; - rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/register/bblock/ogc.geo.json-fg.link-role" ], [ 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/html" ; + rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/slate-build/geo/json-fg/link-role/" ], + [ dct:format "text/html" ; + rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/register/bblock/ogc.geo.json-fg.link-role" ] ; dct:hasVersion "0.1" ; dct:modified "2023-08-21"^^xsd:date ; skos:inScheme ; @@ -215,9 +215,9 @@ dct:abstract "Demonstration of a schema using coordinates of points, withpout duplication" ; dct:created "2023-04-05T00:00:00+00:00"^^xsd:dateTime ; dct:description [ dct:format "text/html" ; - rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/slate-build/ogc-utils/topology/" ], - [ dct:format "text/html" ; rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/register/bblock/ogc.ogc-utils.topology" ], + [ dct:format "text/html" ; + rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/slate-build/ogc-utils/topology/" ], [ dct:format "text/markdown" ; rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/markdown/ogc-utils/topology/index.md" ], [ dct:format "application/json" ; @@ -243,13 +243,13 @@ 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/html" ; - rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/slate-build/unstable/sosa/" ], - [ 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/register/bblock/ogc.unstable.sosa" ], [ dct:format "text/markdown" ; - rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/markdown/unstable/sosa/index.md" ] ; + rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/markdown/unstable/sosa/index.md" ], + [ dct:format "text/html" ; + rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/slate-build/unstable/sosa/" ], + [ dct:format "application/json" ; + rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/json-full/unstable/sosa/index.json" ] ; dct:hasVersion "1.0" ; dct:modified "2023-04-13"^^xsd:date ; dct:source ; @@ -270,12 +270,12 @@ 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 "application/json" ; - rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/json-full/unstable/sosa/features/observationCollection/index.json" ], + dct:description [ dct:format "text/markdown" ; + rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/markdown/unstable/sosa/features/observationCollection/index.md" ], [ dct:format "text/html" ; rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/register/bblock/ogc.unstable.sosa.features.observationCollection" ], - [ dct:format "text/markdown" ; - rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/markdown/unstable/sosa/features/observationCollection/index.md" ], + [ 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:hasVersion "1.0" ; @@ -304,14 +304,14 @@ rdfs:label "SOSA Platform" ; dct:abstract "This building block defines the set of properties for an observation Platform according to the SOSA/SSN specification. These properties may be directly included into a root element of a JSON object or used in the properties container of a GeoJSON feature." ; dct:created "2023-12-05T00:00:00+00:00"^^xsd:dateTime ; - dct:description [ dct:format "text/markdown" ; + dct:description [ dct:format "application/json" ; + rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/json-full/unstable/sosa/properties/platform/index.json" ], + [ dct:format "text/markdown" ; rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/markdown/unstable/sosa/properties/platform/index.md" ], - [ dct:format "text/html" ; - rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/register/bblock/ogc.unstable.sosa.properties.platform" ], [ dct:format "text/html" ; rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/slate-build/unstable/sosa/properties/platform/" ], - [ dct:format "application/json" ; - rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/json-full/unstable/sosa/properties/platform/index.json" ] ; + [ dct:format "text/html" ; + rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/register/bblock/ogc.unstable.sosa.properties.platform" ] ; dct:hasVersion "1.0" ; dct:modified "2023-04-13"^^xsd:date ; dct:source ; @@ -347,10 +347,10 @@ rdfs:label "GeoJSON" ; dct:abstract "A GeoJSON object" ; dct:created "2023-05-24T14:56:51+00:00"^^xsd:dateTime ; - dct:description [ dct:format "text/html" ; - rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/slate-build/geo/common/data_types/geojson/" ], - [ dct:format "text/markdown" ; + dct:description [ dct:format "text/markdown" ; rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/markdown/geo/common/data_types/geojson/index.md" ], + [ dct:format "text/html" ; + rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/slate-build/geo/common/data_types/geojson/" ], [ dct:format "text/html" ; rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/register/bblock/ogc.geo.common.data_types.geojson" ], [ dct:format "application/json" ; @@ -374,12 +374,12 @@ dct:created "2023-05-31T14:56:51+00:00"^^xsd:dateTime ; dct:description [ dct:format "text/html" ; rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/register/bblock/ogc.geo.json-fg.feature" ], + [ 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/" ], - [ dct:format "text/markdown" ; - rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/markdown/geo/json-fg/feature/index.md" ] ; + rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/slate-build/geo/json-fg/feature/" ] ; dct:hasVersion "0.1" ; dct:modified "2023-05-31"^^xsd:date ; dct:source ; @@ -400,13 +400,13 @@ dct:abstract "A collection of lenient OGC Features and Geometries JSON (JSON-FG) Features, that do not require the \"time\" and \"place\" properties" ; 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/" ], + rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/register/bblock/ogc.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" ], [ dct:format "text/html" ; - rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/register/bblock/ogc.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" ] ; + rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/slate-build/geo/json-fg/featureCollection-lenient/" ] ; dct:hasVersion "0.1" ; dct:modified "2023-08-08"^^xsd:date ; dct:source ; @@ -428,13 +428,13 @@ 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/register/bblock/ogc.unstable.sosa.features.observation" ], - [ dct:format "text/html" ; rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/slate-build/unstable/sosa/features/observation/" ], - [ 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/register/bblock/ogc.unstable.sosa.features.observation" ], [ dct:format "application/json" ; - rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/json-full/unstable/sosa/features/observation/index.json" ] ; + rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/json-full/unstable/sosa/features/observation/index.json" ], + [ dct:format "text/markdown" ; + rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/markdown/unstable/sosa/features/observation/index.md" ] ; dct:hasVersion "1.0" ; dct:modified "2023-05-18"^^xsd:date ; dct:source ; @@ -461,10 +461,10 @@ dct:created "2023-04-13T00:00:00+00:00"^^xsd:dateTime ; dct:description [ dct:format "text/html" ; rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/register/bblock/ogc.unstable.sosa.properties.observationCollection" ], - [ 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" ; @@ -533,14 +533,14 @@ 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/html" ; - rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/slate-build/geo/features/featureCollection/" ], + dct:description [ dct:format "application/json" ; + rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/json-full/geo/features/featureCollection/index.json" ], [ dct:format "text/markdown" ; rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/markdown/geo/features/featureCollection/index.md" ], [ dct:format "text/html" ; - rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/register/bblock/ogc.geo.features.featureCollection" ], - [ dct:format "application/json" ; - rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/json-full/geo/features/featureCollection/index.json" ] ; + rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/slate-build/geo/features/featureCollection/" ], + [ dct:format "text/html" ; + rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/register/bblock/ogc.geo.features.featureCollection" ] ; dct:hasVersion "1.0" ; dct:modified "2023-06-26"^^xsd:date ; dct:source ; @@ -560,12 +560,12 @@ rdfs:label "JSON-FG Feature - Lenient" ; dct:abstract "A OGC Features and Geometries JSON (JSON-FG) Feature that does not require the \"time\" and \"place\" properties." ; dct:created "2023-08-08T00:00:00+00:00"^^xsd:dateTime ; - dct:description [ dct:format "text/html" ; - rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/register/bblock/ogc.geo.json-fg.feature-lenient" ], + 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 "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/register/bblock/ogc.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" ] ; dct:hasVersion "0.1" ; @@ -587,14 +587,14 @@ rdfs:label "SOSA Observation" ; dct:abstract "This building block defines the set of properties for an observation according to the SOSA/SSN specification. These properties may be directly included into a root element of a JSON object or used in the properties container of a GeoJSON feature." ; dct:created "2023-04-13T00:00:00+00:00"^^xsd:dateTime ; - dct:description [ dct:format "application/json" ; - rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/json-full/unstable/sosa/properties/observation/index.json" ], - [ dct:format "text/html" ; - rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/register/bblock/ogc.unstable.sosa.properties.observation" ], + dct:description [ dct:format "text/html" ; + rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/slate-build/unstable/sosa/properties/observation/" ], [ dct:format "text/markdown" ; rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/markdown/unstable/sosa/properties/observation/index.md" ], [ dct:format "text/html" ; - rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/slate-build/unstable/sosa/properties/observation/" ] ; + rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/register/bblock/ogc.unstable.sosa.properties.observation" ], + [ dct:format "application/json" ; + rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/json-full/unstable/sosa/properties/observation/index.json" ] ; dct:hasVersion "1.0" ; dct:modified "2023-04-13"^^xsd:date ; dct:source ; @@ -619,14 +619,14 @@ 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 "text/html" ; - rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/slate-build/geo/features/feature/" ], + dct:description [ dct:format "application/json" ; + rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/json-full/geo/features/feature/index.json" ], [ dct:format "text/markdown" ; rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/markdown/geo/features/feature/index.md" ], [ dct:format "text/html" ; rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/register/bblock/ogc.geo.features.feature" ], - [ 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:hasVersion "1.0" ; dct:modified "2023-05-15"^^xsd:date ; dct:source , @@ -649,14 +649,14 @@ 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" ; + dct:description [ dct:format "text/markdown" ; + 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:format "text/html" ; rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/register/bblock/ogc.ogc-utils.iri-or-curie" ], [ 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/json-full/ogc-utils/iri-or-curie/index.json" ] ; dct:hasVersion "1.0" ; dct:modified "2023-03-09"^^xsd:date ; dct:source , @@ -674,14 +674,14 @@ 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/markdown" ; - rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/markdown/ogc-utils/json-link/index.md" ], + 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/register/bblock/ogc.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 "text/html" ; - rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/slate-build/ogc-utils/json-link/" ], - [ 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/slate-build/ogc-utils/json-link/" ] ; dct:hasVersion "0.1" ; dct:modified "2022-05-18"^^xsd:date ; dct:source ; @@ -702,8 +702,8 @@ bblocks:hasValidationReport . [] a prov:Activity ; - prov:endedAtTime "2024-01-17T19:01:33.097813"^^xsd:dateTime ; - prov:startedAtTime "2024-01-17T19:01:33.005021"^^xsd:dateTime ; + prov:endedAtTime "2024-01-21T04:06:41.820757"^^xsd:dateTime ; + prov:startedAtTime "2024-01-21T04:06:41.728240"^^xsd:dateTime ; prov:used [ a prov:Entity ; dct:format "application/json" ; rdfs:seeAlso ], diff --git a/generateddocs/json-full/geo/features/feature/index.json b/generateddocs/json-full/geo/features/feature/index.json index b5e38ddd6..3e9ae00da 100644 --- a/generateddocs/json-full/geo/features/feature/index.json +++ b/generateddocs/json-full/geo/features/feature/index.json @@ -25,8 +25,8 @@ "group": "Common", "shaclRules": {}, "dependsOn": [ - "ogc.ogc-utils.json-link", - "ogc.geo.common.data_types.geojson" + "ogc.geo.common.data_types.geojson", + "ogc.ogc-utils.json-link" ], "ldContext": "https://opengeospatial.github.io/bblocks/annotated-schemas/geo/features/feature/context.jsonld", "schema": { diff --git a/generateddocs/json-full/geo/features/featureCollection/index.json b/generateddocs/json-full/geo/features/featureCollection/index.json index dde621275..aa9eb27cd 100644 --- a/generateddocs/json-full/geo/features/featureCollection/index.json +++ b/generateddocs/json-full/geo/features/featureCollection/index.json @@ -22,8 +22,8 @@ "group": "Common", "shaclRules": {}, "dependsOn": [ - "ogc.ogc-utils.json-link", - "ogc.geo.features.feature" + "ogc.geo.features.feature", + "ogc.ogc-utils.json-link" ], "schema": { "application/yaml": "https://opengeospatial.github.io/bblocks/annotated-schemas/geo/features/featureCollection/schema.yaml", 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 6edec12f0..72c14d827 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.ogc-utils.json-link", "ogc.geo.features.featureCollection", + "ogc.ogc-utils.json-link", "ogc.geo.json-fg.feature-lenient" ], "schema": { diff --git a/generateddocs/json-full/geo/json-fg/featureCollection/index.json b/generateddocs/json-full/geo/json-fg/featureCollection/index.json index 0d535234b..7cd334dc0 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.ogc-utils.json-link", - "ogc.geo.features.featureCollection", - "ogc.geo.json-fg.feature" + "ogc.geo.json-fg.feature", + "ogc.geo.features.featureCollection" ], "ldContext": "https://opengeospatial.github.io/bblocks/annotated-schemas/geo/json-fg/featureCollection/context.jsonld", "schema": { diff --git a/generateddocs/json-full/geo/json-fg/link-role/index.json b/generateddocs/json-full/geo/json-fg/link-role/index.json index eb6122e96..1f52a5e70 100644 --- a/generateddocs/json-full/geo/json-fg/link-role/index.json +++ b/generateddocs/json-full/geo/json-fg/link-role/index.json @@ -20,8 +20,8 @@ ], "shaclRules": {}, "dependsOn": [ - "ogc.ogc-utils.json-link", - "ogc.ogc-utils.iri-or-curie" + "ogc.ogc-utils.iri-or-curie", + "ogc.ogc-utils.json-link" ], "ldContext": "https://opengeospatial.github.io/bblocks/annotated-schemas/geo/json-fg/link-role/context.jsonld", "schema": { diff --git a/generateddocs/json-full/unstable/sosa/properties/observationCollection/index.json b/generateddocs/json-full/unstable/sosa/properties/observationCollection/index.json index 8b151e162..1688171eb 100644 --- a/generateddocs/json-full/unstable/sosa/properties/observationCollection/index.json +++ b/generateddocs/json-full/unstable/sosa/properties/observationCollection/index.json @@ -33,8 +33,8 @@ ] }, "dependsOn": [ - "ogc.ogc-utils.iri-or-curie", - "ogc.unstable.sosa.properties.observation" + "ogc.unstable.sosa.properties.observation", + "ogc.ogc-utils.iri-or-curie" ], "schema": { "application/yaml": "https://opengeospatial.github.io/bblocks/annotated-schemas/unstable/sosa/properties/observationCollection/schema.yaml", diff --git a/generateddocs/json-full/unstable/sosa/properties/platform/index.json b/generateddocs/json-full/unstable/sosa/properties/platform/index.json index fa44e94ce..adde8c626 100644 --- a/generateddocs/json-full/unstable/sosa/properties/platform/index.json +++ b/generateddocs/json-full/unstable/sosa/properties/platform/index.json @@ -28,8 +28,8 @@ "group": "SOSA", "shaclRules": {}, "dependsOn": [ - "ogc.unstable.sosa.properties.sensor", - "ogc.ogc-utils.iri-or-curie" + "ogc.ogc-utils.iri-or-curie", + "ogc.unstable.sosa.properties.sensor" ], "schema": { "application/yaml": "https://opengeospatial.github.io/bblocks/annotated-schemas/unstable/sosa/properties/platform/schema.yaml", diff --git a/register.json b/register.json index 1527109b4..9982c675c 100644 --- a/register.json +++ b/register.json @@ -521,8 +521,8 @@ "group": "Common", "shaclRules": {}, "dependsOn": [ - "ogc.ogc-utils.json-link", - "ogc.geo.common.data_types.geojson" + "ogc.geo.common.data_types.geojson", + "ogc.ogc-utils.json-link" ], "ldContext": "https://opengeospatial.github.io/bblocks/annotated-schemas/geo/features/feature/context.jsonld", "schema": { @@ -572,8 +572,8 @@ ], "shaclRules": {}, "dependsOn": [ - "ogc.ogc-utils.json-link", - "ogc.ogc-utils.iri-or-curie" + "ogc.ogc-utils.iri-or-curie", + "ogc.ogc-utils.json-link" ], "ldContext": "https://opengeospatial.github.io/bblocks/annotated-schemas/geo/json-fg/link-role/context.jsonld", "schema": { @@ -744,8 +744,8 @@ ] }, "dependsOn": [ - "ogc.ogc-utils.iri-or-curie", - "ogc.unstable.sosa.properties.observation" + "ogc.unstable.sosa.properties.observation", + "ogc.ogc-utils.iri-or-curie" ], "schema": { "application/yaml": "https://opengeospatial.github.io/bblocks/annotated-schemas/unstable/sosa/properties/observationCollection/schema.yaml", @@ -796,8 +796,8 @@ "group": "Common", "shaclRules": {}, "dependsOn": [ - "ogc.ogc-utils.json-link", - "ogc.geo.features.feature" + "ogc.geo.features.feature", + "ogc.ogc-utils.json-link" ], "schema": { "application/yaml": "https://opengeospatial.github.io/bblocks/annotated-schemas/geo/features/featureCollection/schema.yaml", @@ -957,8 +957,8 @@ "group": "SOSA", "shaclRules": {}, "dependsOn": [ - "ogc.unstable.sosa.properties.sensor", - "ogc.ogc-utils.iri-or-curie" + "ogc.ogc-utils.iri-or-curie", + "ogc.unstable.sosa.properties.sensor" ], "schema": { "application/yaml": "https://opengeospatial.github.io/bblocks/annotated-schemas/unstable/sosa/properties/platform/schema.yaml", @@ -1008,8 +1008,8 @@ "shaclRules": {}, "dependsOn": [ "ogc.ogc-utils.json-link", - "ogc.geo.features.featureCollection", - "ogc.geo.json-fg.feature" + "ogc.geo.json-fg.feature", + "ogc.geo.features.featureCollection" ], "ldContext": "https://opengeospatial.github.io/bblocks/annotated-schemas/geo/json-fg/featureCollection/context.jsonld", "schema": { @@ -1063,8 +1063,8 @@ "group": "JSON-FG", "shaclRules": {}, "dependsOn": [ - "ogc.ogc-utils.json-link", "ogc.geo.features.featureCollection", + "ogc.ogc-utils.json-link", "ogc.geo.json-fg.feature-lenient" ], "schema": { diff --git a/tests/geo/common/data_types/bounding_box/_report.json b/tests/geo/common/data_types/bounding_box/_report.json index 234e807d5..e5e964f76 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": "2024-01-17T19:01:29.625157+00:00", + "generated": "2024-01-21T04:06:40.092391+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 80579d442..1d5a168e3 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 2024-01-17T19:01:29.625098+00:00 +Generated 2024-01-21T04:06:40.092325+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 0c435d625..fffebdb14 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": "2024-01-17T19:01:29.637956+00:00", + "generated": "2024-01-21T04:06:40.105536+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 7fce8331c..cf200fd9d 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": "2024-01-17T19:01:29.633482+00:00", + "generated": "2024-01-21T04:06:40.101032+00:00", "result": true, "items": [], "globalErrors": {}, diff --git a/tests/geo/features/feature/_report.json b/tests/geo/features/feature/_report.json index 99cfe7335..eaf651b95 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": "2024-01-17T19:01:29.810309+00:00", + "generated": "2024-01-21T04:06:40.279802+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 de988a9df..053e0f611 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 2024-01-17T19:01:29.810258+00:00 +Generated 2024-01-21T04:06:40.279741+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 90659a708..fab667644 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": "2024-01-17T19:01:30.164476+00:00", + "generated": "2024-01-21T04:06:40.497858+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 ae87b0518..bb7ebbade 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 2024-01-17T19:01:30.164412+00:00 +Generated 2024-01-21T04:06:40.497802+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 37c8b8ca8..c50d97a47 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": "2024-01-17T19:01:29.668279+00:00", + "generated": "2024-01-21T04:06:40.136483+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 de27bdde2..2ae81df42 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 2024-01-17T19:01:29.660037+00:00 +Generated 2024-01-21T04:06:40.128365+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 8402420e5..155277349 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 2024-01-17T19:01:29.662762+00:00 +Generated 2024-01-21T04:06:40.131067+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 28d67ca8d..091109721 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 2024-01-17T19:01:29.665635+00:00 +Generated 2024-01-21T04:06:40.133840+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 792ff92f1..c89be1c47 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 2024-01-17T19:01:29.668229+00:00 +Generated 2024-01-21T04:06:40.136433+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 fe066a52e..d0c3a68f8 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": "2024-01-17T19:01:31.675225+00:00", + "generated": "2024-01-21T04:06:41.034246+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 e772b59d6..b06dc1244 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 2024-01-17T19:01:31.675156+00:00 +Generated 2024-01-21T04:06:41.034175+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 f5363e409..3594f91e8 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 2024-01-17T19:01:30.789330+00:00 +Generated 2024-01-21T04:06:40.805417+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 894c40d67..d5b64491e 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": "2024-01-17T19:01:29.820786+00:00", + "generated": "2024-01-21T04:06:40.290630+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 012a5559b..a37d0dace 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 2024-01-17T19:01:29.820735+00:00 +Generated 2024-01-21T04:06:40.290569+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 03ec49968..48e83c151 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": "2024-01-17T19:01:29.713795+00:00", + "generated": "2024-01-21T04:06:40.182222+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 cfbe5f4f0..b67a8ce86 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 2024-01-17T19:01:29.704068+00:00 +Generated 2024-01-21T04:06:40.172500+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 1bd2a0f4f..52469d15e 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 2024-01-17T19:01:29.704532+00:00 +Generated 2024-01-21T04:06:40.172988+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 241810040..b7b3a57ec 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 2024-01-17T19:01:29.705029+00:00 +Generated 2024-01-21T04:06:40.173464+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 f43fc98d9..df85fed48 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 2024-01-17T19:01:29.705558+00:00 +Generated 2024-01-21T04:06:40.174009+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 3aab85575..a96288f0f 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 2024-01-17T19:01:29.706086+00:00 +Generated 2024-01-21T04:06:40.174542+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 0394e1a42..4898d9179 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 2024-01-17T19:01:29.709697+00:00 +Generated 2024-01-21T04:06:40.178112+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 fd2ce2b3b..81d7d469c 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 2024-01-17T19:01:29.713745+00:00 +Generated 2024-01-21T04:06:40.182155+00:00 === Files === Using example_7_1.jsonld from examples Output Turtle example_7_1.ttl created diff --git a/tests/ogc-utils/iri-or-curie/failing1-fail.validation_passed.txt b/tests/ogc-utils/iri-or-curie/failing1-fail.validation_passed.txt index a41a6cb86..dc81162c7 100644 --- a/tests/ogc-utils/iri-or-curie/failing1-fail.validation_passed.txt +++ b/tests/ogc-utils/iri-or-curie/failing1-fail.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.ogc-utils.iri-or-curie - IRI or CURIE -Generated 2024-01-17T19:01:29.679624+00:00 +Generated 2024-01-21T04:06:40.148000+00:00 === General === Test was expected to fail and it did. === End General === diff --git a/tests/ogc-utils/iri-or-curie/failing2-fail.validation_passed.txt b/tests/ogc-utils/iri-or-curie/failing2-fail.validation_passed.txt index 421b9407b..802704304 100644 --- a/tests/ogc-utils/iri-or-curie/failing2-fail.validation_passed.txt +++ b/tests/ogc-utils/iri-or-curie/failing2-fail.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.ogc-utils.iri-or-curie - IRI or CURIE -Generated 2024-01-17T19:01:29.680131+00:00 +Generated 2024-01-21T04:06:40.148504+00:00 === General === Test was expected to fail and it did. === End General === diff --git a/tests/ogc-utils/iri-or-curie/failing3-fail.validation_passed.txt b/tests/ogc-utils/iri-or-curie/failing3-fail.validation_passed.txt index af08a219e..b94a109b4 100644 --- a/tests/ogc-utils/iri-or-curie/failing3-fail.validation_passed.txt +++ b/tests/ogc-utils/iri-or-curie/failing3-fail.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.ogc-utils.iri-or-curie - IRI or CURIE -Generated 2024-01-17T19:01:29.680621+00:00 +Generated 2024-01-21T04:06:40.148982+00:00 === General === Test was expected to fail and it did. === End General === diff --git a/tests/ogc-utils/iri-or-curie/failing4-fail.validation_passed.txt b/tests/ogc-utils/iri-or-curie/failing4-fail.validation_passed.txt index 1a87877e3..1af322b48 100644 --- a/tests/ogc-utils/iri-or-curie/failing4-fail.validation_passed.txt +++ b/tests/ogc-utils/iri-or-curie/failing4-fail.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.ogc-utils.iri-or-curie - IRI or CURIE -Generated 2024-01-17T19:01:29.681144+00:00 +Generated 2024-01-21T04:06:40.149459+00:00 === General === Test was expected to fail and it did. === End General === diff --git a/tests/ogc-utils/iri-or-curie/test1.validation_passed.txt b/tests/ogc-utils/iri-or-curie/test1.validation_passed.txt index 9129c01f0..fb712baa6 100644 --- a/tests/ogc-utils/iri-or-curie/test1.validation_passed.txt +++ b/tests/ogc-utils/iri-or-curie/test1.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.ogc-utils.iri-or-curie - IRI or CURIE -Generated 2024-01-17T19:01:29.681428+00:00 +Generated 2024-01-21T04:06:40.149738+00:00 === Files === Using test1.json from test resources === End Files === diff --git a/tests/ogc-utils/iri-or-curie/test10.validation_passed.txt b/tests/ogc-utils/iri-or-curie/test10.validation_passed.txt index 3a53859f4..3dac2bb58 100644 --- a/tests/ogc-utils/iri-or-curie/test10.validation_passed.txt +++ b/tests/ogc-utils/iri-or-curie/test10.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.ogc-utils.iri-or-curie - IRI or CURIE -Generated 2024-01-17T19:01:29.681703+00:00 +Generated 2024-01-21T04:06:40.150026+00:00 === Files === Using test10.json from test resources === End Files === diff --git a/tests/ogc-utils/iri-or-curie/test11.validation_passed.txt b/tests/ogc-utils/iri-or-curie/test11.validation_passed.txt index 929842ccc..8cdb2ba43 100644 --- a/tests/ogc-utils/iri-or-curie/test11.validation_passed.txt +++ b/tests/ogc-utils/iri-or-curie/test11.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.ogc-utils.iri-or-curie - IRI or CURIE -Generated 2024-01-17T19:01:29.681972+00:00 +Generated 2024-01-21T04:06:40.150303+00:00 === Files === Using test11.json from test resources === End Files === diff --git a/tests/ogc-utils/iri-or-curie/test12.validation_passed.txt b/tests/ogc-utils/iri-or-curie/test12.validation_passed.txt index 40750365b..b14d1d5b2 100644 --- a/tests/ogc-utils/iri-or-curie/test12.validation_passed.txt +++ b/tests/ogc-utils/iri-or-curie/test12.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.ogc-utils.iri-or-curie - IRI or CURIE -Generated 2024-01-17T19:01:29.682240+00:00 +Generated 2024-01-21T04:06:40.150577+00:00 === Files === Using test12.json from test resources === End Files === diff --git a/tests/ogc-utils/iri-or-curie/test13.validation_passed.txt b/tests/ogc-utils/iri-or-curie/test13.validation_passed.txt index 1529c6c9e..1b0f6a3b4 100644 --- a/tests/ogc-utils/iri-or-curie/test13.validation_passed.txt +++ b/tests/ogc-utils/iri-or-curie/test13.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.ogc-utils.iri-or-curie - IRI or CURIE -Generated 2024-01-17T19:01:29.682511+00:00 +Generated 2024-01-21T04:06:40.150847+00:00 === Files === Using test13.json from test resources === End Files === diff --git a/tests/ogc-utils/iri-or-curie/test14.validation_passed.txt b/tests/ogc-utils/iri-or-curie/test14.validation_passed.txt index 0c71ae295..0ffe772ca 100644 --- a/tests/ogc-utils/iri-or-curie/test14.validation_passed.txt +++ b/tests/ogc-utils/iri-or-curie/test14.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.ogc-utils.iri-or-curie - IRI or CURIE -Generated 2024-01-17T19:01:29.682781+00:00 +Generated 2024-01-21T04:06:40.151119+00:00 === Files === Using test14.json from test resources === End Files === diff --git a/tests/ogc-utils/iri-or-curie/test15.validation_passed.txt b/tests/ogc-utils/iri-or-curie/test15.validation_passed.txt index 74320f810..67670bf0c 100644 --- a/tests/ogc-utils/iri-or-curie/test15.validation_passed.txt +++ b/tests/ogc-utils/iri-or-curie/test15.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.ogc-utils.iri-or-curie - IRI or CURIE -Generated 2024-01-17T19:01:29.683046+00:00 +Generated 2024-01-21T04:06:40.151423+00:00 === Files === Using test15.json from test resources === End Files === diff --git a/tests/ogc-utils/iri-or-curie/test16.validation_passed.txt b/tests/ogc-utils/iri-or-curie/test16.validation_passed.txt index a68ee432b..01bfb7ff3 100644 --- a/tests/ogc-utils/iri-or-curie/test16.validation_passed.txt +++ b/tests/ogc-utils/iri-or-curie/test16.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.ogc-utils.iri-or-curie - IRI or CURIE -Generated 2024-01-17T19:01:29.683400+00:00 +Generated 2024-01-21T04:06:40.151783+00:00 === Files === Using test16.json from test resources === End Files === diff --git a/tests/ogc-utils/iri-or-curie/test17.validation_passed.txt b/tests/ogc-utils/iri-or-curie/test17.validation_passed.txt index 95468edd6..9547e6871 100644 --- a/tests/ogc-utils/iri-or-curie/test17.validation_passed.txt +++ b/tests/ogc-utils/iri-or-curie/test17.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.ogc-utils.iri-or-curie - IRI or CURIE -Generated 2024-01-17T19:01:29.683671+00:00 +Generated 2024-01-21T04:06:40.152073+00:00 === Files === Using test17.json from test resources === End Files === diff --git a/tests/ogc-utils/iri-or-curie/test18.validation_passed.txt b/tests/ogc-utils/iri-or-curie/test18.validation_passed.txt index 3feacd583..d8256d173 100644 --- a/tests/ogc-utils/iri-or-curie/test18.validation_passed.txt +++ b/tests/ogc-utils/iri-or-curie/test18.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.ogc-utils.iri-or-curie - IRI or CURIE -Generated 2024-01-17T19:01:29.683948+00:00 +Generated 2024-01-21T04:06:40.152348+00:00 === Files === Using test18.json from test resources === End Files === diff --git a/tests/ogc-utils/iri-or-curie/test19.validation_passed.txt b/tests/ogc-utils/iri-or-curie/test19.validation_passed.txt index 31c8c3efa..b8b809bee 100644 --- a/tests/ogc-utils/iri-or-curie/test19.validation_passed.txt +++ b/tests/ogc-utils/iri-or-curie/test19.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.ogc-utils.iri-or-curie - IRI or CURIE -Generated 2024-01-17T19:01:29.684221+00:00 +Generated 2024-01-21T04:06:40.152618+00:00 === Files === Using test19.json from test resources === End Files === diff --git a/tests/ogc-utils/iri-or-curie/test2.validation_passed.txt b/tests/ogc-utils/iri-or-curie/test2.validation_passed.txt index 8a7d4d3c5..cb04b995d 100644 --- a/tests/ogc-utils/iri-or-curie/test2.validation_passed.txt +++ b/tests/ogc-utils/iri-or-curie/test2.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.ogc-utils.iri-or-curie - IRI or CURIE -Generated 2024-01-17T19:01:29.684491+00:00 +Generated 2024-01-21T04:06:40.152895+00:00 === Files === Using test2.json from test resources === End Files === diff --git a/tests/ogc-utils/iri-or-curie/test20.validation_passed.txt b/tests/ogc-utils/iri-or-curie/test20.validation_passed.txt index 5a43b3e54..424894771 100644 --- a/tests/ogc-utils/iri-or-curie/test20.validation_passed.txt +++ b/tests/ogc-utils/iri-or-curie/test20.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.ogc-utils.iri-or-curie - IRI or CURIE -Generated 2024-01-17T19:01:29.684758+00:00 +Generated 2024-01-21T04:06:40.153173+00:00 === Files === Using test20.json from test resources === End Files === diff --git a/tests/ogc-utils/iri-or-curie/test21.validation_passed.txt b/tests/ogc-utils/iri-or-curie/test21.validation_passed.txt index bbe8a2499..c7e01ef6a 100644 --- a/tests/ogc-utils/iri-or-curie/test21.validation_passed.txt +++ b/tests/ogc-utils/iri-or-curie/test21.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.ogc-utils.iri-or-curie - IRI or CURIE -Generated 2024-01-17T19:01:29.685067+00:00 +Generated 2024-01-21T04:06:40.153442+00:00 === Files === Using test21.json from test resources === End Files === diff --git a/tests/ogc-utils/iri-or-curie/test22.validation_passed.txt b/tests/ogc-utils/iri-or-curie/test22.validation_passed.txt index c82e7608b..b4069e627 100644 --- a/tests/ogc-utils/iri-or-curie/test22.validation_passed.txt +++ b/tests/ogc-utils/iri-or-curie/test22.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.ogc-utils.iri-or-curie - IRI or CURIE -Generated 2024-01-17T19:01:29.685335+00:00 +Generated 2024-01-21T04:06:40.153718+00:00 === Files === Using test22.json from test resources === End Files === diff --git a/tests/ogc-utils/iri-or-curie/test23.validation_passed.txt b/tests/ogc-utils/iri-or-curie/test23.validation_passed.txt index aa9db9543..1dc895135 100644 --- a/tests/ogc-utils/iri-or-curie/test23.validation_passed.txt +++ b/tests/ogc-utils/iri-or-curie/test23.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.ogc-utils.iri-or-curie - IRI or CURIE -Generated 2024-01-17T19:01:29.685598+00:00 +Generated 2024-01-21T04:06:40.153992+00:00 === Files === Using test23.json from test resources === End Files === diff --git a/tests/ogc-utils/iri-or-curie/test24.validation_passed.txt b/tests/ogc-utils/iri-or-curie/test24.validation_passed.txt index be21de4ec..2a16653f7 100644 --- a/tests/ogc-utils/iri-or-curie/test24.validation_passed.txt +++ b/tests/ogc-utils/iri-or-curie/test24.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.ogc-utils.iri-or-curie - IRI or CURIE -Generated 2024-01-17T19:01:29.685860+00:00 +Generated 2024-01-21T04:06:40.154261+00:00 === Files === Using test24.json from test resources === End Files === diff --git a/tests/ogc-utils/iri-or-curie/test25.validation_passed.txt b/tests/ogc-utils/iri-or-curie/test25.validation_passed.txt index b9f1e1799..181427909 100644 --- a/tests/ogc-utils/iri-or-curie/test25.validation_passed.txt +++ b/tests/ogc-utils/iri-or-curie/test25.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.ogc-utils.iri-or-curie - IRI or CURIE -Generated 2024-01-17T19:01:29.686156+00:00 +Generated 2024-01-21T04:06:40.154562+00:00 === Files === Using test25.json from test resources === End Files === diff --git a/tests/ogc-utils/iri-or-curie/test26.validation_passed.txt b/tests/ogc-utils/iri-or-curie/test26.validation_passed.txt index 79886dd65..cda898936 100644 --- a/tests/ogc-utils/iri-or-curie/test26.validation_passed.txt +++ b/tests/ogc-utils/iri-or-curie/test26.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.ogc-utils.iri-or-curie - IRI or CURIE -Generated 2024-01-17T19:01:29.686441+00:00 +Generated 2024-01-21T04:06:40.154855+00:00 === Files === Using test26.json from test resources === End Files === diff --git a/tests/ogc-utils/iri-or-curie/test27.validation_passed.txt b/tests/ogc-utils/iri-or-curie/test27.validation_passed.txt index eff1fe626..cb9c0400d 100644 --- a/tests/ogc-utils/iri-or-curie/test27.validation_passed.txt +++ b/tests/ogc-utils/iri-or-curie/test27.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.ogc-utils.iri-or-curie - IRI or CURIE -Generated 2024-01-17T19:01:29.686730+00:00 +Generated 2024-01-21T04:06:40.155144+00:00 === Files === Using test27.json from test resources === End Files === diff --git a/tests/ogc-utils/iri-or-curie/test28.validation_passed.txt b/tests/ogc-utils/iri-or-curie/test28.validation_passed.txt index 15cdc4825..966722fa5 100644 --- a/tests/ogc-utils/iri-or-curie/test28.validation_passed.txt +++ b/tests/ogc-utils/iri-or-curie/test28.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.ogc-utils.iri-or-curie - IRI or CURIE -Generated 2024-01-17T19:01:29.687016+00:00 +Generated 2024-01-21T04:06:40.155468+00:00 === Files === Using test28.json from test resources === End Files === diff --git a/tests/ogc-utils/iri-or-curie/test29.validation_passed.txt b/tests/ogc-utils/iri-or-curie/test29.validation_passed.txt index b1c93454f..7b914f3c1 100644 --- a/tests/ogc-utils/iri-or-curie/test29.validation_passed.txt +++ b/tests/ogc-utils/iri-or-curie/test29.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.ogc-utils.iri-or-curie - IRI or CURIE -Generated 2024-01-17T19:01:29.687308+00:00 +Generated 2024-01-21T04:06:40.155769+00:00 === Files === Using test29.json from test resources === End Files === diff --git a/tests/ogc-utils/iri-or-curie/test3.validation_passed.txt b/tests/ogc-utils/iri-or-curie/test3.validation_passed.txt index 19aaf02fd..1055001a9 100644 --- a/tests/ogc-utils/iri-or-curie/test3.validation_passed.txt +++ b/tests/ogc-utils/iri-or-curie/test3.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.ogc-utils.iri-or-curie - IRI or CURIE -Generated 2024-01-17T19:01:29.687573+00:00 +Generated 2024-01-21T04:06:40.156041+00:00 === Files === Using test3.json from test resources === End Files === diff --git a/tests/ogc-utils/iri-or-curie/test30.validation_passed.txt b/tests/ogc-utils/iri-or-curie/test30.validation_passed.txt index 7aade2984..4c2ee145b 100644 --- a/tests/ogc-utils/iri-or-curie/test30.validation_passed.txt +++ b/tests/ogc-utils/iri-or-curie/test30.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.ogc-utils.iri-or-curie - IRI or CURIE -Generated 2024-01-17T19:01:29.687859+00:00 +Generated 2024-01-21T04:06:40.156333+00:00 === Files === Using test30.json from test resources === End Files === diff --git a/tests/ogc-utils/iri-or-curie/test31.validation_passed.txt b/tests/ogc-utils/iri-or-curie/test31.validation_passed.txt index 1c82d144a..158c20ead 100644 --- a/tests/ogc-utils/iri-or-curie/test31.validation_passed.txt +++ b/tests/ogc-utils/iri-or-curie/test31.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.ogc-utils.iri-or-curie - IRI or CURIE -Generated 2024-01-17T19:01:29.688119+00:00 +Generated 2024-01-21T04:06:40.156601+00:00 === Files === Using test31.json from test resources === End Files === diff --git a/tests/ogc-utils/iri-or-curie/test32.validation_passed.txt b/tests/ogc-utils/iri-or-curie/test32.validation_passed.txt index 660e275a0..c3f398935 100644 --- a/tests/ogc-utils/iri-or-curie/test32.validation_passed.txt +++ b/tests/ogc-utils/iri-or-curie/test32.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.ogc-utils.iri-or-curie - IRI or CURIE -Generated 2024-01-17T19:01:29.688381+00:00 +Generated 2024-01-21T04:06:40.156868+00:00 === Files === Using test32.json from test resources === End Files === diff --git a/tests/ogc-utils/iri-or-curie/test33.validation_passed.txt b/tests/ogc-utils/iri-or-curie/test33.validation_passed.txt index 3e9e7b9ef..46e9306f1 100644 --- a/tests/ogc-utils/iri-or-curie/test33.validation_passed.txt +++ b/tests/ogc-utils/iri-or-curie/test33.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.ogc-utils.iri-or-curie - IRI or CURIE -Generated 2024-01-17T19:01:29.688643+00:00 +Generated 2024-01-21T04:06:40.157133+00:00 === Files === Using test33.json from test resources === End Files === diff --git a/tests/ogc-utils/iri-or-curie/test34.validation_passed.txt b/tests/ogc-utils/iri-or-curie/test34.validation_passed.txt index bf38f8086..7d55013a3 100644 --- a/tests/ogc-utils/iri-or-curie/test34.validation_passed.txt +++ b/tests/ogc-utils/iri-or-curie/test34.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.ogc-utils.iri-or-curie - IRI or CURIE -Generated 2024-01-17T19:01:29.688934+00:00 +Generated 2024-01-21T04:06:40.157402+00:00 === Files === Using test34.json from test resources === End Files === diff --git a/tests/ogc-utils/iri-or-curie/test35.validation_passed.txt b/tests/ogc-utils/iri-or-curie/test35.validation_passed.txt index 6efbf8848..8a685acae 100644 --- a/tests/ogc-utils/iri-or-curie/test35.validation_passed.txt +++ b/tests/ogc-utils/iri-or-curie/test35.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.ogc-utils.iri-or-curie - IRI or CURIE -Generated 2024-01-17T19:01:29.689217+00:00 +Generated 2024-01-21T04:06:40.157671+00:00 === Files === Using test35.json from test resources === End Files === diff --git a/tests/ogc-utils/iri-or-curie/test36.validation_passed.txt b/tests/ogc-utils/iri-or-curie/test36.validation_passed.txt index 2e105564f..a1316ef58 100644 --- a/tests/ogc-utils/iri-or-curie/test36.validation_passed.txt +++ b/tests/ogc-utils/iri-or-curie/test36.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.ogc-utils.iri-or-curie - IRI or CURIE -Generated 2024-01-17T19:01:29.689486+00:00 +Generated 2024-01-21T04:06:40.157940+00:00 === Files === Using test36.json from test resources === End Files === diff --git a/tests/ogc-utils/iri-or-curie/test37.validation_passed.txt b/tests/ogc-utils/iri-or-curie/test37.validation_passed.txt index 475247891..25d5d675a 100644 --- a/tests/ogc-utils/iri-or-curie/test37.validation_passed.txt +++ b/tests/ogc-utils/iri-or-curie/test37.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.ogc-utils.iri-or-curie - IRI or CURIE -Generated 2024-01-17T19:01:29.689757+00:00 +Generated 2024-01-21T04:06:40.158212+00:00 === Files === Using test37.json from test resources === End Files === diff --git a/tests/ogc-utils/iri-or-curie/test38.validation_passed.txt b/tests/ogc-utils/iri-or-curie/test38.validation_passed.txt index e1cef150e..c4af2214b 100644 --- a/tests/ogc-utils/iri-or-curie/test38.validation_passed.txt +++ b/tests/ogc-utils/iri-or-curie/test38.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.ogc-utils.iri-or-curie - IRI or CURIE -Generated 2024-01-17T19:01:29.690025+00:00 +Generated 2024-01-21T04:06:40.158480+00:00 === Files === Using test38.json from test resources === End Files === diff --git a/tests/ogc-utils/iri-or-curie/test39.validation_passed.txt b/tests/ogc-utils/iri-or-curie/test39.validation_passed.txt index f7554ff56..a667ef5fa 100644 --- a/tests/ogc-utils/iri-or-curie/test39.validation_passed.txt +++ b/tests/ogc-utils/iri-or-curie/test39.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.ogc-utils.iri-or-curie - IRI or CURIE -Generated 2024-01-17T19:01:29.690290+00:00 +Generated 2024-01-21T04:06:40.158745+00:00 === Files === Using test39.json from test resources === End Files === diff --git a/tests/ogc-utils/iri-or-curie/test4.validation_passed.txt b/tests/ogc-utils/iri-or-curie/test4.validation_passed.txt index 2392ef105..f52e7b882 100644 --- a/tests/ogc-utils/iri-or-curie/test4.validation_passed.txt +++ b/tests/ogc-utils/iri-or-curie/test4.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.ogc-utils.iri-or-curie - IRI or CURIE -Generated 2024-01-17T19:01:29.690561+00:00 +Generated 2024-01-21T04:06:40.159016+00:00 === Files === Using test4.json from test resources === End Files === diff --git a/tests/ogc-utils/iri-or-curie/test40.validation_passed.txt b/tests/ogc-utils/iri-or-curie/test40.validation_passed.txt index 5f104676f..f1a0219b3 100644 --- a/tests/ogc-utils/iri-or-curie/test40.validation_passed.txt +++ b/tests/ogc-utils/iri-or-curie/test40.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.ogc-utils.iri-or-curie - IRI or CURIE -Generated 2024-01-17T19:01:29.690830+00:00 +Generated 2024-01-21T04:06:40.159283+00:00 === Files === Using test40.json from test resources === End Files === diff --git a/tests/ogc-utils/iri-or-curie/test41.validation_passed.txt b/tests/ogc-utils/iri-or-curie/test41.validation_passed.txt index fe4d92444..2402c795e 100644 --- a/tests/ogc-utils/iri-or-curie/test41.validation_passed.txt +++ b/tests/ogc-utils/iri-or-curie/test41.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.ogc-utils.iri-or-curie - IRI or CURIE -Generated 2024-01-17T19:01:29.691091+00:00 +Generated 2024-01-21T04:06:40.159574+00:00 === Files === Using test41.json from test resources === End Files === diff --git a/tests/ogc-utils/iri-or-curie/test42.validation_passed.txt b/tests/ogc-utils/iri-or-curie/test42.validation_passed.txt index 24ff9846d..056b78f53 100644 --- a/tests/ogc-utils/iri-or-curie/test42.validation_passed.txt +++ b/tests/ogc-utils/iri-or-curie/test42.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.ogc-utils.iri-or-curie - IRI or CURIE -Generated 2024-01-17T19:01:29.691359+00:00 +Generated 2024-01-21T04:06:40.159845+00:00 === Files === Using test42.json from test resources === End Files === diff --git a/tests/ogc-utils/iri-or-curie/test43.validation_passed.txt b/tests/ogc-utils/iri-or-curie/test43.validation_passed.txt index 19dae1cde..3bc5db418 100644 --- a/tests/ogc-utils/iri-or-curie/test43.validation_passed.txt +++ b/tests/ogc-utils/iri-or-curie/test43.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.ogc-utils.iri-or-curie - IRI or CURIE -Generated 2024-01-17T19:01:29.691628+00:00 +Generated 2024-01-21T04:06:40.160112+00:00 === Files === Using test43.json from test resources === End Files === diff --git a/tests/ogc-utils/iri-or-curie/test44.validation_passed.txt b/tests/ogc-utils/iri-or-curie/test44.validation_passed.txt index b6965f229..79654f30d 100644 --- a/tests/ogc-utils/iri-or-curie/test44.validation_passed.txt +++ b/tests/ogc-utils/iri-or-curie/test44.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.ogc-utils.iri-or-curie - IRI or CURIE -Generated 2024-01-17T19:01:29.691893+00:00 +Generated 2024-01-21T04:06:40.160378+00:00 === Files === Using test44.json from test resources === End Files === diff --git a/tests/ogc-utils/iri-or-curie/test45.validation_passed.txt b/tests/ogc-utils/iri-or-curie/test45.validation_passed.txt index b5b384660..48e7b9f27 100644 --- a/tests/ogc-utils/iri-or-curie/test45.validation_passed.txt +++ b/tests/ogc-utils/iri-or-curie/test45.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.ogc-utils.iri-or-curie - IRI or CURIE -Generated 2024-01-17T19:01:29.692159+00:00 +Generated 2024-01-21T04:06:40.160641+00:00 === Files === Using test45.json from test resources === End Files === diff --git a/tests/ogc-utils/iri-or-curie/test46.validation_passed.txt b/tests/ogc-utils/iri-or-curie/test46.validation_passed.txt index 9c692f058..9d53b65f9 100644 --- a/tests/ogc-utils/iri-or-curie/test46.validation_passed.txt +++ b/tests/ogc-utils/iri-or-curie/test46.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.ogc-utils.iri-or-curie - IRI or CURIE -Generated 2024-01-17T19:01:29.692427+00:00 +Generated 2024-01-21T04:06:40.160917+00:00 === Files === Using test46.json from test resources === End Files === diff --git a/tests/ogc-utils/iri-or-curie/test47.validation_passed.txt b/tests/ogc-utils/iri-or-curie/test47.validation_passed.txt index acdbeab22..7d4fada26 100644 --- a/tests/ogc-utils/iri-or-curie/test47.validation_passed.txt +++ b/tests/ogc-utils/iri-or-curie/test47.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.ogc-utils.iri-or-curie - IRI or CURIE -Generated 2024-01-17T19:01:29.692693+00:00 +Generated 2024-01-21T04:06:40.161188+00:00 === Files === Using test47.json from test resources === End Files === diff --git a/tests/ogc-utils/iri-or-curie/test48.validation_passed.txt b/tests/ogc-utils/iri-or-curie/test48.validation_passed.txt index 71b43c0e5..c655d2083 100644 --- a/tests/ogc-utils/iri-or-curie/test48.validation_passed.txt +++ b/tests/ogc-utils/iri-or-curie/test48.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.ogc-utils.iri-or-curie - IRI or CURIE -Generated 2024-01-17T19:01:29.692991+00:00 +Generated 2024-01-21T04:06:40.161467+00:00 === Files === Using test48.json from test resources === End Files === diff --git a/tests/ogc-utils/iri-or-curie/test49.validation_passed.txt b/tests/ogc-utils/iri-or-curie/test49.validation_passed.txt index baf8bf66b..270f80c19 100644 --- a/tests/ogc-utils/iri-or-curie/test49.validation_passed.txt +++ b/tests/ogc-utils/iri-or-curie/test49.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.ogc-utils.iri-or-curie - IRI or CURIE -Generated 2024-01-17T19:01:29.693260+00:00 +Generated 2024-01-21T04:06:40.161737+00:00 === Files === Using test49.json from test resources === End Files === diff --git a/tests/ogc-utils/iri-or-curie/test5.validation_passed.txt b/tests/ogc-utils/iri-or-curie/test5.validation_passed.txt index bfe5f8cd7..a6c98d649 100644 --- a/tests/ogc-utils/iri-or-curie/test5.validation_passed.txt +++ b/tests/ogc-utils/iri-or-curie/test5.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.ogc-utils.iri-or-curie - IRI or CURIE -Generated 2024-01-17T19:01:29.693561+00:00 +Generated 2024-01-21T04:06:40.162045+00:00 === Files === Using test5.json from test resources === End Files === diff --git a/tests/ogc-utils/iri-or-curie/test50.validation_passed.txt b/tests/ogc-utils/iri-or-curie/test50.validation_passed.txt index 90d7df86a..fdd7e79b8 100644 --- a/tests/ogc-utils/iri-or-curie/test50.validation_passed.txt +++ b/tests/ogc-utils/iri-or-curie/test50.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.ogc-utils.iri-or-curie - IRI or CURIE -Generated 2024-01-17T19:01:29.693831+00:00 +Generated 2024-01-21T04:06:40.162329+00:00 === Files === Using test50.json from test resources === End Files === diff --git a/tests/ogc-utils/iri-or-curie/test51.validation_passed.txt b/tests/ogc-utils/iri-or-curie/test51.validation_passed.txt index 454ee45e8..b146480fd 100644 --- a/tests/ogc-utils/iri-or-curie/test51.validation_passed.txt +++ b/tests/ogc-utils/iri-or-curie/test51.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.ogc-utils.iri-or-curie - IRI or CURIE -Generated 2024-01-17T19:01:29.694099+00:00 +Generated 2024-01-21T04:06:40.162597+00:00 === Files === Using test51.json from test resources === End Files === diff --git a/tests/ogc-utils/iri-or-curie/test52.validation_passed.txt b/tests/ogc-utils/iri-or-curie/test52.validation_passed.txt index 9ed8f6cde..638e2c705 100644 --- a/tests/ogc-utils/iri-or-curie/test52.validation_passed.txt +++ b/tests/ogc-utils/iri-or-curie/test52.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.ogc-utils.iri-or-curie - IRI or CURIE -Generated 2024-01-17T19:01:29.694370+00:00 +Generated 2024-01-21T04:06:40.162863+00:00 === Files === Using test52.json from test resources === End Files === diff --git a/tests/ogc-utils/iri-or-curie/test53.validation_passed.txt b/tests/ogc-utils/iri-or-curie/test53.validation_passed.txt index 1ab21f9fb..b7836c0ea 100644 --- a/tests/ogc-utils/iri-or-curie/test53.validation_passed.txt +++ b/tests/ogc-utils/iri-or-curie/test53.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.ogc-utils.iri-or-curie - IRI or CURIE -Generated 2024-01-17T19:01:29.694634+00:00 +Generated 2024-01-21T04:06:40.163130+00:00 === Files === Using test53.json from test resources === End Files === diff --git a/tests/ogc-utils/iri-or-curie/test54.validation_passed.txt b/tests/ogc-utils/iri-or-curie/test54.validation_passed.txt index c87f7d371..390b71355 100644 --- a/tests/ogc-utils/iri-or-curie/test54.validation_passed.txt +++ b/tests/ogc-utils/iri-or-curie/test54.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.ogc-utils.iri-or-curie - IRI or CURIE -Generated 2024-01-17T19:01:29.694896+00:00 +Generated 2024-01-21T04:06:40.163440+00:00 === Files === Using test54.json from test resources === End Files === diff --git a/tests/ogc-utils/iri-or-curie/test55.validation_passed.txt b/tests/ogc-utils/iri-or-curie/test55.validation_passed.txt index 2377facc4..6db393f51 100644 --- a/tests/ogc-utils/iri-or-curie/test55.validation_passed.txt +++ b/tests/ogc-utils/iri-or-curie/test55.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.ogc-utils.iri-or-curie - IRI or CURIE -Generated 2024-01-17T19:01:29.695156+00:00 +Generated 2024-01-21T04:06:40.163712+00:00 === Files === Using test55.json from test resources === End Files === diff --git a/tests/ogc-utils/iri-or-curie/test56.validation_passed.txt b/tests/ogc-utils/iri-or-curie/test56.validation_passed.txt index 12ba69998..eca2032b1 100644 --- a/tests/ogc-utils/iri-or-curie/test56.validation_passed.txt +++ b/tests/ogc-utils/iri-or-curie/test56.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.ogc-utils.iri-or-curie - IRI or CURIE -Generated 2024-01-17T19:01:29.695419+00:00 +Generated 2024-01-21T04:06:40.163988+00:00 === Files === Using test56.json from test resources === End Files === diff --git a/tests/ogc-utils/iri-or-curie/test57.validation_passed.txt b/tests/ogc-utils/iri-or-curie/test57.validation_passed.txt index dad119e60..5fb2a8ae7 100644 --- a/tests/ogc-utils/iri-or-curie/test57.validation_passed.txt +++ b/tests/ogc-utils/iri-or-curie/test57.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.ogc-utils.iri-or-curie - IRI or CURIE -Generated 2024-01-17T19:01:29.695683+00:00 +Generated 2024-01-21T04:06:40.164259+00:00 === Files === Using test57.json from test resources === End Files === diff --git a/tests/ogc-utils/iri-or-curie/test58.validation_passed.txt b/tests/ogc-utils/iri-or-curie/test58.validation_passed.txt index dd83c9ae5..58b0dc201 100644 --- a/tests/ogc-utils/iri-or-curie/test58.validation_passed.txt +++ b/tests/ogc-utils/iri-or-curie/test58.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.ogc-utils.iri-or-curie - IRI or CURIE -Generated 2024-01-17T19:01:29.695951+00:00 +Generated 2024-01-21T04:06:40.164531+00:00 === Files === Using test58.json from test resources === End Files === diff --git a/tests/ogc-utils/iri-or-curie/test59.validation_passed.txt b/tests/ogc-utils/iri-or-curie/test59.validation_passed.txt index e64333462..feaeb2ebf 100644 --- a/tests/ogc-utils/iri-or-curie/test59.validation_passed.txt +++ b/tests/ogc-utils/iri-or-curie/test59.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.ogc-utils.iri-or-curie - IRI or CURIE -Generated 2024-01-17T19:01:29.696225+00:00 +Generated 2024-01-21T04:06:40.164798+00:00 === Files === Using test59.json from test resources === End Files === diff --git a/tests/ogc-utils/iri-or-curie/test6.validation_passed.txt b/tests/ogc-utils/iri-or-curie/test6.validation_passed.txt index 22bae7656..0bffd280b 100644 --- a/tests/ogc-utils/iri-or-curie/test6.validation_passed.txt +++ b/tests/ogc-utils/iri-or-curie/test6.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.ogc-utils.iri-or-curie - IRI or CURIE -Generated 2024-01-17T19:01:29.696501+00:00 +Generated 2024-01-21T04:06:40.165068+00:00 === Files === Using test6.json from test resources === End Files === diff --git a/tests/ogc-utils/iri-or-curie/test60.validation_passed.txt b/tests/ogc-utils/iri-or-curie/test60.validation_passed.txt index 156043c31..910fc0c04 100644 --- a/tests/ogc-utils/iri-or-curie/test60.validation_passed.txt +++ b/tests/ogc-utils/iri-or-curie/test60.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.ogc-utils.iri-or-curie - IRI or CURIE -Generated 2024-01-17T19:01:29.696772+00:00 +Generated 2024-01-21T04:06:40.165337+00:00 === Files === Using test60.json from test resources === End Files === diff --git a/tests/ogc-utils/iri-or-curie/test61.validation_passed.txt b/tests/ogc-utils/iri-or-curie/test61.validation_passed.txt index 50d42b252..c660b20c2 100644 --- a/tests/ogc-utils/iri-or-curie/test61.validation_passed.txt +++ b/tests/ogc-utils/iri-or-curie/test61.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.ogc-utils.iri-or-curie - IRI or CURIE -Generated 2024-01-17T19:01:29.697084+00:00 +Generated 2024-01-21T04:06:40.165604+00:00 === Files === Using test61.json from test resources === End Files === diff --git a/tests/ogc-utils/iri-or-curie/test62.validation_passed.txt b/tests/ogc-utils/iri-or-curie/test62.validation_passed.txt index 332643f8f..5afe8b9f6 100644 --- a/tests/ogc-utils/iri-or-curie/test62.validation_passed.txt +++ b/tests/ogc-utils/iri-or-curie/test62.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.ogc-utils.iri-or-curie - IRI or CURIE -Generated 2024-01-17T19:01:29.697352+00:00 +Generated 2024-01-21T04:06:40.165870+00:00 === Files === Using test62.json from test resources === End Files === diff --git a/tests/ogc-utils/iri-or-curie/test63.validation_passed.txt b/tests/ogc-utils/iri-or-curie/test63.validation_passed.txt index 73a79271c..5b53b1744 100644 --- a/tests/ogc-utils/iri-or-curie/test63.validation_passed.txt +++ b/tests/ogc-utils/iri-or-curie/test63.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.ogc-utils.iri-or-curie - IRI or CURIE -Generated 2024-01-17T19:01:29.697627+00:00 +Generated 2024-01-21T04:06:40.166136+00:00 === Files === Using test63.json from test resources === End Files === diff --git a/tests/ogc-utils/iri-or-curie/test64.validation_passed.txt b/tests/ogc-utils/iri-or-curie/test64.validation_passed.txt index 263f70d3e..02501d450 100644 --- a/tests/ogc-utils/iri-or-curie/test64.validation_passed.txt +++ b/tests/ogc-utils/iri-or-curie/test64.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.ogc-utils.iri-or-curie - IRI or CURIE -Generated 2024-01-17T19:01:29.697892+00:00 +Generated 2024-01-21T04:06:40.166412+00:00 === Files === Using test64.json from test resources === End Files === diff --git a/tests/ogc-utils/iri-or-curie/test65.validation_passed.txt b/tests/ogc-utils/iri-or-curie/test65.validation_passed.txt index 5c586be3a..cbb4c7ed7 100644 --- a/tests/ogc-utils/iri-or-curie/test65.validation_passed.txt +++ b/tests/ogc-utils/iri-or-curie/test65.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.ogc-utils.iri-or-curie - IRI or CURIE -Generated 2024-01-17T19:01:29.698160+00:00 +Generated 2024-01-21T04:06:40.166680+00:00 === Files === Using test65.json from test resources === End Files === diff --git a/tests/ogc-utils/iri-or-curie/test66.validation_passed.txt b/tests/ogc-utils/iri-or-curie/test66.validation_passed.txt index 0432fa89c..c73e079c2 100644 --- a/tests/ogc-utils/iri-or-curie/test66.validation_passed.txt +++ b/tests/ogc-utils/iri-or-curie/test66.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.ogc-utils.iri-or-curie - IRI or CURIE -Generated 2024-01-17T19:01:29.698432+00:00 +Generated 2024-01-21T04:06:40.166946+00:00 === Files === Using test66.json from test resources === End Files === diff --git a/tests/ogc-utils/iri-or-curie/test67.validation_passed.txt b/tests/ogc-utils/iri-or-curie/test67.validation_passed.txt index 9acbc8d85..15a2632ad 100644 --- a/tests/ogc-utils/iri-or-curie/test67.validation_passed.txt +++ b/tests/ogc-utils/iri-or-curie/test67.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.ogc-utils.iri-or-curie - IRI or CURIE -Generated 2024-01-17T19:01:29.698715+00:00 +Generated 2024-01-21T04:06:40.167212+00:00 === Files === Using test67.json from test resources === End Files === diff --git a/tests/ogc-utils/iri-or-curie/test68.validation_passed.txt b/tests/ogc-utils/iri-or-curie/test68.validation_passed.txt index 20a9ea5c5..44eede807 100644 --- a/tests/ogc-utils/iri-or-curie/test68.validation_passed.txt +++ b/tests/ogc-utils/iri-or-curie/test68.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.ogc-utils.iri-or-curie - IRI or CURIE -Generated 2024-01-17T19:01:29.699015+00:00 +Generated 2024-01-21T04:06:40.167516+00:00 === Files === Using test68.json from test resources === End Files === diff --git a/tests/ogc-utils/iri-or-curie/test69.validation_passed.txt b/tests/ogc-utils/iri-or-curie/test69.validation_passed.txt index b72122999..e777b4754 100644 --- a/tests/ogc-utils/iri-or-curie/test69.validation_passed.txt +++ b/tests/ogc-utils/iri-or-curie/test69.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.ogc-utils.iri-or-curie - IRI or CURIE -Generated 2024-01-17T19:01:29.699288+00:00 +Generated 2024-01-21T04:06:40.167794+00:00 === Files === Using test69.json from test resources === End Files === diff --git a/tests/ogc-utils/iri-or-curie/test7.validation_passed.txt b/tests/ogc-utils/iri-or-curie/test7.validation_passed.txt index 5787bcf20..9d623144b 100644 --- a/tests/ogc-utils/iri-or-curie/test7.validation_passed.txt +++ b/tests/ogc-utils/iri-or-curie/test7.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.ogc-utils.iri-or-curie - IRI or CURIE -Generated 2024-01-17T19:01:29.699553+00:00 +Generated 2024-01-21T04:06:40.168062+00:00 === Files === Using test7.json from test resources === End Files === diff --git a/tests/ogc-utils/iri-or-curie/test70.validation_passed.txt b/tests/ogc-utils/iri-or-curie/test70.validation_passed.txt index 312c747e4..976547dbd 100644 --- a/tests/ogc-utils/iri-or-curie/test70.validation_passed.txt +++ b/tests/ogc-utils/iri-or-curie/test70.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.ogc-utils.iri-or-curie - IRI or CURIE -Generated 2024-01-17T19:01:29.699825+00:00 +Generated 2024-01-21T04:06:40.168328+00:00 === Files === Using test70.json from test resources === End Files === diff --git a/tests/ogc-utils/iri-or-curie/test71.validation_passed.txt b/tests/ogc-utils/iri-or-curie/test71.validation_passed.txt index 734beb75c..f9f9a13da 100644 --- a/tests/ogc-utils/iri-or-curie/test71.validation_passed.txt +++ b/tests/ogc-utils/iri-or-curie/test71.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.ogc-utils.iri-or-curie - IRI or CURIE -Generated 2024-01-17T19:01:29.700115+00:00 +Generated 2024-01-21T04:06:40.168628+00:00 === Files === Using test71.json from test resources === End Files === diff --git a/tests/ogc-utils/iri-or-curie/test72.validation_passed.txt b/tests/ogc-utils/iri-or-curie/test72.validation_passed.txt index deef85dce..ea4888346 100644 --- a/tests/ogc-utils/iri-or-curie/test72.validation_passed.txt +++ b/tests/ogc-utils/iri-or-curie/test72.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.ogc-utils.iri-or-curie - IRI or CURIE -Generated 2024-01-17T19:01:29.700388+00:00 +Generated 2024-01-21T04:06:40.168910+00:00 === Files === Using test72.json from test resources === End Files === diff --git a/tests/ogc-utils/iri-or-curie/test73.validation_passed.txt b/tests/ogc-utils/iri-or-curie/test73.validation_passed.txt index 012de1740..6ef1f3f0f 100644 --- a/tests/ogc-utils/iri-or-curie/test73.validation_passed.txt +++ b/tests/ogc-utils/iri-or-curie/test73.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.ogc-utils.iri-or-curie - IRI or CURIE -Generated 2024-01-17T19:01:29.700658+00:00 +Generated 2024-01-21T04:06:40.169178+00:00 === Files === Using test73.json from test resources === End Files === diff --git a/tests/ogc-utils/iri-or-curie/test74.validation_passed.txt b/tests/ogc-utils/iri-or-curie/test74.validation_passed.txt index bd24368f5..cdf251f66 100644 --- a/tests/ogc-utils/iri-or-curie/test74.validation_passed.txt +++ b/tests/ogc-utils/iri-or-curie/test74.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.ogc-utils.iri-or-curie - IRI or CURIE -Generated 2024-01-17T19:01:29.701002+00:00 +Generated 2024-01-21T04:06:40.169447+00:00 === Files === Using test74.json from test resources === End Files === diff --git a/tests/ogc-utils/iri-or-curie/test75.validation_passed.txt b/tests/ogc-utils/iri-or-curie/test75.validation_passed.txt index a2aea809a..e32a5b18f 100644 --- a/tests/ogc-utils/iri-or-curie/test75.validation_passed.txt +++ b/tests/ogc-utils/iri-or-curie/test75.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.ogc-utils.iri-or-curie - IRI or CURIE -Generated 2024-01-17T19:01:29.701284+00:00 +Generated 2024-01-21T04:06:40.169718+00:00 === Files === Using test75.json from test resources === End Files === diff --git a/tests/ogc-utils/iri-or-curie/test76.validation_passed.txt b/tests/ogc-utils/iri-or-curie/test76.validation_passed.txt index 8b6d8a8f1..e1d4a6f03 100644 --- a/tests/ogc-utils/iri-or-curie/test76.validation_passed.txt +++ b/tests/ogc-utils/iri-or-curie/test76.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.ogc-utils.iri-or-curie - IRI or CURIE -Generated 2024-01-17T19:01:29.701555+00:00 +Generated 2024-01-21T04:06:40.169984+00:00 === Files === Using test76.json from test resources === End Files === diff --git a/tests/ogc-utils/iri-or-curie/test77.validation_passed.txt b/tests/ogc-utils/iri-or-curie/test77.validation_passed.txt index 025d79bb1..6310ce880 100644 --- a/tests/ogc-utils/iri-or-curie/test77.validation_passed.txt +++ b/tests/ogc-utils/iri-or-curie/test77.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.ogc-utils.iri-or-curie - IRI or CURIE -Generated 2024-01-17T19:01:29.701830+00:00 +Generated 2024-01-21T04:06:40.170252+00:00 === Files === Using test77.json from test resources === End Files === diff --git a/tests/ogc-utils/iri-or-curie/test78.validation_passed.txt b/tests/ogc-utils/iri-or-curie/test78.validation_passed.txt index 5e531e32d..0e4a1c30a 100644 --- a/tests/ogc-utils/iri-or-curie/test78.validation_passed.txt +++ b/tests/ogc-utils/iri-or-curie/test78.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.ogc-utils.iri-or-curie - IRI or CURIE -Generated 2024-01-17T19:01:29.702103+00:00 +Generated 2024-01-21T04:06:40.170520+00:00 === Files === Using test78.json from test resources === End Files === diff --git a/tests/ogc-utils/iri-or-curie/test79.validation_passed.txt b/tests/ogc-utils/iri-or-curie/test79.validation_passed.txt index bfbf2389b..ca1f92107 100644 --- a/tests/ogc-utils/iri-or-curie/test79.validation_passed.txt +++ b/tests/ogc-utils/iri-or-curie/test79.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.ogc-utils.iri-or-curie - IRI or CURIE -Generated 2024-01-17T19:01:29.702397+00:00 +Generated 2024-01-21T04:06:40.170813+00:00 === Files === Using test79.json from test resources === End Files === diff --git a/tests/ogc-utils/iri-or-curie/test8.validation_passed.txt b/tests/ogc-utils/iri-or-curie/test8.validation_passed.txt index 5b167f6d9..25a0d24ab 100644 --- a/tests/ogc-utils/iri-or-curie/test8.validation_passed.txt +++ b/tests/ogc-utils/iri-or-curie/test8.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.ogc-utils.iri-or-curie - IRI or CURIE -Generated 2024-01-17T19:01:29.702665+00:00 +Generated 2024-01-21T04:06:40.171081+00:00 === Files === Using test8.json from test resources === End Files === diff --git a/tests/ogc-utils/iri-or-curie/test80.validation_passed.txt b/tests/ogc-utils/iri-or-curie/test80.validation_passed.txt index cf7d45f9b..fc09ce0a5 100644 --- a/tests/ogc-utils/iri-or-curie/test80.validation_passed.txt +++ b/tests/ogc-utils/iri-or-curie/test80.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.ogc-utils.iri-or-curie - IRI or CURIE -Generated 2024-01-17T19:01:29.702979+00:00 +Generated 2024-01-21T04:06:40.171395+00:00 === Files === Using test80.json from test resources === End Files === diff --git a/tests/ogc-utils/iri-or-curie/test81.validation_passed.txt b/tests/ogc-utils/iri-or-curie/test81.validation_passed.txt index c8331b696..140a74562 100644 --- a/tests/ogc-utils/iri-or-curie/test81.validation_passed.txt +++ b/tests/ogc-utils/iri-or-curie/test81.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.ogc-utils.iri-or-curie - IRI or CURIE -Generated 2024-01-17T19:01:29.703256+00:00 +Generated 2024-01-21T04:06:40.171716+00:00 === Files === Using test81.json from test resources === End Files === diff --git a/tests/ogc-utils/iri-or-curie/test9.validation_passed.txt b/tests/ogc-utils/iri-or-curie/test9.validation_passed.txt index 679467dde..cb134209b 100644 --- a/tests/ogc-utils/iri-or-curie/test9.validation_passed.txt +++ b/tests/ogc-utils/iri-or-curie/test9.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.ogc-utils.iri-or-curie - IRI or CURIE -Generated 2024-01-17T19:01:29.703540+00:00 +Generated 2024-01-21T04:06:40.172008+00:00 === Files === Using test9.json from test resources === End Files === diff --git a/tests/ogc-utils/topology/_report.json b/tests/ogc-utils/topology/_report.json index 6c3d920d1..3031c6c73 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": "2024-01-17T19:01:29.830434+00:00", + "generated": "2024-01-21T04:06:40.300217+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 57295bd0a..4b77f8e50 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 2024-01-17T19:01:29.830384+00:00 +Generated 2024-01-21T04:06:40.300155+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 617084918..c433054b6 100644 --- a/tests/report.html +++ b/tests/report.html @@ -26,7 +26,7 @@

Building blocks validation report

- Generated at 2024-01-17T19:01:33.000639+00:00 + Generated at 2024-01-21T04:06:41.723893+00:00

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

@@ -2860,12 +2860,12 @@

Message: sosa:hasSimpleResult is a simple Literal

Focus nodes for registereditems/unstable/sosa/_sources/properties/observation/rules.shacl: - - Shape <https://www.ogc.org/rules/sosa/#testResult>: _:N0b2d3baa0dd54d6eb26e1bcb49cd9139 - - Shape <https://www.ogc.org/rules/sosa/#testSimpleResultLiteral>: _:Ne1fbc93d40d94063b0a4583a1369fd60 - - Shape <https://www.ogc.org/rules/sosa/#testObservedProperty>: _:N0b2d3baa0dd54d6eb26e1bcb49cd9139 - - Shape <https://www.ogc.org/rules/sosa/#testFeatureOfInterest>: _:N0b2d3baa0dd54d6eb26e1bcb49cd9139 - - Shape <https://www.ogc.org/rules/sosa/#testRequiredTime>: _:N0b2d3baa0dd54d6eb26e1bcb49cd9139 + - Shape <https://www.ogc.org/rules/sosa/#testFeatureOfInterest>: _:N9edfe9f198954dacb1a75a66cce464b2 + - Shape <https://www.ogc.org/rules/sosa/#testObservedProperty>: _:N9edfe9f198954dacb1a75a66cce464b2 + - Shape <https://www.ogc.org/rules/sosa/#testResult>: _:N9edfe9f198954dacb1a75a66cce464b2 - Shape <https://www.ogc.org/rules/sosa/#testResultNotEmptyNode>: *none* + - Shape <https://www.ogc.org/rules/sosa/#testRequiredTime>: _:N9edfe9f198954dacb1a75a66cce464b2 + - Shape <https://www.ogc.org/rules/sosa/#testSimpleResultLiteral>: _:Nb731b05bcd9147879eb006cfd532a804
@@ -2910,12 +2910,12 @@

Message: Less than 1 values on [ sosa:hasFeatureOfInterest [ ] ; sosa:hasResult [ ] ; sosa:madeBySensor Literal("ea est culpa esse") ; sosa:resultTime Literal("2016-05-04T02:27:02.0Z") ]->( [ sh:zeroOrMorePath [ sh:oneOrMorePath [ sh:alternativePath <http://recursion.too.deep> ] ] ] sosa:observedProperty )
Focus nodes for registereditems/unstable/sosa/_sources/properties/observation/rules.shacl: - - Shape <https://www.ogc.org/rules/sosa/#testResult>: _:N8e3e12fd26034894af7532749864bff8 - - Shape <https://www.ogc.org/rules/sosa/#testSimpleResultLiteral>: *none* - - Shape <https://www.ogc.org/rules/sosa/#testObservedProperty>: _:N8e3e12fd26034894af7532749864bff8 - - Shape <https://www.ogc.org/rules/sosa/#testFeatureOfInterest>: _:N8e3e12fd26034894af7532749864bff8 - - Shape <https://www.ogc.org/rules/sosa/#testRequiredTime>: _:N8e3e12fd26034894af7532749864bff8 + - Shape <https://www.ogc.org/rules/sosa/#testFeatureOfInterest>: _:N31af6765f1984a5e9785a963b059b8b3 + - Shape <https://www.ogc.org/rules/sosa/#testObservedProperty>: _:N31af6765f1984a5e9785a963b059b8b3 + - Shape <https://www.ogc.org/rules/sosa/#testResult>: _:N31af6765f1984a5e9785a963b059b8b3 - Shape <https://www.ogc.org/rules/sosa/#testResultNotEmptyNode>: *none* + - Shape <https://www.ogc.org/rules/sosa/#testRequiredTime>: _:N31af6765f1984a5e9785a963b059b8b3 + - Shape <https://www.ogc.org/rules/sosa/#testSimpleResultLiteral>: *none*
@@ -2960,12 +2960,12 @@

Message: More than 1 values on [ sosa:hasFeatureOfInterest [ ] ; sosa:hasResult [ ns1:a Literal("-8150858", datatype=xsd:integer) ; ns1:b Literal("false" = False, datatype=xsd:boolean) ] ; sosa:hasSimpleResult Literal("frogginess") ; sosa:madeBySensor Literal("ea est culpa esse") ; sosa:observedProperty Literal("something") ; sosa:resultTime Literal("2016-05-04T02:27:02.0Z") ]->[ sh:alternativePath ( sosa:hasResult sosa:hasSimpleResult ) ]
Focus nodes for registereditems/unstable/sosa/_sources/properties/observation/rules.shacl: - - Shape <https://www.ogc.org/rules/sosa/#testResult>: _:N01d7cf0f7d0a490a87a5651bd16e67b0 - - Shape <https://www.ogc.org/rules/sosa/#testSimpleResultLiteral>: frogginess - - Shape <https://www.ogc.org/rules/sosa/#testObservedProperty>: _:N01d7cf0f7d0a490a87a5651bd16e67b0 - - Shape <https://www.ogc.org/rules/sosa/#testFeatureOfInterest>: _:N01d7cf0f7d0a490a87a5651bd16e67b0 - - Shape <https://www.ogc.org/rules/sosa/#testRequiredTime>: _:N01d7cf0f7d0a490a87a5651bd16e67b0 + - Shape <https://www.ogc.org/rules/sosa/#testFeatureOfInterest>: _:N0eb6412ecd68420db43f1be55a98a9f3 + - Shape <https://www.ogc.org/rules/sosa/#testObservedProperty>: _:N0eb6412ecd68420db43f1be55a98a9f3 + - Shape <https://www.ogc.org/rules/sosa/#testResult>: _:N0eb6412ecd68420db43f1be55a98a9f3 - Shape <https://www.ogc.org/rules/sosa/#testResultNotEmptyNode>: *none* + - Shape <https://www.ogc.org/rules/sosa/#testRequiredTime>: _:N0eb6412ecd68420db43f1be55a98a9f3 + - Shape <https://www.ogc.org/rules/sosa/#testSimpleResultLiteral>: frogginess
@@ -3002,12 +3002,12 @@

Conforms: True
Focus nodes for registereditems/unstable/sosa/_sources/properties/observation/rules.shacl: - - Shape <https://www.ogc.org/rules/sosa/#testResult>: _:Nd487f7b572f34f38a0184fcd68f439eb - - Shape <https://www.ogc.org/rules/sosa/#testSimpleResultLiteral>: 33 - - Shape <https://www.ogc.org/rules/sosa/#testObservedProperty>: _:Nd487f7b572f34f38a0184fcd68f439eb - - Shape <https://www.ogc.org/rules/sosa/#testFeatureOfInterest>: _:Nd487f7b572f34f38a0184fcd68f439eb - - Shape <https://www.ogc.org/rules/sosa/#testRequiredTime>: _:Nd487f7b572f34f38a0184fcd68f439eb + - Shape <https://www.ogc.org/rules/sosa/#testFeatureOfInterest>: _:N586d5f60725343af9c867b062528a2e2 + - Shape <https://www.ogc.org/rules/sosa/#testObservedProperty>: _:N586d5f60725343af9c867b062528a2e2 + - Shape <https://www.ogc.org/rules/sosa/#testResult>: _:N586d5f60725343af9c867b062528a2e2 - Shape <https://www.ogc.org/rules/sosa/#testResultNotEmptyNode>: *none* + - Shape <https://www.ogc.org/rules/sosa/#testRequiredTime>: _:N586d5f60725343af9c867b062528a2e2 + - Shape <https://www.ogc.org/rules/sosa/#testSimpleResultLiteral>: 33
@@ -3040,12 +3040,12 @@

Conforms: True
Focus nodes for registereditems/unstable/sosa/_sources/properties/observation/rules.shacl: - - Shape <https://www.ogc.org/rules/sosa/#testResult>: _:nc9215fb1e1c34c6f903754ec7849c8cfb1 - - Shape <https://www.ogc.org/rules/sosa/#testSimpleResultLiteral>: 33 - - Shape <https://www.ogc.org/rules/sosa/#testObservedProperty>: _:nc9215fb1e1c34c6f903754ec7849c8cfb1 - - Shape <https://www.ogc.org/rules/sosa/#testFeatureOfInterest>: _:nc9215fb1e1c34c6f903754ec7849c8cfb1 - - Shape <https://www.ogc.org/rules/sosa/#testRequiredTime>: _:nc9215fb1e1c34c6f903754ec7849c8cfb1 + - Shape <https://www.ogc.org/rules/sosa/#testFeatureOfInterest>: _:ne0ec5ad9a24a46668884c54eaef483bfb1 + - Shape <https://www.ogc.org/rules/sosa/#testObservedProperty>: _:ne0ec5ad9a24a46668884c54eaef483bfb1 + - Shape <https://www.ogc.org/rules/sosa/#testResult>: _:ne0ec5ad9a24a46668884c54eaef483bfb1 - Shape <https://www.ogc.org/rules/sosa/#testResultNotEmptyNode>: *none* + - Shape <https://www.ogc.org/rules/sosa/#testRequiredTime>: _:ne0ec5ad9a24a46668884c54eaef483bfb1 + - Shape <https://www.ogc.org/rules/sosa/#testSimpleResultLiteral>: 33
@@ -3082,12 +3082,12 @@

Conforms: True
Focus nodes for registereditems/unstable/sosa/_sources/properties/observation/rules.shacl: - - Shape <https://www.ogc.org/rules/sosa/#testResult>: _:N049b57750fa645b8a9763ade2fe8ceec - - Shape <https://www.ogc.org/rules/sosa/#testSimpleResultLiteral>: *none* - - Shape <https://www.ogc.org/rules/sosa/#testObservedProperty>: _:N049b57750fa645b8a9763ade2fe8ceec - - Shape <https://www.ogc.org/rules/sosa/#testFeatureOfInterest>: _:N049b57750fa645b8a9763ade2fe8ceec - - Shape <https://www.ogc.org/rules/sosa/#testRequiredTime>: _:N049b57750fa645b8a9763ade2fe8ceec + - Shape <https://www.ogc.org/rules/sosa/#testFeatureOfInterest>: _:N6b31eb4bfe4b40ad83f7e5c09af6a37e + - Shape <https://www.ogc.org/rules/sosa/#testObservedProperty>: _:N6b31eb4bfe4b40ad83f7e5c09af6a37e + - Shape <https://www.ogc.org/rules/sosa/#testResult>: _:N6b31eb4bfe4b40ad83f7e5c09af6a37e - Shape <https://www.ogc.org/rules/sosa/#testResultNotEmptyNode>: *none* + - Shape <https://www.ogc.org/rules/sosa/#testRequiredTime>: _:N6b31eb4bfe4b40ad83f7e5c09af6a37e + - Shape <https://www.ogc.org/rules/sosa/#testSimpleResultLiteral>: *none*
@@ -3379,12 +3379,12 @@

Conforms: True
Focus nodes for registereditems/unstable/sosa/_sources/properties/observation/rules.shacl: - - Shape <https://www.ogc.org/rules/sosa/#testResult>: *none* - - Shape <https://www.ogc.org/rules/sosa/#testSimpleResultLiteral>: *none* - - Shape <https://www.ogc.org/rules/sosa/#testObservedProperty>: *none* - Shape <https://www.ogc.org/rules/sosa/#testFeatureOfInterest>: *none* - - Shape <https://www.ogc.org/rules/sosa/#testRequiredTime>: *none* + - Shape <https://www.ogc.org/rules/sosa/#testObservedProperty>: *none* + - Shape <https://www.ogc.org/rules/sosa/#testResult>: *none* - Shape <https://www.ogc.org/rules/sosa/#testResultNotEmptyNode>: *none* + - Shape <https://www.ogc.org/rules/sosa/#testRequiredTime>: *none* + - Shape <https://www.ogc.org/rules/sosa/#testSimpleResultLiteral>: *none*
@@ -3421,12 +3421,12 @@

Conforms: True
Focus nodes for registereditems/unstable/sosa/_sources/properties/observation/rules.shacl: - - Shape <https://www.ogc.org/rules/sosa/#testResult>: <http://example.com/a1> - - Shape <https://www.ogc.org/rules/sosa/#testSimpleResultLiteral>: <http://example.com/a1>/sosa:hasSimpleResult - - Shape <https://www.ogc.org/rules/sosa/#testObservedProperty>: <http://example.com/a1> - Shape <https://www.ogc.org/rules/sosa/#testFeatureOfInterest>: <http://example.com/a1> - - Shape <https://www.ogc.org/rules/sosa/#testRequiredTime>: <http://example.com/a1> + - Shape <https://www.ogc.org/rules/sosa/#testObservedProperty>: <http://example.com/a1> + - Shape <https://www.ogc.org/rules/sosa/#testResult>: <http://example.com/a1> - Shape <https://www.ogc.org/rules/sosa/#testResultNotEmptyNode>: *none* + - Shape <https://www.ogc.org/rules/sosa/#testRequiredTime>: <http://example.com/a1> + - Shape <https://www.ogc.org/rules/sosa/#testSimpleResultLiteral>: <http://example.com/a1>/sosa:hasSimpleResult
@@ -3459,12 +3459,12 @@

Conforms: True
Focus nodes for registereditems/unstable/sosa/_sources/properties/observation/rules.shacl: - - Shape <https://www.ogc.org/rules/sosa/#testResult>: eg:a1 - - Shape <https://www.ogc.org/rules/sosa/#testSimpleResultLiteral>: eg:a1/sosa:hasSimpleResult - - Shape <https://www.ogc.org/rules/sosa/#testObservedProperty>: eg:a1 - Shape <https://www.ogc.org/rules/sosa/#testFeatureOfInterest>: eg:a1 - - Shape <https://www.ogc.org/rules/sosa/#testRequiredTime>: eg:a1 + - Shape <https://www.ogc.org/rules/sosa/#testObservedProperty>: eg:a1 + - Shape <https://www.ogc.org/rules/sosa/#testResult>: eg:a1 - Shape <https://www.ogc.org/rules/sosa/#testResultNotEmptyNode>: *none* + - Shape <https://www.ogc.org/rules/sosa/#testRequiredTime>: eg:a1 + - Shape <https://www.ogc.org/rules/sosa/#testSimpleResultLiteral>: eg:a1/sosa:hasSimpleResult
@@ -3820,12 +3820,12 @@

Conforms: True
Focus nodes for registereditems/unstable/sosa/_sources/properties/observation/rules.shacl: - - Shape <https://www.ogc.org/rules/sosa/#testResult>: <http://example.com/pop1999> - - Shape <https://www.ogc.org/rules/sosa/#testSimpleResultLiteral>: <http://example.com/pop1999>/sosa:hasSimpleResult - - Shape <https://www.ogc.org/rules/sosa/#testObservedProperty>: <http://example.com/pop1999> - Shape <https://www.ogc.org/rules/sosa/#testFeatureOfInterest>: <http://example.com/pop1999> - - Shape <https://www.ogc.org/rules/sosa/#testRequiredTime>: <http://example.com/pop1999> + - Shape <https://www.ogc.org/rules/sosa/#testObservedProperty>: <http://example.com/pop1999> + - Shape <https://www.ogc.org/rules/sosa/#testResult>: <http://example.com/pop1999> - Shape <https://www.ogc.org/rules/sosa/#testResultNotEmptyNode>: *none* + - Shape <https://www.ogc.org/rules/sosa/#testRequiredTime>: <http://example.com/pop1999> + - Shape <https://www.ogc.org/rules/sosa/#testSimpleResultLiteral>: <http://example.com/pop1999>/sosa:hasSimpleResult
@@ -3858,12 +3858,12 @@

Conforms: True
Focus nodes for registereditems/unstable/sosa/_sources/properties/observation/rules.shacl: - - Shape <https://www.ogc.org/rules/sosa/#testResult>: _:n140f293de9f74ed7adc0383b43ba590bb1 - - Shape <https://www.ogc.org/rules/sosa/#testSimpleResultLiteral>: 33 - - Shape <https://www.ogc.org/rules/sosa/#testObservedProperty>: _:n140f293de9f74ed7adc0383b43ba590bb1 - - Shape <https://www.ogc.org/rules/sosa/#testFeatureOfInterest>: _:n140f293de9f74ed7adc0383b43ba590bb1 - - Shape <https://www.ogc.org/rules/sosa/#testRequiredTime>: _:n140f293de9f74ed7adc0383b43ba590bb1 + - Shape <https://www.ogc.org/rules/sosa/#testFeatureOfInterest>: _:n81a413948ad64b70991238d02ad69c50b1 + - Shape <https://www.ogc.org/rules/sosa/#testObservedProperty>: _:n81a413948ad64b70991238d02ad69c50b1 + - Shape <https://www.ogc.org/rules/sosa/#testResult>: _:n81a413948ad64b70991238d02ad69c50b1 - Shape <https://www.ogc.org/rules/sosa/#testResultNotEmptyNode>: *none* + - Shape <https://www.ogc.org/rules/sosa/#testRequiredTime>: _:n81a413948ad64b70991238d02ad69c50b1 + - Shape <https://www.ogc.org/rules/sosa/#testSimpleResultLiteral>: 33
@@ -3900,12 +3900,12 @@

Conforms: True
Focus nodes for registereditems/unstable/sosa/_sources/properties/observation/rules.shacl: - - Shape <https://www.ogc.org/rules/sosa/#testResult>: <http://example.com/pop1999> - - Shape <https://www.ogc.org/rules/sosa/#testSimpleResultLiteral>: *none* - - Shape <https://www.ogc.org/rules/sosa/#testObservedProperty>: <http://example.com/pop1999> - Shape <https://www.ogc.org/rules/sosa/#testFeatureOfInterest>: <http://example.com/pop1999> - - Shape <https://www.ogc.org/rules/sosa/#testRequiredTime>: <http://example.com/pop1999> + - Shape <https://www.ogc.org/rules/sosa/#testObservedProperty>: <http://example.com/pop1999> + - Shape <https://www.ogc.org/rules/sosa/#testResult>: <http://example.com/pop1999> - Shape <https://www.ogc.org/rules/sosa/#testResultNotEmptyNode>: *none* + - Shape <https://www.ogc.org/rules/sosa/#testRequiredTime>: <http://example.com/pop1999> + - Shape <https://www.ogc.org/rules/sosa/#testSimpleResultLiteral>: *none*
@@ -3974,12 +3974,12 @@

Message: Less than 1 values on <file:///github/workspace/pop1999>->( [ sh:zeroOrMorePath [ sh:oneOrMorePath [ sh:alternativePath <http://recursion.too.deep> ] ] ] sosa:observedProperty )
Focus nodes for registereditems/unstable/sosa/_sources/properties/observation/rules.shacl: - - Shape <https://www.ogc.org/rules/sosa/#testResult>: <file:///github/workspace/pop1999> - - Shape <https://www.ogc.org/rules/sosa/#testSimpleResultLiteral>: <file:///github/workspace/pop1999>/sosa:hasSimpleResult - - Shape <https://www.ogc.org/rules/sosa/#testObservedProperty>: <file:///github/workspace/pop1999> - Shape <https://www.ogc.org/rules/sosa/#testFeatureOfInterest>: <file:///github/workspace/pop1999> - - Shape <https://www.ogc.org/rules/sosa/#testRequiredTime>: <file:///github/workspace/pop1999> + - Shape <https://www.ogc.org/rules/sosa/#testObservedProperty>: <file:///github/workspace/pop1999> + - Shape <https://www.ogc.org/rules/sosa/#testResult>: <file:///github/workspace/pop1999> - Shape <https://www.ogc.org/rules/sosa/#testResultNotEmptyNode>: *none* + - Shape <https://www.ogc.org/rules/sosa/#testRequiredTime>: <file:///github/workspace/pop1999> + - Shape <https://www.ogc.org/rules/sosa/#testSimpleResultLiteral>: <file:///github/workspace/pop1999>/sosa:hasSimpleResult
@@ -4016,12 +4016,12 @@

Conforms: True
Focus nodes for registereditems/unstable/sosa/_sources/properties/observation/rules.shacl: - - Shape <https://www.ogc.org/rules/sosa/#testResult>: <file:///github/workspace/something>,<file:///github/workspace/pop1999> - - Shape <https://www.ogc.org/rules/sosa/#testSimpleResultLiteral>: <file:///github/workspace/pop1999>/sosa:hasSimpleResult - - Shape <https://www.ogc.org/rules/sosa/#testObservedProperty>: <file:///github/workspace/something>,<file:///github/workspace/pop1999> - Shape <https://www.ogc.org/rules/sosa/#testFeatureOfInterest>: <file:///github/workspace/something>,<file:///github/workspace/pop1999> - - Shape <https://www.ogc.org/rules/sosa/#testRequiredTime>: <file:///github/workspace/something>,<file:///github/workspace/pop1999> + - Shape <https://www.ogc.org/rules/sosa/#testObservedProperty>: <file:///github/workspace/something>,<file:///github/workspace/pop1999> + - Shape <https://www.ogc.org/rules/sosa/#testResult>: <file:///github/workspace/something>,<file:///github/workspace/pop1999> - Shape <https://www.ogc.org/rules/sosa/#testResultNotEmptyNode>: *none* + - Shape <https://www.ogc.org/rules/sosa/#testRequiredTime>: <file:///github/workspace/something>,<file:///github/workspace/pop1999> + - Shape <https://www.ogc.org/rules/sosa/#testSimpleResultLiteral>: <file:///github/workspace/pop1999>/sosa:hasSimpleResult
@@ -4058,12 +4058,12 @@

Conforms: True
Focus nodes for registereditems/unstable/sosa/_sources/properties/observation/rules.shacl: - - Shape <https://www.ogc.org/rules/sosa/#testResult>: <http://www.example.com/sosa/pop1999>,<http://www.example.com/sosa/something> - - Shape <https://www.ogc.org/rules/sosa/#testSimpleResultLiteral>: <http://www.example.com/sosa/pop1999>/sosa:hasSimpleResult - - Shape <https://www.ogc.org/rules/sosa/#testObservedProperty>: <http://www.example.com/sosa/pop1999>,<http://www.example.com/sosa/something> - Shape <https://www.ogc.org/rules/sosa/#testFeatureOfInterest>: <http://www.example.com/sosa/pop1999>,<http://www.example.com/sosa/something> - - Shape <https://www.ogc.org/rules/sosa/#testRequiredTime>: <http://www.example.com/sosa/pop1999>,<http://www.example.com/sosa/something> + - Shape <https://www.ogc.org/rules/sosa/#testObservedProperty>: <http://www.example.com/sosa/pop1999>,<http://www.example.com/sosa/something> + - Shape <https://www.ogc.org/rules/sosa/#testResult>: <http://www.example.com/sosa/pop1999>,<http://www.example.com/sosa/something> - Shape <https://www.ogc.org/rules/sosa/#testResultNotEmptyNode>: *none* + - Shape <https://www.ogc.org/rules/sosa/#testRequiredTime>: <http://www.example.com/sosa/pop1999>,<http://www.example.com/sosa/something> + - Shape <https://www.ogc.org/rules/sosa/#testSimpleResultLiteral>: <http://www.example.com/sosa/pop1999>/sosa:hasSimpleResult
@@ -4096,12 +4096,12 @@

Conforms: True
Focus nodes for registereditems/unstable/sosa/_sources/properties/observation/rules.shacl: - - Shape <https://www.ogc.org/rules/sosa/#testResult>: eg:pop2000,eg:pop1999 - - Shape <https://www.ogc.org/rules/sosa/#testSimpleResultLiteral>: eg:pop1999/sosa:hasSimpleResult,eg:pop2000/sosa:hasSimpleResult - - Shape <https://www.ogc.org/rules/sosa/#testObservedProperty>: eg:pop2000,eg:pop1999 - - Shape <https://www.ogc.org/rules/sosa/#testFeatureOfInterest>: eg:pop2000,eg:pop1999 - - Shape <https://www.ogc.org/rules/sosa/#testRequiredTime>: eg:pop2000,eg:pop1999 + - Shape <https://www.ogc.org/rules/sosa/#testFeatureOfInterest>: eg:pop1999,eg:pop2000 + - Shape <https://www.ogc.org/rules/sosa/#testObservedProperty>: eg:pop1999,eg:pop2000 + - Shape <https://www.ogc.org/rules/sosa/#testResult>: eg:pop1999,eg:pop2000 - Shape <https://www.ogc.org/rules/sosa/#testResultNotEmptyNode>: *none* + - Shape <https://www.ogc.org/rules/sosa/#testRequiredTime>: eg:pop1999,eg:pop2000 + - Shape <https://www.ogc.org/rules/sosa/#testSimpleResultLiteral>: eg:pop2000/sosa:hasSimpleResult,eg:pop1999/sosa:hasSimpleResult
diff --git a/tests/unstable/sosa/features/observation/_report.json b/tests/unstable/sosa/features/observation/_report.json index df14f65ef..002b6ac6b 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": "2024-01-17T19:01:32.245101+00:00", + "generated": "2024-01-21T04:06:41.349539+00:00", "result": true, "items": [ { @@ -86,37 +86,37 @@ { "shaclFile": "registereditems/unstable/sosa/_sources/properties/observation/rules.shacl", "focusNodes": { - "": { + "": { "nodes": [ "" ] }, - "": { - "nodes": [ - "/sosa:hasSimpleResult" - ] - }, "": { "nodes": [ "" ] }, - "": { + "": { "nodes": [ "" ] }, + "": { + "nodes": [] + }, "": { "nodes": [ "" ] }, - "": { - "nodes": [] + "": { + "nodes": [ + "/sosa:hasSimpleResult" + ] } }, "isError": false, - "message": "Focus nodes for registereditems/unstable/sosa/_sources/properties/observation/rules.shacl:\n - Shape : \n - Shape : /sosa:hasSimpleResult\n - Shape : \n - Shape : \n - Shape : \n - Shape : *none*\n" + "message": "Focus nodes for registereditems/unstable/sosa/_sources/properties/observation/rules.shacl:\n - Shape : \n - Shape : \n - Shape : \n - Shape : *none*\n - Shape : \n - Shape : /sosa:hasSimpleResult\n" } ] }, @@ -190,37 +190,37 @@ { "shaclFile": "registereditems/unstable/sosa/_sources/properties/observation/rules.shacl", "focusNodes": { - "": { - "nodes": [ - "_:n140f293de9f74ed7adc0383b43ba590bb1" - ] - }, - "": { + "": { "nodes": [ - "33" + "_:n81a413948ad64b70991238d02ad69c50b1" ] }, "": { "nodes": [ - "_:n140f293de9f74ed7adc0383b43ba590bb1" + "_:n81a413948ad64b70991238d02ad69c50b1" ] }, - "": { + "": { "nodes": [ - "_:n140f293de9f74ed7adc0383b43ba590bb1" + "_:n81a413948ad64b70991238d02ad69c50b1" ] }, + "": { + "nodes": [] + }, "": { "nodes": [ - "_:n140f293de9f74ed7adc0383b43ba590bb1" + "_:n81a413948ad64b70991238d02ad69c50b1" ] }, - "": { - "nodes": [] + "": { + "nodes": [ + "33" + ] } }, "isError": false, - "message": "Focus nodes for registereditems/unstable/sosa/_sources/properties/observation/rules.shacl:\n - Shape : _:n140f293de9f74ed7adc0383b43ba590bb1\n - Shape : 33\n - Shape : _:n140f293de9f74ed7adc0383b43ba590bb1\n - Shape : _:n140f293de9f74ed7adc0383b43ba590bb1\n - Shape : _:n140f293de9f74ed7adc0383b43ba590bb1\n - Shape : *none*\n" + "message": "Focus nodes for registereditems/unstable/sosa/_sources/properties/observation/rules.shacl:\n - Shape : _:n81a413948ad64b70991238d02ad69c50b1\n - Shape : _:n81a413948ad64b70991238d02ad69c50b1\n - Shape : _:n81a413948ad64b70991238d02ad69c50b1\n - Shape : *none*\n - Shape : _:n81a413948ad64b70991238d02ad69c50b1\n - Shape : 33\n" } ] }, @@ -312,35 +312,35 @@ { "shaclFile": "registereditems/unstable/sosa/_sources/properties/observation/rules.shacl", "focusNodes": { - "": { + "": { "nodes": [ "" ] }, - "": { - "nodes": [] - }, "": { "nodes": [ "" ] }, - "": { + "": { "nodes": [ "" ] }, + "": { + "nodes": [] + }, "": { "nodes": [ "" ] }, - "": { + "": { "nodes": [] } }, "isError": false, - "message": "Focus nodes for registereditems/unstable/sosa/_sources/properties/observation/rules.shacl:\n - Shape : \n - Shape : *none*\n - Shape : \n - Shape : \n - Shape : \n - Shape : *none*\n" + "message": "Focus nodes for registereditems/unstable/sosa/_sources/properties/observation/rules.shacl:\n - Shape : \n - Shape : \n - Shape : \n - Shape : *none*\n - Shape : \n - Shape : *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 1aec5ecdd..0c7790ad6 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 2024-01-17T19:01:32.228175+00:00 +Generated 2024-01-21T04:06:41.332717+00:00 === Files === Using example_1_1.json from examples JSON-LD context is present - uplifting @@ -17,12 +17,12 @@ Validation result for registereditems/unstable/sosa/_sources/properties/observat Conforms: True Focus nodes for registereditems/unstable/sosa/_sources/properties/observation/rules.shacl: - - Shape : - - Shape : /sosa:hasSimpleResult - - Shape : - Shape : - - Shape : + - Shape : + - Shape : - Shape : *none* + - Shape : + - Shape : /sosa:hasSimpleResult === 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 4791f6b88..9aad8252d 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 2024-01-17T19:01:32.236022+00:00 +Generated 2024-01-21T04:06:41.340414+00:00 === Files === Using example_1_2.ttl from examples Output Turtle example_1_2.ttl created @@ -11,12 +11,12 @@ Validation result for registereditems/unstable/sosa/_sources/properties/observat Conforms: True Focus nodes for registereditems/unstable/sosa/_sources/properties/observation/rules.shacl: - - Shape : _:n140f293de9f74ed7adc0383b43ba590bb1 - - Shape : 33 - - Shape : _:n140f293de9f74ed7adc0383b43ba590bb1 - - Shape : _:n140f293de9f74ed7adc0383b43ba590bb1 - - Shape : _:n140f293de9f74ed7adc0383b43ba590bb1 + - Shape : _:n81a413948ad64b70991238d02ad69c50b1 + - Shape : _:n81a413948ad64b70991238d02ad69c50b1 + - Shape : _:n81a413948ad64b70991238d02ad69c50b1 - Shape : *none* + - Shape : _:n81a413948ad64b70991238d02ad69c50b1 + - Shape : 33 === 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 dfd8df1ca..03424fdfa 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 2024-01-17T19:01:32.245046+00:00 +Generated 2024-01-21T04:06:41.349483+00:00 === Files === Using example_2_1.json from examples JSON-LD context is present - uplifting @@ -17,12 +17,12 @@ Validation result for registereditems/unstable/sosa/_sources/properties/observat Conforms: True Focus nodes for registereditems/unstable/sosa/_sources/properties/observation/rules.shacl: - - Shape : - - Shape : *none* - - Shape : - Shape : - - Shape : + - Shape : + - Shape : - Shape : *none* + - Shape : + - Shape : *none* === End SHACL === diff --git a/tests/unstable/sosa/features/observationCollection/_report.json b/tests/unstable/sosa/features/observationCollection/_report.json index 69d02a2c6..29bbb351e 100644 --- a/tests/unstable/sosa/features/observationCollection/_report.json +++ b/tests/unstable/sosa/features/observationCollection/_report.json @@ -2,7 +2,7 @@ "title": "Validation report for ogc.unstable.sosa.features.observationCollection - SOSA ObservationCollection Feature", "bblockName": "SOSA ObservationCollection Feature", "bblockId": "ogc.unstable.sosa.features.observationCollection", - "generated": "2024-01-17T19:01:32.984705+00:00", + "generated": "2024-01-21T04:06:41.707536+00:00", "result": true, "items": [ { @@ -90,37 +90,37 @@ { "shaclFile": "registereditems/unstable/sosa/_sources/properties/observation/rules.shacl", "focusNodes": { - "": { + "": { "nodes": [ "" ] }, - "": { - "nodes": [ - "/sosa:hasSimpleResult" - ] - }, "": { "nodes": [ "" ] }, - "": { + "": { "nodes": [ "" ] }, + "": { + "nodes": [] + }, "": { "nodes": [ "" ] }, - "": { - "nodes": [] + "": { + "nodes": [ + "/sosa:hasSimpleResult" + ] } }, "isError": false, - "message": "Focus nodes for registereditems/unstable/sosa/_sources/properties/observation/rules.shacl:\n - Shape : \n - Shape : /sosa:hasSimpleResult\n - Shape : \n - Shape : \n - Shape : \n - Shape : *none*\n" + "message": "Focus nodes for registereditems/unstable/sosa/_sources/properties/observation/rules.shacl:\n - Shape : \n - Shape : \n - Shape : \n - Shape : *none*\n - Shape : \n - Shape : /sosa:hasSimpleResult\n" } ] }, @@ -210,41 +210,41 @@ { "shaclFile": "registereditems/unstable/sosa/_sources/properties/observation/rules.shacl", "focusNodes": { - "": { + "": { "nodes": [ "", "" ] }, - "": { - "nodes": [ - "/sosa:hasSimpleResult" - ] - }, "": { "nodes": [ "", "" ] }, - "": { + "": { "nodes": [ "", "" ] }, + "": { + "nodes": [] + }, "": { "nodes": [ "", "" ] }, - "": { - "nodes": [] + "": { + "nodes": [ + "/sosa:hasSimpleResult" + ] } }, "isError": false, - "message": "Focus nodes for registereditems/unstable/sosa/_sources/properties/observation/rules.shacl:\n - Shape : ,\n - Shape : /sosa:hasSimpleResult\n - Shape : ,\n - Shape : ,\n - Shape : ,\n - Shape : *none*\n" + "message": "Focus nodes for registereditems/unstable/sosa/_sources/properties/observation/rules.shacl:\n - Shape : ,\n - Shape : ,\n - Shape : ,\n - Shape : *none*\n - Shape : ,\n - Shape : /sosa:hasSimpleResult\n" } ] }, @@ -336,41 +336,41 @@ { "shaclFile": "registereditems/unstable/sosa/_sources/properties/observation/rules.shacl", "focusNodes": { - "": { + "": { "nodes": [ "", "" ] }, - "": { - "nodes": [ - "/sosa:hasSimpleResult" - ] - }, "": { "nodes": [ "", "" ] }, - "": { + "": { "nodes": [ "", "" ] }, + "": { + "nodes": [] + }, "": { "nodes": [ "", "" ] }, - "": { - "nodes": [] + "": { + "nodes": [ + "/sosa:hasSimpleResult" + ] } }, "isError": false, - "message": "Focus nodes for registereditems/unstable/sosa/_sources/properties/observation/rules.shacl:\n - Shape : ,\n - Shape : /sosa:hasSimpleResult\n - Shape : ,\n - Shape : ,\n - Shape : ,\n - Shape : *none*\n" + "message": "Focus nodes for registereditems/unstable/sosa/_sources/properties/observation/rules.shacl:\n - Shape : ,\n - Shape : ,\n - Shape : ,\n - Shape : *none*\n - Shape : ,\n - Shape : /sosa:hasSimpleResult\n" } ] }, @@ -444,42 +444,42 @@ { "shaclFile": "registereditems/unstable/sosa/_sources/properties/observation/rules.shacl", "focusNodes": { - "": { - "nodes": [ - "eg:pop2000", - "eg:pop1999" - ] - }, - "": { + "": { "nodes": [ - "eg:pop1999/sosa:hasSimpleResult", - "eg:pop2000/sosa:hasSimpleResult" + "eg:pop1999", + "eg:pop2000" ] }, "": { "nodes": [ - "eg:pop2000", - "eg:pop1999" + "eg:pop1999", + "eg:pop2000" ] }, - "": { + "": { "nodes": [ - "eg:pop2000", - "eg:pop1999" + "eg:pop1999", + "eg:pop2000" ] }, + "": { + "nodes": [] + }, "": { "nodes": [ - "eg:pop2000", - "eg:pop1999" + "eg:pop1999", + "eg:pop2000" ] }, - "": { - "nodes": [] + "": { + "nodes": [ + "eg:pop2000/sosa:hasSimpleResult", + "eg:pop1999/sosa:hasSimpleResult" + ] } }, "isError": false, - "message": "Focus nodes for registereditems/unstable/sosa/_sources/properties/observation/rules.shacl:\n - Shape : eg:pop2000,eg:pop1999\n - Shape : eg:pop1999/sosa:hasSimpleResult,eg:pop2000/sosa:hasSimpleResult\n - Shape : eg:pop2000,eg:pop1999\n - Shape : eg:pop2000,eg:pop1999\n - Shape : eg:pop2000,eg:pop1999\n - Shape : *none*\n" + "message": "Focus nodes for registereditems/unstable/sosa/_sources/properties/observation/rules.shacl:\n - Shape : eg:pop1999,eg:pop2000\n - Shape : eg:pop1999,eg:pop2000\n - Shape : eg:pop1999,eg:pop2000\n - Shape : *none*\n - Shape : eg:pop1999,eg:pop2000\n - Shape : eg:pop2000/sosa:hasSimpleResult,eg:pop1999/sosa:hasSimpleResult\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 2cc4cd499..5a333091f 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 2024-01-17T19:01:32.974301+00:00 +Generated 2024-01-21T04:06:41.697193+00:00 === Files === Using example_1_1.json from examples JSON-LD context is present - uplifting @@ -17,12 +17,12 @@ Validation result for registereditems/unstable/sosa/_sources/properties/observat Conforms: True Focus nodes for registereditems/unstable/sosa/_sources/properties/observation/rules.shacl: - - Shape : , - - Shape : /sosa:hasSimpleResult - - Shape : , - Shape : , - - Shape : , + - Shape : , + - Shape : , - Shape : *none* + - Shape : , + - Shape : /sosa:hasSimpleResult === 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 211cba110..8b9c9e22d 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 2024-01-17T19:01:32.984652+00:00 +Generated 2024-01-21T04:06:41.707483+00:00 === Files === Using example_1_2.ttl from examples Output Turtle example_1_2.ttl created @@ -11,12 +11,12 @@ Validation result for registereditems/unstable/sosa/_sources/properties/observat Conforms: True Focus nodes for registereditems/unstable/sosa/_sources/properties/observation/rules.shacl: - - Shape : eg:pop2000,eg:pop1999 - - Shape : eg:pop1999/sosa:hasSimpleResult,eg:pop2000/sosa:hasSimpleResult - - Shape : eg:pop2000,eg:pop1999 - - Shape : eg:pop2000,eg:pop1999 - - Shape : eg:pop2000,eg:pop1999 + - Shape : eg:pop1999,eg:pop2000 + - Shape : eg:pop1999,eg:pop2000 + - Shape : eg:pop1999,eg:pop2000 - Shape : *none* + - Shape : eg:pop1999,eg:pop2000 + - Shape : eg:pop2000/sosa:hasSimpleResult,eg:pop1999/sosa:hasSimpleResult === End SHACL === diff --git a/tests/unstable/sosa/features/observationCollection/observationCollection-props-fail.validation_passed.txt b/tests/unstable/sosa/features/observationCollection/observationCollection-props-fail.validation_passed.txt index 04d1e8a55..d510ae165 100644 --- a/tests/unstable/sosa/features/observationCollection/observationCollection-props-fail.validation_passed.txt +++ b/tests/unstable/sosa/features/observationCollection/observationCollection-props-fail.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.unstable.sosa.features.observationCollection - SOSA ObservationCollection Feature -Generated 2024-01-17T19:01:32.942964+00:00 +Generated 2024-01-21T04:06:41.665660+00:00 === General === Test was expected to fail and it did. === End General === @@ -30,12 +30,12 @@ Validation result for registereditems/unstable/sosa/_sources/properties/observat Message: Less than 1 values on ->( [ sh:zeroOrMorePath [ sh:oneOrMorePath [ sh:alternativePath ] ] ] sosa:observedProperty ) Focus nodes for registereditems/unstable/sosa/_sources/properties/observation/rules.shacl: - - Shape : - - Shape : /sosa:hasSimpleResult - - Shape : - Shape : - - Shape : + - Shape : + - Shape : - Shape : *none* + - Shape : + - Shape : /sosa:hasSimpleResult === 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 c03d190cc..6264dc6a1 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 2024-01-17T19:01:32.958746+00:00 +Generated 2024-01-21T04:06:41.681699+00:00 === Files === Using observationCollection-props.json from test resources JSON-LD context is present - uplifting @@ -17,12 +17,12 @@ Validation result for registereditems/unstable/sosa/_sources/properties/observat Conforms: True Focus nodes for registereditems/unstable/sosa/_sources/properties/observation/rules.shacl: - - Shape : , - - Shape : /sosa:hasSimpleResult - - Shape : , - Shape : , - - Shape : , + - Shape : , + - Shape : , - Shape : *none* + - Shape : , + - Shape : /sosa:hasSimpleResult === End SHACL === diff --git a/tests/unstable/sosa/properties/observation/_report.json b/tests/unstable/sosa/properties/observation/_report.json index 6025d1d01..a7c0954a3 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": "2024-01-17T19:01:29.794581+00:00", + "generated": "2024-01-21T04:06:40.263713+00:00", "result": true, "items": [ { @@ -72,44 +72,44 @@ { "op": "shacl-report", "shaclFile": "registereditems/unstable/sosa/_sources/properties/observation/rules.shacl", - "graph": "@prefix sh: .\n@prefix xsd: .\n\n[] a sh:ValidationReport ;\n sh:conforms false ;\n sh:result [ a sh:ValidationResult ;\n sh:focusNode _:Ne1fbc93d40d94063b0a4583a1369fd60 ;\n sh:resultMessage \"sosa:hasSimpleResult is a simple Literal\" ;\n sh:resultSeverity sh:Violation ;\n sh:sourceConstraintComponent sh:NodeKindConstraintComponent ;\n sh:sourceShape ;\n sh:value _:Ne1fbc93d40d94063b0a4583a1369fd60 ] .\n\n", + "graph": "@prefix sh: .\n@prefix xsd: .\n\n[] a sh:ValidationReport ;\n sh:conforms false ;\n sh:result [ a sh:ValidationResult ;\n sh:focusNode _:Nb731b05bcd9147879eb006cfd532a804 ;\n sh:resultMessage \"sosa:hasSimpleResult is a simple Literal\" ;\n sh:resultSeverity sh:Violation ;\n sh:sourceConstraintComponent sh:NodeKindConstraintComponent ;\n sh:sourceShape ;\n sh:value _:Nb731b05bcd9147879eb006cfd532a804 ] .\n\n", "isError": true, "message": "Validation result for registereditems/unstable/sosa/_sources/properties/observation/rules.shacl:\n Validation Report\n Conforms: False\n Results (1):\n Constraint Violation in NodeKindConstraintComponent (http://www.w3.org/ns/shacl#NodeKindConstraintComponent):\n \tSeverity: sh:Violation\n \tSource Shape: \n \tFocus Node: [ ]\n \tValue Node: [ ]\n \tMessage: sosa:hasSimpleResult is a simple Literal\n " }, { "shaclFile": "registereditems/unstable/sosa/_sources/properties/observation/rules.shacl", "focusNodes": { - "": { - "nodes": [ - "_:N0b2d3baa0dd54d6eb26e1bcb49cd9139" - ] - }, - "": { + "": { "nodes": [ - "_:Ne1fbc93d40d94063b0a4583a1369fd60" + "_:N9edfe9f198954dacb1a75a66cce464b2" ] }, "": { "nodes": [ - "_:N0b2d3baa0dd54d6eb26e1bcb49cd9139" + "_:N9edfe9f198954dacb1a75a66cce464b2" ] }, - "": { + "": { "nodes": [ - "_:N0b2d3baa0dd54d6eb26e1bcb49cd9139" + "_:N9edfe9f198954dacb1a75a66cce464b2" ] }, + "": { + "nodes": [] + }, "": { "nodes": [ - "_:N0b2d3baa0dd54d6eb26e1bcb49cd9139" + "_:N9edfe9f198954dacb1a75a66cce464b2" ] }, - "": { - "nodes": [] + "": { + "nodes": [ + "_:Nb731b05bcd9147879eb006cfd532a804" + ] } }, "isError": false, - "message": "Focus nodes for registereditems/unstable/sosa/_sources/properties/observation/rules.shacl:\n - Shape : _:N0b2d3baa0dd54d6eb26e1bcb49cd9139\n - Shape : _:Ne1fbc93d40d94063b0a4583a1369fd60\n - Shape : _:N0b2d3baa0dd54d6eb26e1bcb49cd9139\n - Shape : _:N0b2d3baa0dd54d6eb26e1bcb49cd9139\n - Shape : _:N0b2d3baa0dd54d6eb26e1bcb49cd9139\n - Shape : *none*\n" + "message": "Focus nodes for registereditems/unstable/sosa/_sources/properties/observation/rules.shacl:\n - Shape : _:N9edfe9f198954dacb1a75a66cce464b2\n - Shape : _:N9edfe9f198954dacb1a75a66cce464b2\n - Shape : _:N9edfe9f198954dacb1a75a66cce464b2\n - Shape : *none*\n - Shape : _:N9edfe9f198954dacb1a75a66cce464b2\n - Shape : _:Nb731b05bcd9147879eb006cfd532a804\n" } ] }, @@ -194,35 +194,35 @@ { "shaclFile": "registereditems/unstable/sosa/_sources/properties/observation/rules.shacl", "focusNodes": { - "": { + "": { "nodes": [ - "_:N8e3e12fd26034894af7532749864bff8" + "_:N31af6765f1984a5e9785a963b059b8b3" ] }, - "": { - "nodes": [] - }, "": { "nodes": [ - "_:N8e3e12fd26034894af7532749864bff8" + "_:N31af6765f1984a5e9785a963b059b8b3" ] }, - "": { + "": { "nodes": [ - "_:N8e3e12fd26034894af7532749864bff8" + "_:N31af6765f1984a5e9785a963b059b8b3" ] }, + "": { + "nodes": [] + }, "": { "nodes": [ - "_:N8e3e12fd26034894af7532749864bff8" + "_:N31af6765f1984a5e9785a963b059b8b3" ] }, - "": { + "": { "nodes": [] } }, "isError": false, - "message": "Focus nodes for registereditems/unstable/sosa/_sources/properties/observation/rules.shacl:\n - Shape : _:N8e3e12fd26034894af7532749864bff8\n - Shape : *none*\n - Shape : _:N8e3e12fd26034894af7532749864bff8\n - Shape : _:N8e3e12fd26034894af7532749864bff8\n - Shape : _:N8e3e12fd26034894af7532749864bff8\n - Shape : *none*\n" + "message": "Focus nodes for registereditems/unstable/sosa/_sources/properties/observation/rules.shacl:\n - Shape : _:N31af6765f1984a5e9785a963b059b8b3\n - Shape : _:N31af6765f1984a5e9785a963b059b8b3\n - Shape : _:N31af6765f1984a5e9785a963b059b8b3\n - Shape : *none*\n - Shape : _:N31af6765f1984a5e9785a963b059b8b3\n - Shape : *none*\n" } ] }, @@ -307,37 +307,37 @@ { "shaclFile": "registereditems/unstable/sosa/_sources/properties/observation/rules.shacl", "focusNodes": { - "": { - "nodes": [ - "_:N01d7cf0f7d0a490a87a5651bd16e67b0" - ] - }, - "": { + "": { "nodes": [ - "frogginess" + "_:N0eb6412ecd68420db43f1be55a98a9f3" ] }, "": { "nodes": [ - "_:N01d7cf0f7d0a490a87a5651bd16e67b0" + "_:N0eb6412ecd68420db43f1be55a98a9f3" ] }, - "": { + "": { "nodes": [ - "_:N01d7cf0f7d0a490a87a5651bd16e67b0" + "_:N0eb6412ecd68420db43f1be55a98a9f3" ] }, + "": { + "nodes": [] + }, "": { "nodes": [ - "_:N01d7cf0f7d0a490a87a5651bd16e67b0" + "_:N0eb6412ecd68420db43f1be55a98a9f3" ] }, - "": { - "nodes": [] + "": { + "nodes": [ + "frogginess" + ] } }, "isError": false, - "message": "Focus nodes for registereditems/unstable/sosa/_sources/properties/observation/rules.shacl:\n - Shape : _:N01d7cf0f7d0a490a87a5651bd16e67b0\n - Shape : frogginess\n - Shape : _:N01d7cf0f7d0a490a87a5651bd16e67b0\n - Shape : _:N01d7cf0f7d0a490a87a5651bd16e67b0\n - Shape : _:N01d7cf0f7d0a490a87a5651bd16e67b0\n - Shape : *none*\n" + "message": "Focus nodes for registereditems/unstable/sosa/_sources/properties/observation/rules.shacl:\n - Shape : _:N0eb6412ecd68420db43f1be55a98a9f3\n - Shape : _:N0eb6412ecd68420db43f1be55a98a9f3\n - Shape : _:N0eb6412ecd68420db43f1be55a98a9f3\n - Shape : *none*\n - Shape : _:N0eb6412ecd68420db43f1be55a98a9f3\n - Shape : frogginess\n" } ] }, @@ -429,37 +429,37 @@ { "shaclFile": "registereditems/unstable/sosa/_sources/properties/observation/rules.shacl", "focusNodes": { - "": { - "nodes": [ - "_:Nd487f7b572f34f38a0184fcd68f439eb" - ] - }, - "": { + "": { "nodes": [ - "33" + "_:N586d5f60725343af9c867b062528a2e2" ] }, "": { "nodes": [ - "_:Nd487f7b572f34f38a0184fcd68f439eb" + "_:N586d5f60725343af9c867b062528a2e2" ] }, - "": { + "": { "nodes": [ - "_:Nd487f7b572f34f38a0184fcd68f439eb" + "_:N586d5f60725343af9c867b062528a2e2" ] }, + "": { + "nodes": [] + }, "": { "nodes": [ - "_:Nd487f7b572f34f38a0184fcd68f439eb" + "_:N586d5f60725343af9c867b062528a2e2" ] }, - "": { - "nodes": [] + "": { + "nodes": [ + "33" + ] } }, "isError": false, - "message": "Focus nodes for registereditems/unstable/sosa/_sources/properties/observation/rules.shacl:\n - Shape : _:Nd487f7b572f34f38a0184fcd68f439eb\n - Shape : 33\n - Shape : _:Nd487f7b572f34f38a0184fcd68f439eb\n - Shape : _:Nd487f7b572f34f38a0184fcd68f439eb\n - Shape : _:Nd487f7b572f34f38a0184fcd68f439eb\n - Shape : *none*\n" + "message": "Focus nodes for registereditems/unstable/sosa/_sources/properties/observation/rules.shacl:\n - Shape : _:N586d5f60725343af9c867b062528a2e2\n - Shape : _:N586d5f60725343af9c867b062528a2e2\n - Shape : _:N586d5f60725343af9c867b062528a2e2\n - Shape : *none*\n - Shape : _:N586d5f60725343af9c867b062528a2e2\n - Shape : 33\n" } ] }, @@ -533,37 +533,37 @@ { "shaclFile": "registereditems/unstable/sosa/_sources/properties/observation/rules.shacl", "focusNodes": { - "": { - "nodes": [ - "_:nc9215fb1e1c34c6f903754ec7849c8cfb1" - ] - }, - "": { + "": { "nodes": [ - "33" + "_:ne0ec5ad9a24a46668884c54eaef483bfb1" ] }, "": { "nodes": [ - "_:nc9215fb1e1c34c6f903754ec7849c8cfb1" + "_:ne0ec5ad9a24a46668884c54eaef483bfb1" ] }, - "": { + "": { "nodes": [ - "_:nc9215fb1e1c34c6f903754ec7849c8cfb1" + "_:ne0ec5ad9a24a46668884c54eaef483bfb1" ] }, + "": { + "nodes": [] + }, "": { "nodes": [ - "_:nc9215fb1e1c34c6f903754ec7849c8cfb1" + "_:ne0ec5ad9a24a46668884c54eaef483bfb1" ] }, - "": { - "nodes": [] + "": { + "nodes": [ + "33" + ] } }, "isError": false, - "message": "Focus nodes for registereditems/unstable/sosa/_sources/properties/observation/rules.shacl:\n - Shape : _:nc9215fb1e1c34c6f903754ec7849c8cfb1\n - Shape : 33\n - Shape : _:nc9215fb1e1c34c6f903754ec7849c8cfb1\n - Shape : _:nc9215fb1e1c34c6f903754ec7849c8cfb1\n - Shape : _:nc9215fb1e1c34c6f903754ec7849c8cfb1\n - Shape : *none*\n" + "message": "Focus nodes for registereditems/unstable/sosa/_sources/properties/observation/rules.shacl:\n - Shape : _:ne0ec5ad9a24a46668884c54eaef483bfb1\n - Shape : _:ne0ec5ad9a24a46668884c54eaef483bfb1\n - Shape : _:ne0ec5ad9a24a46668884c54eaef483bfb1\n - Shape : *none*\n - Shape : _:ne0ec5ad9a24a46668884c54eaef483bfb1\n - Shape : 33\n" } ] }, @@ -655,35 +655,35 @@ { "shaclFile": "registereditems/unstable/sosa/_sources/properties/observation/rules.shacl", "focusNodes": { - "": { + "": { "nodes": [ - "_:N049b57750fa645b8a9763ade2fe8ceec" + "_:N6b31eb4bfe4b40ad83f7e5c09af6a37e" ] }, - "": { - "nodes": [] - }, "": { "nodes": [ - "_:N049b57750fa645b8a9763ade2fe8ceec" + "_:N6b31eb4bfe4b40ad83f7e5c09af6a37e" ] }, - "": { + "": { "nodes": [ - "_:N049b57750fa645b8a9763ade2fe8ceec" + "_:N6b31eb4bfe4b40ad83f7e5c09af6a37e" ] }, + "": { + "nodes": [] + }, "": { "nodes": [ - "_:N049b57750fa645b8a9763ade2fe8ceec" + "_:N6b31eb4bfe4b40ad83f7e5c09af6a37e" ] }, - "": { + "": { "nodes": [] } }, "isError": false, - "message": "Focus nodes for registereditems/unstable/sosa/_sources/properties/observation/rules.shacl:\n - Shape : _:N049b57750fa645b8a9763ade2fe8ceec\n - Shape : *none*\n - Shape : _:N049b57750fa645b8a9763ade2fe8ceec\n - Shape : _:N049b57750fa645b8a9763ade2fe8ceec\n - Shape : _:N049b57750fa645b8a9763ade2fe8ceec\n - Shape : *none*\n" + "message": "Focus nodes for registereditems/unstable/sosa/_sources/properties/observation/rules.shacl:\n - Shape : _:N6b31eb4bfe4b40ad83f7e5c09af6a37e\n - Shape : _:N6b31eb4bfe4b40ad83f7e5c09af6a37e\n - Shape : _:N6b31eb4bfe4b40ad83f7e5c09af6a37e\n - Shape : *none*\n - Shape : _:N6b31eb4bfe4b40ad83f7e5c09af6a37e\n - Shape : *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 72c93e7bd..fa04d5721 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 2024-01-17T19:01:29.776744+00:00 +Generated 2024-01-21T04:06:40.245671+00:00 === Files === Using example_1_1.json from examples JSON-LD context is present - uplifting @@ -17,12 +17,12 @@ Validation result for registereditems/unstable/sosa/_sources/properties/observat Conforms: True Focus nodes for registereditems/unstable/sosa/_sources/properties/observation/rules.shacl: - - Shape : _:Nd487f7b572f34f38a0184fcd68f439eb - - Shape : 33 - - Shape : _:Nd487f7b572f34f38a0184fcd68f439eb - - Shape : _:Nd487f7b572f34f38a0184fcd68f439eb - - Shape : _:Nd487f7b572f34f38a0184fcd68f439eb + - Shape : _:N586d5f60725343af9c867b062528a2e2 + - Shape : _:N586d5f60725343af9c867b062528a2e2 + - Shape : _:N586d5f60725343af9c867b062528a2e2 - Shape : *none* + - Shape : _:N586d5f60725343af9c867b062528a2e2 + - Shape : 33 === 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 5391560de..b27e3fb4f 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 2024-01-17T19:01:29.786607+00:00 +Generated 2024-01-21T04:06:40.255578+00:00 === Files === Using example_1_2.ttl from examples Output Turtle example_1_2.ttl created @@ -11,12 +11,12 @@ Validation result for registereditems/unstable/sosa/_sources/properties/observat Conforms: True Focus nodes for registereditems/unstable/sosa/_sources/properties/observation/rules.shacl: - - Shape : _:nc9215fb1e1c34c6f903754ec7849c8cfb1 - - Shape : 33 - - Shape : _:nc9215fb1e1c34c6f903754ec7849c8cfb1 - - Shape : _:nc9215fb1e1c34c6f903754ec7849c8cfb1 - - Shape : _:nc9215fb1e1c34c6f903754ec7849c8cfb1 + - Shape : _:ne0ec5ad9a24a46668884c54eaef483bfb1 + - Shape : _:ne0ec5ad9a24a46668884c54eaef483bfb1 + - Shape : _:ne0ec5ad9a24a46668884c54eaef483bfb1 - Shape : *none* + - Shape : _:ne0ec5ad9a24a46668884c54eaef483bfb1 + - Shape : 33 === 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 66fd85332..7add809c8 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 2024-01-17T19:01:29.794527+00:00 +Generated 2024-01-21T04:06:40.263654+00:00 === Files === Using example_2_1.json from examples JSON-LD context is present - uplifting @@ -17,12 +17,12 @@ Validation result for registereditems/unstable/sosa/_sources/properties/observat Conforms: True Focus nodes for registereditems/unstable/sosa/_sources/properties/observation/rules.shacl: - - Shape : _:N049b57750fa645b8a9763ade2fe8ceec - - Shape : *none* - - Shape : _:N049b57750fa645b8a9763ade2fe8ceec - - Shape : _:N049b57750fa645b8a9763ade2fe8ceec - - Shape : _:N049b57750fa645b8a9763ade2fe8ceec + - Shape : _:N6b31eb4bfe4b40ad83f7e5c09af6a37e + - Shape : _:N6b31eb4bfe4b40ad83f7e5c09af6a37e + - Shape : _:N6b31eb4bfe4b40ad83f7e5c09af6a37e - Shape : *none* + - Shape : _:N6b31eb4bfe4b40ad83f7e5c09af6a37e + - Shape : *none* === End SHACL === diff --git a/tests/unstable/sosa/properties/observation/non-simpleresult-fail.validation_passed.txt b/tests/unstable/sosa/properties/observation/non-simpleresult-fail.validation_passed.txt index bad002bee..42d53f68c 100644 --- a/tests/unstable/sosa/properties/observation/non-simpleresult-fail.validation_passed.txt +++ b/tests/unstable/sosa/properties/observation/non-simpleresult-fail.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.unstable.sosa.properties.observation - SOSA Observation -Generated 2024-01-17T19:01:29.750458+00:00 +Generated 2024-01-21T04:06:40.219427+00:00 === General === Test was expected to fail and it did. === End General === @@ -28,12 +28,12 @@ Validation result for registereditems/unstable/sosa/_sources/properties/observat Message: sosa:hasSimpleResult is a simple Literal Focus nodes for registereditems/unstable/sosa/_sources/properties/observation/rules.shacl: - - Shape : _:N0b2d3baa0dd54d6eb26e1bcb49cd9139 - - Shape : _:Ne1fbc93d40d94063b0a4583a1369fd60 - - Shape : _:N0b2d3baa0dd54d6eb26e1bcb49cd9139 - - Shape : _:N0b2d3baa0dd54d6eb26e1bcb49cd9139 - - Shape : _:N0b2d3baa0dd54d6eb26e1bcb49cd9139 + - Shape : _:N9edfe9f198954dacb1a75a66cce464b2 + - Shape : _:N9edfe9f198954dacb1a75a66cce464b2 + - Shape : _:N9edfe9f198954dacb1a75a66cce464b2 - Shape : *none* + - Shape : _:N9edfe9f198954dacb1a75a66cce464b2 + - Shape : _:Nb731b05bcd9147879eb006cfd532a804 === End SHACL === diff --git a/tests/unstable/sosa/properties/observation/observedprop-fail.validation_passed.txt b/tests/unstable/sosa/properties/observation/observedprop-fail.validation_passed.txt index 6116ee8b6..b77120e41 100644 --- a/tests/unstable/sosa/properties/observation/observedprop-fail.validation_passed.txt +++ b/tests/unstable/sosa/properties/observation/observedprop-fail.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.unstable.sosa.properties.observation - SOSA Observation -Generated 2024-01-17T19:01:29.759432+00:00 +Generated 2024-01-21T04:06:40.228454+00:00 === General === Test was expected to fail and it did. === End General === @@ -28,12 +28,12 @@ Validation result for registereditems/unstable/sosa/_sources/properties/observat Message: Less than 1 values on [ sosa:hasFeatureOfInterest [ ] ; sosa:hasResult [ ] ; sosa:madeBySensor Literal("ea est culpa esse") ; sosa:resultTime Literal("2016-05-04T02:27:02.0Z") ]->( [ sh:zeroOrMorePath [ sh:oneOrMorePath [ sh:alternativePath ] ] ] sosa:observedProperty ) Focus nodes for registereditems/unstable/sosa/_sources/properties/observation/rules.shacl: - - Shape : _:N8e3e12fd26034894af7532749864bff8 - - Shape : *none* - - Shape : _:N8e3e12fd26034894af7532749864bff8 - - Shape : _:N8e3e12fd26034894af7532749864bff8 - - Shape : _:N8e3e12fd26034894af7532749864bff8 + - Shape : _:N31af6765f1984a5e9785a963b059b8b3 + - Shape : _:N31af6765f1984a5e9785a963b059b8b3 + - Shape : _:N31af6765f1984a5e9785a963b059b8b3 - Shape : *none* + - Shape : _:N31af6765f1984a5e9785a963b059b8b3 + - Shape : *none* === End SHACL === diff --git a/tests/unstable/sosa/properties/observation/tworesults-fail.validation_passed.txt b/tests/unstable/sosa/properties/observation/tworesults-fail.validation_passed.txt index 39de0d49a..a095bf62b 100644 --- a/tests/unstable/sosa/properties/observation/tworesults-fail.validation_passed.txt +++ b/tests/unstable/sosa/properties/observation/tworesults-fail.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.unstable.sosa.properties.observation - SOSA Observation -Generated 2024-01-17T19:01:29.768931+00:00 +Generated 2024-01-21T04:06:40.237746+00:00 === General === Test was expected to fail and it did. === End General === @@ -28,12 +28,12 @@ Validation result for registereditems/unstable/sosa/_sources/properties/observat Message: More than 1 values on [ sosa:hasFeatureOfInterest [ ] ; sosa:hasResult [ ns1:a Literal("-8150858", datatype=xsd:integer) ; ns1:b Literal("false" = False, datatype=xsd:boolean) ] ; sosa:hasSimpleResult Literal("frogginess") ; sosa:madeBySensor Literal("ea est culpa esse") ; sosa:observedProperty Literal("something") ; sosa:resultTime Literal("2016-05-04T02:27:02.0Z") ]->[ sh:alternativePath ( sosa:hasResult sosa:hasSimpleResult ) ] Focus nodes for registereditems/unstable/sosa/_sources/properties/observation/rules.shacl: - - Shape : _:N01d7cf0f7d0a490a87a5651bd16e67b0 - - Shape : frogginess - - Shape : _:N01d7cf0f7d0a490a87a5651bd16e67b0 - - Shape : _:N01d7cf0f7d0a490a87a5651bd16e67b0 - - Shape : _:N01d7cf0f7d0a490a87a5651bd16e67b0 + - Shape : _:N0eb6412ecd68420db43f1be55a98a9f3 + - Shape : _:N0eb6412ecd68420db43f1be55a98a9f3 + - Shape : _:N0eb6412ecd68420db43f1be55a98a9f3 - Shape : *none* + - Shape : _:N0eb6412ecd68420db43f1be55a98a9f3 + - Shape : frogginess === End SHACL === diff --git a/tests/unstable/sosa/properties/observationCollection/_report.json b/tests/unstable/sosa/properties/observationCollection/_report.json index ce56641dc..d96f877ee 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": "2024-01-17T19:01:29.911163+00:00", + "generated": "2024-01-21T04:06:40.381931+00:00", "result": true, "items": [ { @@ -86,27 +86,27 @@ { "shaclFile": "registereditems/unstable/sosa/_sources/properties/observation/rules.shacl", "focusNodes": { - "": { + "": { "nodes": [] }, - "": { + "": { "nodes": [] }, - "": { + "": { "nodes": [] }, - "": { + "": { "nodes": [] }, "": { "nodes": [] }, - "": { + "": { "nodes": [] } }, "isError": false, - "message": "Focus nodes for registereditems/unstable/sosa/_sources/properties/observation/rules.shacl:\n - Shape : *none*\n - Shape : *none*\n - Shape : *none*\n - Shape : *none*\n - Shape : *none*\n - Shape : *none*\n" + "message": "Focus nodes for registereditems/unstable/sosa/_sources/properties/observation/rules.shacl:\n - Shape : *none*\n - Shape : *none*\n - Shape : *none*\n - Shape : *none*\n - Shape : *none*\n - Shape : *none*\n" } ] }, @@ -198,37 +198,37 @@ { "shaclFile": "registereditems/unstable/sosa/_sources/properties/observation/rules.shacl", "focusNodes": { - "": { + "": { "nodes": [ "" ] }, - "": { - "nodes": [ - "/sosa:hasSimpleResult" - ] - }, "": { "nodes": [ "" ] }, - "": { + "": { "nodes": [ "" ] }, + "": { + "nodes": [] + }, "": { "nodes": [ "" ] }, - "": { - "nodes": [] + "": { + "nodes": [ + "/sosa:hasSimpleResult" + ] } }, "isError": false, - "message": "Focus nodes for registereditems/unstable/sosa/_sources/properties/observation/rules.shacl:\n - Shape : \n - Shape : /sosa:hasSimpleResult\n - Shape : \n - Shape : \n - Shape : \n - Shape : *none*\n" + "message": "Focus nodes for registereditems/unstable/sosa/_sources/properties/observation/rules.shacl:\n - Shape : \n - Shape : \n - Shape : \n - Shape : *none*\n - Shape : \n - Shape : /sosa:hasSimpleResult\n" } ] }, @@ -302,37 +302,37 @@ { "shaclFile": "registereditems/unstable/sosa/_sources/properties/observation/rules.shacl", "focusNodes": { - "": { + "": { "nodes": [ "eg:a1" ] }, - "": { - "nodes": [ - "eg:a1/sosa:hasSimpleResult" - ] - }, "": { "nodes": [ "eg:a1" ] }, - "": { + "": { "nodes": [ "eg:a1" ] }, + "": { + "nodes": [] + }, "": { "nodes": [ "eg:a1" ] }, - "": { - "nodes": [] + "": { + "nodes": [ + "eg:a1/sosa:hasSimpleResult" + ] } }, "isError": false, - "message": "Focus nodes for registereditems/unstable/sosa/_sources/properties/observation/rules.shacl:\n - Shape : eg:a1\n - Shape : eg:a1/sosa:hasSimpleResult\n - Shape : eg:a1\n - Shape : eg:a1\n - Shape : eg:a1\n - Shape : *none*\n" + "message": "Focus nodes for registereditems/unstable/sosa/_sources/properties/observation/rules.shacl:\n - Shape : eg:a1\n - Shape : eg:a1\n - Shape : eg:a1\n - Shape : *none*\n - Shape : eg:a1\n - Shape : eg:a1/sosa:hasSimpleResult\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 ecc6ff63c..f810c4596 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 2024-01-17T19:01:29.893131+00:00 +Generated 2024-01-21T04:06:40.363905+00:00 === Files === Using example_1_1.json from examples JSON-LD context is present - uplifting @@ -17,12 +17,12 @@ Validation result for registereditems/unstable/sosa/_sources/properties/observat Conforms: True Focus nodes for registereditems/unstable/sosa/_sources/properties/observation/rules.shacl: - - Shape : *none* - - Shape : *none* - - Shape : *none* - Shape : *none* - - Shape : *none* + - Shape : *none* + - Shape : *none* - Shape : *none* + - Shape : *none* + - Shape : *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 804830e93..d3feea585 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 2024-01-17T19:01:29.902884+00:00 +Generated 2024-01-21T04:06:40.373779+00:00 === Files === Using example_2_1.json from examples JSON-LD context is present - uplifting @@ -17,12 +17,12 @@ Validation result for registereditems/unstable/sosa/_sources/properties/observat Conforms: True Focus nodes for registereditems/unstable/sosa/_sources/properties/observation/rules.shacl: - - Shape : - - Shape : /sosa:hasSimpleResult - - Shape : - Shape : - - Shape : + - Shape : + - Shape : - Shape : *none* + - Shape : + - Shape : /sosa:hasSimpleResult === 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 ce171cf4c..7a853b642 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 2024-01-17T19:01:29.911112+00:00 +Generated 2024-01-21T04:06:40.381871+00:00 === Files === Using example_3_1.ttl from examples Output Turtle example_3_1.ttl created @@ -11,12 +11,12 @@ Validation result for registereditems/unstable/sosa/_sources/properties/observat Conforms: True Focus nodes for registereditems/unstable/sosa/_sources/properties/observation/rules.shacl: - - Shape : eg:a1 - - Shape : eg:a1/sosa:hasSimpleResult - - Shape : eg:a1 - Shape : eg:a1 - - Shape : eg:a1 + - Shape : eg:a1 + - Shape : eg:a1 - Shape : *none* + - Shape : eg:a1 + - Shape : eg:a1/sosa:hasSimpleResult === End SHACL === diff --git a/tests/unstable/sosa/properties/platform/_report.json b/tests/unstable/sosa/properties/platform/_report.json index 8ed7735b5..9e476ad18 100644 --- a/tests/unstable/sosa/properties/platform/_report.json +++ b/tests/unstable/sosa/properties/platform/_report.json @@ -2,7 +2,7 @@ "title": "Validation report for ogc.unstable.sosa.properties.platform - SOSA Platform", "bblockName": "SOSA Platform", "bblockId": "ogc.unstable.sosa.properties.platform", - "generated": "2024-01-17T19:01:30.184180+00:00", + "generated": "2024-01-21T04:06:40.517366+00:00", "result": true, "items": [ { diff --git a/tests/unstable/sosa/properties/platform/example_1_1.validation_passed.txt b/tests/unstable/sosa/properties/platform/example_1_1.validation_passed.txt index 80580efc1..cc573ceba 100644 --- a/tests/unstable/sosa/properties/platform/example_1_1.validation_passed.txt +++ b/tests/unstable/sosa/properties/platform/example_1_1.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.unstable.sosa.properties.platform - SOSA Platform -Generated 2024-01-17T19:01:30.184128+00:00 +Generated 2024-01-21T04:06:40.517306+00:00 === Files === Using example_1_1.json from examples JSON-LD context is present - uplifting diff --git a/tests/unstable/sosa/properties/sensor/_report.json b/tests/unstable/sosa/properties/sensor/_report.json index c6d5ea34c..5e021f1c1 100644 --- a/tests/unstable/sosa/properties/sensor/_report.json +++ b/tests/unstable/sosa/properties/sensor/_report.json @@ -2,7 +2,7 @@ "title": "Validation report for ogc.unstable.sosa.properties.sensor - SOSA Sensor", "bblockName": "SOSA Sensor", "bblockId": "ogc.unstable.sosa.properties.sensor", - "generated": "2024-01-17T19:01:29.847185+00:00", + "generated": "2024-01-21T04:06:40.317148+00:00", "result": true, "items": [ { diff --git a/tests/unstable/sosa/properties/sensor/example_1_1.validation_passed.txt b/tests/unstable/sosa/properties/sensor/example_1_1.validation_passed.txt index c261d1e44..65018ce0d 100644 --- a/tests/unstable/sosa/properties/sensor/example_1_1.validation_passed.txt +++ b/tests/unstable/sosa/properties/sensor/example_1_1.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.unstable.sosa.properties.sensor - SOSA Sensor -Generated 2024-01-17T19:01:29.843105+00:00 +Generated 2024-01-21T04:06:40.312972+00:00 === Files === Using example_1_1.json from examples JSON-LD context is present - uplifting diff --git a/tests/unstable/sosa/properties/sensor/example_2_1.validation_passed.txt b/tests/unstable/sosa/properties/sensor/example_2_1.validation_passed.txt index 3a280fccc..4afcc816b 100644 --- a/tests/unstable/sosa/properties/sensor/example_2_1.validation_passed.txt +++ b/tests/unstable/sosa/properties/sensor/example_2_1.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.unstable.sosa.properties.sensor - SOSA Sensor -Generated 2024-01-17T19:01:29.847135+00:00 +Generated 2024-01-21T04:06:40.317086+00:00 === Files === Using example_2_1.json from examples JSON-LD context is present - uplifting