diff --git a/bblocks.jsonld b/bblocks.jsonld index f99fb61fe..4b32c0597 100644 --- a/bblocks.jsonld +++ b/bblocks.jsonld @@ -118,7 +118,7 @@ ] }, { - "itemIdentifier": "r1.geo.common.parameters.bbox", + "itemIdentifier": "ogc.geo.common.parameters.bbox", "name": "bbox", "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).", "status": "stable", @@ -503,7 +503,7 @@ ] }, { - "itemIdentifier": "r1.geo.common.data_types.bounding_box", + "itemIdentifier": "ogc.geo.common.data_types.bounding_box", "name": "Bounding Box", "abstract": "The bounding box JSON object describes a simple spatial extent of a resource. For OGC API\u2019s 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.", "status": "stable", @@ -874,8 +874,8 @@ ] }, "dependsOn": [ - "ogc.unstable.sosa.properties.observation", - "ogc.ogc-utils.iri-or-curie" + "ogc.ogc-utils.iri-or-curie", + "ogc.unstable.sosa.properties.observation" ], "schema": { "application/yaml": "https://opengeospatial.github.io/bblocks/annotated-schemas/unstable/sosa/properties/observationCollection/schema.yaml", @@ -975,8 +975,8 @@ "group": "JSON-FG", "shaclRules": {}, "dependsOn": [ - "ogc.geo.features.feature", - "ogc.ogc-utils.json-link" + "ogc.ogc-utils.json-link", + "ogc.geo.features.feature" ], "schema": { "application/yaml": "https://opengeospatial.github.io/bblocks/annotated-schemas/geo/json-fg/feature/schema.yaml", @@ -1028,8 +1028,8 @@ "group": "JSON-FG", "shaclRules": {}, "dependsOn": [ - "ogc.geo.features.feature", - "ogc.ogc-utils.json-link" + "ogc.ogc-utils.json-link", + "ogc.geo.features.feature" ], "schema": { "application/yaml": "https://opengeospatial.github.io/bblocks/annotated-schemas/geo/json-fg/feature-lenient/schema.yaml", @@ -1084,8 +1084,8 @@ "group": "SOSA", "shaclRules": {}, "dependsOn": [ - "ogc.ogc-utils.iri-or-curie", - "ogc.unstable.sosa.properties.sensor" + "ogc.unstable.sosa.properties.sensor", + "ogc.ogc-utils.iri-or-curie" ], "schema": { "application/yaml": "https://opengeospatial.github.io/bblocks/annotated-schemas/unstable/sosa/properties/platform/schema.yaml", @@ -1135,8 +1135,8 @@ "shaclRules": {}, "dependsOn": [ "ogc.ogc-utils.json-link", - "ogc.geo.json-fg.feature", - "ogc.geo.features.featureCollection" + "ogc.geo.features.featureCollection", + "ogc.geo.json-fg.feature" ], "schema": { "application/yaml": "https://opengeospatial.github.io/bblocks/annotated-schemas/geo/json-fg/featureCollection/schema.yaml", @@ -1189,8 +1189,8 @@ "group": "JSON-FG", "shaclRules": {}, "dependsOn": [ - "ogc.ogc-utils.json-link", "ogc.geo.json-fg.feature-lenient", + "ogc.ogc-utils.json-link", "ogc.geo.features.featureCollection" ], "schema": { @@ -1237,8 +1237,8 @@ "maturity": "development", "scope": "unstable", "dependsOn": [ - "ogc.unstable.sosa.properties.observation", - "ogc.geo.json-fg.feature-lenient" + "ogc.geo.json-fg.feature-lenient", + "ogc.unstable.sosa.properties.observation" ], "tags": [ "sosa", @@ -1317,8 +1317,8 @@ }, "dependsOn": [ "ogc.geo.json-fg.featureCollection-lenient", - "ogc.unstable.sosa.features.observation", - "ogc.unstable.sosa.properties.observationCollection" + "ogc.unstable.sosa.properties.observationCollection", + "ogc.unstable.sosa.features.observation" ], "schema": { "application/yaml": "https://opengeospatial.github.io/bblocks/annotated-schemas/unstable/sosa/features/observationCollection/schema.yaml", @@ -1366,10 +1366,10 @@ "maturity": "development", "scope": "unstable", "dependsOn": [ + "ogc.unstable.sosa.features.observationCollection", "ogc.unstable.sosa.properties.observation", - "ogc.unstable.sosa.features.observation", "ogc.unstable.sosa.examples.vectorObservation", - "ogc.unstable.sosa.features.observationCollection" + "ogc.unstable.sosa.features.observation" ], "tags": [ "sosa", diff --git a/bblocks.ttl b/bblocks.ttl index ff3e5d23e..5d0f999ec 100644 --- a/bblocks.ttl +++ b/bblocks.ttl @@ -6,6 +6,47 @@ @prefix skos: . @prefix xsd: . +bblocks:ogc.geo.common.data_types.bounding_box a skos:Concept, + bblocks:Schema ; + 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 "text/html" ; + rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/slate-build/geo/common/data_types/bounding_box/" ], + [ dct:format "text/markdown" ; + rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/markdown/geo/common/data_types/bounding_box/index.md" ], + [ dct:format "application/json" ; + rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/json-full/geo/common/data_types/bounding_box/index.json" ] ; + dct:hasVersion "1.0.1" ; + dct:modified "2023-03-09"^^xsd:date ; + dct:source ; + skos:inScheme ; + bblocks:dependsOn ; + bblocks:hasSchema , + ; + bblocks:scope ; + bblocks:status . + +bblocks:ogc.geo.common.parameters.bbox a skos:Concept, + bblocks:Parameter ; + 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: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/generateddocs/slate-build/geo/common/parameters/bbox/" ] ; + dct:hasVersion "1.0" ; + dct:modified "2022-05-24"^^xsd:date ; + dct:source ; + skos:inScheme ; + bblocks:hasSchema , + ; + bblocks:scope ; + bblocks:status . + bblocks:ogc.geo.common.parameters.bbox-crs a skos:Concept, bblocks:Parameter ; rdfs:label "bbox-crs" ; @@ -13,10 +54,10 @@ bblocks:ogc.geo.common.parameters.bbox-crs a skos:Concept, dct:created "2022-07-05T01:01:01+02:00"^^xsd:dateTime ; 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" ] ; + 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/" ] ; dct:hasVersion "1.0" ; dct:modified "2022-07-05"^^xsd:date ; dct:source ; @@ -31,12 +72,12 @@ bblocks:ogc.geo.geopose.advanced a skos:Concept, rdfs:label "GeoPose Advanced" ; dct:abstract "Advanced GeoPose allowing flexible outer frame specification, quaternion orientation, and valid time." ; dct:created "2023-07-13T00:00:00+00:00"^^xsd:dateTime ; - dct:description [ dct:format "text/html" ; - rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/slate-build/geo/geopose/advanced/" ], + dct:description [ dct:format "text/markdown" ; + rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/markdown/geo/geopose/advanced/index.md" ], [ dct:format "application/json" ; rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/json-full/geo/geopose/advanced/index.json" ], - [ dct:format "text/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/generateddocs/slate-build/geo/geopose/advanced/" ] ; dct:hasVersion "0.1" ; dct:modified "2023-07-13"^^xsd:date ; dct:source ; @@ -52,12 +93,12 @@ bblocks:ogc.geo.geopose.basic.quaternion a skos:Concept, rdfs:label "GeoPose Basic-Quaternion" ; dct:abstract "Basic GeoPose using quaternion to specify orientation" ; dct:created "2023-07-13T00:00:00+00:00"^^xsd:dateTime ; - dct:description [ dct:format "text/html" ; - rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/slate-build/geo/geopose/basic/quaternion/" ], + 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 "application/json" ; - rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/json-full/geo/geopose/basic/quaternion/index.json" ] ; + [ dct:format "text/html" ; + rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/slate-build/geo/geopose/basic/quaternion/" ] ; dct:hasVersion "0.1" ; dct:modified "2023-07-13"^^xsd:date ; dct:source ; @@ -73,12 +114,12 @@ bblocks:ogc.geo.json-fg.featureCollection a skos:Concept, rdfs:label "JSON-FG Feature Collection" ; dct:abstract "A collection of OGC Features and Geometries JSON (JSON-FG) Features, extending GeoJSON to support a limited set of additional capabilities that are out-of-scope for GeoJSON, but that are important for a variety of use cases involving feature data." ; dct:created "2023-05-31T14:56:51+00:00"^^xsd:dateTime ; - dct:description [ dct:format "text/html" ; - rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/slate-build/geo/json-fg/featureCollection/" ], + dct:description [ dct:format "application/json" ; + rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/json-full/geo/json-fg/featureCollection/index.json" ], [ dct:format "text/markdown" ; rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/markdown/geo/json-fg/featureCollection/index.md" ], - [ 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:hasVersion "0.1" ; dct:modified "2023-05-31"^^xsd:date ; dct:source ; @@ -97,12 +138,12 @@ bblocks:ogc.geo.json-fg.link-role a skos:Concept, 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 "application/json" ; - rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/json-full/geo/json-fg/link-role/index.json" ], + 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/generateddocs/slate-build/geo/json-fg/link-role/" ], - [ dct:format "text/markdown" ; - rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/markdown/geo/json-fg/link-role/index.md" ] ; + [ dct:format "application/json" ; + rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/json-full/geo/json-fg/link-role/index.json" ] ; dct:hasVersion "0.1" ; dct:modified "2023-08-21"^^xsd:date ; skos:inScheme ; @@ -119,12 +160,12 @@ bblocks:ogc.ogc-utils.topology a skos:Concept, rdfs:label "Geometry using references" ; 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/markdown" ; - rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/markdown/ogc-utils/topology/index.md" ], - [ dct:format "application/json" ; + dct:description [ dct:format "application/json" ; rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/json-full/ogc-utils/topology/index.json" ], [ dct:format "text/html" ; - rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/slate-build/ogc-utils/topology/" ] ; + 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:hasVersion "0.1" ; dct:modified "2023-05-24"^^xsd:date ; skos:inScheme ; @@ -140,10 +181,10 @@ bblocks:ogc.unstable.sosa a skos:Concept, rdfs:label "Sensor, Observation, Sample, and Actuator (SOSA)" ; dct:abstract "The SOSA (Sensor, Observation, Sample, and Actuator) ontology is a realisation of the Observations, Measurements and Sampling (OMS) Conceptual model" ; dct:created "2023-04-13T00:00:00+00:00"^^xsd:dateTime ; - dct:description [ dct:format "text/markdown" ; - rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/markdown/unstable/sosa/index.md" ], - [ dct:format "text/html" ; + dct:description [ dct:format "text/html" ; rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/slate-build/unstable/sosa/" ], + [ dct:format "text/markdown" ; + rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/markdown/unstable/sosa/index.md" ], [ dct:format "application/json" ; rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/json-full/unstable/sosa/index.json" ] ; dct:hasVersion "1.0" ; @@ -161,12 +202,12 @@ bblocks:ogc.unstable.sosa.examples.vectorObservationFeature a skos:Concept, rdfs:label "Example SOSA Vector Observation Feature" ; dct:abstract "This building block defines an example SOSA Observation Feature using another schema to define a result set - in this case the GeoPose model" ; dct:created "2023-05-19T00:00:00+00:00"^^xsd:dateTime ; - dct:description [ dct:format "text/markdown" ; - rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/markdown/unstable/sosa/examples/vectorObservationFeature/index.md" ], + dct:description [ dct:format "text/html" ; + rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/slate-build/unstable/sosa/examples/vectorObservationFeature/" ], [ dct:format "application/json" ; rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/json-full/unstable/sosa/examples/vectorObservationFeature/index.json" ], - [ dct:format "text/html" ; - rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/slate-build/unstable/sosa/examples/vectorObservationFeature/" ] ; + [ dct:format "text/markdown" ; + rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/markdown/unstable/sosa/examples/vectorObservationFeature/index.md" ] ; dct:hasVersion "1.0" ; dct:modified "2023-05-19"^^xsd:date ; dct:source ; @@ -186,10 +227,10 @@ bblocks:ogc.unstable.sosa.properties.platform a skos:Concept, 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 "application/json" ; - rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/json-full/unstable/sosa/properties/platform/index.json" ], - [ dct:format "text/markdown" ; + dct:description [ dct:format "text/markdown" ; rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/markdown/unstable/sosa/properties/platform/index.md" ], + [ 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/generateddocs/slate-build/unstable/sosa/properties/platform/" ] ; dct:hasVersion "1.0" ; @@ -204,47 +245,6 @@ bblocks:ogc.unstable.sosa.properties.platform a skos:Concept, bblocks:scope ; bblocks:status . -bblocks:r1.geo.common.data_types.bounding_box a skos:Concept, - bblocks:Schema ; - 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 "text/markdown" ; - rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/markdown/geo/common/data_types/bounding_box/index.md" ], - [ dct:format "application/json" ; - rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/json-full/geo/common/data_types/bounding_box/index.json" ], - [ dct:format "text/html" ; - rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/slate-build/geo/common/data_types/bounding_box/" ] ; - dct:hasVersion "1.0.1" ; - dct:modified "2023-03-09"^^xsd:date ; - dct:source ; - skos:inScheme ; - bblocks:dependsOn ; - bblocks:hasSchema , - ; - bblocks:scope ; - bblocks:status . - -bblocks:r1.geo.common.parameters.bbox a skos:Concept, - bblocks:Parameter ; - 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: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/generateddocs/slate-build/geo/common/parameters/bbox/" ] ; - dct:hasVersion "1.0" ; - dct:modified "2022-05-24"^^xsd:date ; - dct:source ; - skos:inScheme ; - bblocks:hasSchema , - ; - bblocks:scope ; - bblocks:status . - rdfs:label "OGC API - Features, Part 1, 7.13.2: Feature Collections Response" . rdfs:label "OGC API - Features, Part 2, 6.3.1: Parameter bbox-crs" . @@ -270,10 +270,10 @@ bblocks:ogc.geo.common.data_types.geojson a skos:Concept, 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" ; - rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/markdown/geo/common/data_types/geojson/index.md" ], [ dct:format "application/json" ; - rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/json-full/geo/common/data_types/geojson/index.json" ] ; + rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/json-full/geo/common/data_types/geojson/index.json" ], + [ dct:format "text/markdown" ; + rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/markdown/geo/common/data_types/geojson/index.md" ] ; dct:hasVersion "1.0" ; dct:modified "2023-05-15"^^xsd:date ; dct:source ; @@ -289,12 +289,12 @@ bblocks:ogc.geo.geopose.basic.ypr a skos:Concept, 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/html" ; + dct:description [ 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/generateddocs/slate-build/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/markdown" ; - rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/markdown/geo/geopose/basic/ypr/index.md" ] ; + rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/json-full/geo/geopose/basic/ypr/index.json" ] ; dct:hasVersion "0.1" ; dct:modified "2023-07-13"^^xsd:date ; dct:source ; @@ -310,12 +310,12 @@ bblocks:ogc.geo.json-fg.feature a skos:Concept, rdfs:label "JSON-FG Feature" ; dct:abstract "A OGC Features and Geometries JSON (JSON-FG) Feature, extending GeoJSON to support a limited set of additional capabilities that are out-of-scope for GeoJSON, but that are important for a variety of use cases involving feature data." ; dct:created "2023-05-31T14:56:51+00:00"^^xsd:dateTime ; - dct:description [ dct:format "text/markdown" ; - rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/markdown/geo/json-fg/feature/index.md" ], - [ dct:format "text/html" ; + dct:description [ dct:format "text/html" ; rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/slate-build/geo/json-fg/feature/" ], [ dct:format "application/json" ; - rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/json-full/geo/json-fg/feature/index.json" ] ; + rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/json-full/geo/json-fg/feature/index.json" ], + [ dct:format "text/markdown" ; + rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/markdown/geo/json-fg/feature/index.md" ] ; dct:hasVersion "0.1" ; dct:modified "2023-05-31"^^xsd:date ; dct:source ; @@ -333,12 +333,12 @@ bblocks:ogc.geo.json-fg.featureCollection-lenient a skos:Concept, rdfs:label "JSON-FG Feature Collection - Lenient" ; 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/" ], + dct:description [ dct:format "application/json" ; + rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/json-full/geo/json-fg/featureCollection-lenient/index.json" ], [ dct:format "text/markdown" ; rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/markdown/geo/json-fg/featureCollection-lenient/index.md" ], - [ dct: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/generateddocs/slate-build/geo/json-fg/featureCollection-lenient/" ] ; dct:hasVersion "0.1" ; dct:modified "2023-08-08"^^xsd:date ; dct:source ; @@ -357,12 +357,12 @@ bblocks:ogc.unstable.sosa.examples.vectorObservation a skos:Concept, rdfs:label "Example SOSA Vector Observation" ; dct:abstract "This building block defines an example SOSA Vector Observation" ; dct:created "2023-05-19T00:00:00+00:00"^^xsd:dateTime ; - dct:description [ dct:format "text/html" ; - rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/slate-build/unstable/sosa/examples/vectorObservation/" ], + dct:description [ dct:format "application/json" ; + rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/json-full/unstable/sosa/examples/vectorObservation/index.json" ], [ dct:format "text/markdown" ; rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/markdown/unstable/sosa/examples/vectorObservation/index.md" ], - [ dct:format "application/json" ; - rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/json-full/unstable/sosa/examples/vectorObservation/index.json" ] ; + [ dct:format "text/html" ; + rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/slate-build/unstable/sosa/examples/vectorObservation/" ] ; dct:hasVersion "1.0" ; dct:modified "2023-05-19"^^xsd:date ; dct:source ; @@ -405,12 +405,12 @@ bblocks:ogc.unstable.sosa.properties.observationCollection a skos:Concept, rdfs:label "SOSA ObservationCollection" ; dct:abstract "This building blocks defines an ObservationCollection according to the SOSA/SSN v1.1 specification." ; dct:created "2023-04-13T00:00:00+00:00"^^xsd:dateTime ; - dct:description [ dct:format "application/json" ; - rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/json-full/unstable/sosa/properties/observationCollection/index.json" ], + dct:description [ 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: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:hasVersion "1.0" ; dct:modified "2023-04-28"^^xsd:date ; dct:source , @@ -455,12 +455,12 @@ bblocks:ogc.geo.features.featureCollection a skos:Concept, rdfs:label "Feature Collection" ; dct:abstract "A collection of features." ; dct:created "2023-06-26T14:56:51+00:00"^^xsd:dateTime ; - dct:description [ dct:format "text/markdown" ; - rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/markdown/geo/features/featureCollection/index.md" ], + dct:description [ dct:format "application/json" ; + rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/json-full/geo/features/featureCollection/index.json" ], [ dct:format "text/html" ; rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/slate-build/geo/features/featureCollection/" ], - [ 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:hasVersion "1.0" ; dct:modified "2023-06-26"^^xsd:date ; dct:source ; @@ -501,12 +501,12 @@ bblocks:ogc.unstable.sosa.features.observation a skos:Concept, rdfs:label "SOSA Observation Feature" ; dct:abstract "This building blocks defines a GeoJSON feature containing a SOSA Observation" ; dct:created "2023-05-18T00:00:00+00:00"^^xsd:dateTime ; - dct:description [ dct:format "text/html" ; - rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/slate-build/unstable/sosa/features/observation/" ], - [ dct:format "text/markdown" ; + dct:description [ dct:format "text/markdown" ; rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/markdown/unstable/sosa/features/observation/index.md" ], [ dct:format "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/html" ; + rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/slate-build/unstable/sosa/features/observation/" ] ; dct:hasVersion "1.0" ; dct:modified "2023-05-18"^^xsd:date ; dct:source ; @@ -530,10 +530,10 @@ bblocks:ogc.geo.features.feature a skos:Concept, dct:created "2023-05-24T14:56:51+00:00"^^xsd:dateTime ; dct:description [ dct:format "application/json" ; rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/json-full/geo/features/feature/index.json" ], - [ dct:format "text/html" ; - rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/slate-build/geo/features/feature/" ], [ dct:format "text/markdown" ; - rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/markdown/geo/features/feature/index.md" ] ; + rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/markdown/geo/features/feature/index.md" ], + [ 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 , @@ -554,12 +554,12 @@ bblocks:ogc.unstable.sosa.properties.observation a skos:Concept, 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 "text/markdown" ; + 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/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/" ], - [ dct:format "application/json" ; - rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/json-full/unstable/sosa/properties/observation/index.json" ] ; + rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/slate-build/unstable/sosa/properties/observation/" ] ; dct:hasVersion "1.0" ; dct:modified "2023-04-13"^^xsd:date ; dct:source ; @@ -577,10 +577,10 @@ bblocks:ogc.ogc-utils.iri-or-curie a skos:Concept, dct:created "2023-08-08T00:00:00+00:00"^^xsd:dateTime ; dct:description [ dct:format "text/markdown" ; rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/markdown/ogc-utils/iri-or-curie/index.md" ], - [ dct:format "application/json" ; - rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/json-full/ogc-utils/iri-or-curie/index.json" ], [ dct:format "text/html" ; - rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/slate-build/ogc-utils/iri-or-curie/" ] ; + rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/slate-build/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:hasVersion "1.0" ; dct:modified "2023-03-09"^^xsd:date ; dct:source , @@ -597,10 +597,10 @@ bblocks:ogc.ogc-utils.json-link a skos:Concept, rdfs:label "JSON Link" ; dct:abstract "Web linking is used to express relationships between resources. The JSON object representation of links described here is used consistently in OGC API’s." ; dct:created "2022-05-18T15:21:59+00:00"^^xsd:dateTime ; - dct:description [ dct:format "application/json" ; - rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/json-full/ogc-utils/json-link/index.json" ], - [ dct:format "text/markdown" ; + dct:description [ dct:format "text/markdown" ; rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/markdown/ogc-utils/json-link/index.md" ], + [ dct:format "application/json" ; + rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/json-full/ogc-utils/json-link/index.json" ], [ dct:format "text/html" ; rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/slate-build/ogc-utils/json-link/" ] ; dct:hasVersion "0.1" ; @@ -619,8 +619,8 @@ bblocks:ogc.ogc-utils.json-link a skos:Concept, skos:prefLabel "OGC Building Blocks Register" . [] a prov:Activity ; - prov:endedAtTime "2023-12-24T04:06:41.153207"^^xsd:dateTime ; - prov:startedAtTime "2023-12-24T04:06:41.041171"^^xsd:dateTime ; + prov:endedAtTime "2023-12-28T15:52:04.492405"^^xsd:dateTime ; + prov:startedAtTime "2023-12-28T15:52:04.374593"^^xsd:dateTime ; prov:used [ a prov:Entity ; dct:format "application/yaml" ; rdfs:seeAlso ], diff --git a/generateddocs/json-full/geo/common/data_types/bounding_box/index.json b/generateddocs/json-full/geo/common/data_types/bounding_box/index.json index 15540eecb..40381667a 100644 --- a/generateddocs/json-full/geo/common/data_types/bounding_box/index.json +++ b/generateddocs/json-full/geo/common/data_types/bounding_box/index.json @@ -1,7 +1,7 @@ { - "itemIdentifier": "r1.geo.common.data_types.bounding_box", + "itemIdentifier": "ogc.geo.common.data_types.bounding_box", "name": "Bounding Box", "abstract": "The bounding box JSON object describes a simple spatial extent of a resource. For OGC API\u2019s 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.", "status": "stable", diff --git a/generateddocs/json-full/geo/common/parameters/bbox/index.json b/generateddocs/json-full/geo/common/parameters/bbox/index.json index bfc045852..59391fc0a 100644 --- a/generateddocs/json-full/geo/common/parameters/bbox/index.json +++ b/generateddocs/json-full/geo/common/parameters/bbox/index.json @@ -1,7 +1,7 @@ { - "itemIdentifier": "r1.geo.common.parameters.bbox", + "itemIdentifier": "ogc.geo.common.parameters.bbox", "name": "bbox", "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).", "status": "stable", diff --git a/generateddocs/json-full/geo/json-fg/feature-lenient/index.json b/generateddocs/json-full/geo/json-fg/feature-lenient/index.json index c65142944..288491ba5 100644 --- a/generateddocs/json-full/geo/json-fg/feature-lenient/index.json +++ b/generateddocs/json-full/geo/json-fg/feature-lenient/index.json @@ -24,8 +24,8 @@ "group": "JSON-FG", "shaclRules": {}, "dependsOn": [ - "ogc.geo.features.feature", - "ogc.ogc-utils.json-link" + "ogc.ogc-utils.json-link", + "ogc.geo.features.feature" ], "schema": { "application/yaml": "https://opengeospatial.github.io/bblocks/annotated-schemas/geo/json-fg/feature-lenient/schema.yaml", diff --git a/generateddocs/json-full/geo/json-fg/feature/index.json b/generateddocs/json-full/geo/json-fg/feature/index.json index e3a384968..f601a0674 100644 --- a/generateddocs/json-full/geo/json-fg/feature/index.json +++ b/generateddocs/json-full/geo/json-fg/feature/index.json @@ -20,8 +20,8 @@ "group": "JSON-FG", "shaclRules": {}, "dependsOn": [ - "ogc.geo.features.feature", - "ogc.ogc-utils.json-link" + "ogc.ogc-utils.json-link", + "ogc.geo.features.feature" ], "schema": { "application/yaml": "https://opengeospatial.github.io/bblocks/annotated-schemas/geo/json-fg/feature/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 6117d1e11..cdcb9be3a 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.json-fg.feature-lenient", + "ogc.ogc-utils.json-link", "ogc.geo.features.featureCollection" ], "schema": { diff --git a/generateddocs/json-full/geo/json-fg/featureCollection/index.json b/generateddocs/json-full/geo/json-fg/featureCollection/index.json index cbe0501a5..4cdcc702f 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.json-fg.feature", - "ogc.geo.features.featureCollection" + "ogc.geo.features.featureCollection", + "ogc.geo.json-fg.feature" ], "schema": { "application/yaml": "https://opengeospatial.github.io/bblocks/annotated-schemas/geo/json-fg/featureCollection/schema.yaml", diff --git a/generateddocs/json-full/unstable/sosa/examples/vectorObservationFeature/index.json b/generateddocs/json-full/unstable/sosa/examples/vectorObservationFeature/index.json index 12438c5cd..4222f3128 100644 --- a/generateddocs/json-full/unstable/sosa/examples/vectorObservationFeature/index.json +++ b/generateddocs/json-full/unstable/sosa/examples/vectorObservationFeature/index.json @@ -19,10 +19,10 @@ "maturity": "development", "scope": "unstable", "dependsOn": [ + "ogc.unstable.sosa.features.observationCollection", "ogc.unstable.sosa.properties.observation", - "ogc.unstable.sosa.features.observation", "ogc.unstable.sosa.examples.vectorObservation", - "ogc.unstable.sosa.features.observationCollection" + "ogc.unstable.sosa.features.observation" ], "tags": [ "sosa", diff --git a/generateddocs/json-full/unstable/sosa/features/observation/index.json b/generateddocs/json-full/unstable/sosa/features/observation/index.json index 675374ade..50b34fb82 100644 --- a/generateddocs/json-full/unstable/sosa/features/observation/index.json +++ b/generateddocs/json-full/unstable/sosa/features/observation/index.json @@ -19,8 +19,8 @@ "maturity": "development", "scope": "unstable", "dependsOn": [ - "ogc.unstable.sosa.properties.observation", - "ogc.geo.json-fg.feature-lenient" + "ogc.geo.json-fg.feature-lenient", + "ogc.unstable.sosa.properties.observation" ], "tags": [ "sosa", diff --git a/generateddocs/json-full/unstable/sosa/features/observationCollection/index.json b/generateddocs/json-full/unstable/sosa/features/observationCollection/index.json index 263930b6c..859f7523c 100644 --- a/generateddocs/json-full/unstable/sosa/features/observationCollection/index.json +++ b/generateddocs/json-full/unstable/sosa/features/observationCollection/index.json @@ -37,8 +37,8 @@ }, "dependsOn": [ "ogc.geo.json-fg.featureCollection-lenient", - "ogc.unstable.sosa.features.observation", - "ogc.unstable.sosa.properties.observationCollection" + "ogc.unstable.sosa.properties.observationCollection", + "ogc.unstable.sosa.features.observation" ], "schema": { "application/yaml": "https://opengeospatial.github.io/bblocks/annotated-schemas/unstable/sosa/features/observationCollection/schema.yaml", diff --git a/generateddocs/json-full/unstable/sosa/properties/observationCollection/index.json b/generateddocs/json-full/unstable/sosa/properties/observationCollection/index.json index 5bfb3f6c3..3ca332829 100644 --- a/generateddocs/json-full/unstable/sosa/properties/observationCollection/index.json +++ b/generateddocs/json-full/unstable/sosa/properties/observationCollection/index.json @@ -36,8 +36,8 @@ ] }, "dependsOn": [ - "ogc.unstable.sosa.properties.observation", - "ogc.ogc-utils.iri-or-curie" + "ogc.ogc-utils.iri-or-curie", + "ogc.unstable.sosa.properties.observation" ], "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 171f5860b..fb666f9a3 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.ogc-utils.iri-or-curie", - "ogc.unstable.sosa.properties.sensor" + "ogc.unstable.sosa.properties.sensor", + "ogc.ogc-utils.iri-or-curie" ], "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 a2b8a916c..c7536b67c 100644 --- a/register.json +++ b/register.json @@ -44,7 +44,7 @@ } }, { - "itemIdentifier": "r1.geo.common.parameters.bbox", + "itemIdentifier": "ogc.geo.common.parameters.bbox", "name": "bbox", "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).", "status": "stable", @@ -397,7 +397,7 @@ } }, { - "itemIdentifier": "r1.geo.common.data_types.bounding_box", + "itemIdentifier": "ogc.geo.common.data_types.bounding_box", "name": "Bounding Box", "abstract": "The bounding box JSON object describes a simple spatial extent of a resource. For OGC API\u2019s 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.", "status": "stable", @@ -744,8 +744,8 @@ ] }, "dependsOn": [ - "ogc.unstable.sosa.properties.observation", - "ogc.ogc-utils.iri-or-curie" + "ogc.ogc-utils.iri-or-curie", + "ogc.unstable.sosa.properties.observation" ], "schema": { "application/yaml": "https://opengeospatial.github.io/bblocks/annotated-schemas/unstable/sosa/properties/observationCollection/schema.yaml", @@ -837,8 +837,8 @@ "group": "JSON-FG", "shaclRules": {}, "dependsOn": [ - "ogc.geo.features.feature", - "ogc.ogc-utils.json-link" + "ogc.ogc-utils.json-link", + "ogc.geo.features.feature" ], "schema": { "application/yaml": "https://opengeospatial.github.io/bblocks/annotated-schemas/geo/json-fg/feature/schema.yaml", @@ -886,8 +886,8 @@ "group": "JSON-FG", "shaclRules": {}, "dependsOn": [ - "ogc.geo.features.feature", - "ogc.ogc-utils.json-link" + "ogc.ogc-utils.json-link", + "ogc.geo.features.feature" ], "schema": { "application/yaml": "https://opengeospatial.github.io/bblocks/annotated-schemas/geo/json-fg/feature-lenient/schema.yaml", @@ -938,8 +938,8 @@ "group": "SOSA", "shaclRules": {}, "dependsOn": [ - "ogc.ogc-utils.iri-or-curie", - "ogc.unstable.sosa.properties.sensor" + "ogc.unstable.sosa.properties.sensor", + "ogc.ogc-utils.iri-or-curie" ], "schema": { "application/yaml": "https://opengeospatial.github.io/bblocks/annotated-schemas/unstable/sosa/properties/platform/schema.yaml", @@ -985,8 +985,8 @@ "shaclRules": {}, "dependsOn": [ "ogc.ogc-utils.json-link", - "ogc.geo.json-fg.feature", - "ogc.geo.features.featureCollection" + "ogc.geo.features.featureCollection", + "ogc.geo.json-fg.feature" ], "schema": { "application/yaml": "https://opengeospatial.github.io/bblocks/annotated-schemas/geo/json-fg/featureCollection/schema.yaml", @@ -1035,8 +1035,8 @@ "group": "JSON-FG", "shaclRules": {}, "dependsOn": [ - "ogc.ogc-utils.json-link", "ogc.geo.json-fg.feature-lenient", + "ogc.ogc-utils.json-link", "ogc.geo.features.featureCollection" ], "schema": { @@ -1079,8 +1079,8 @@ "maturity": "development", "scope": "unstable", "dependsOn": [ - "ogc.unstable.sosa.properties.observation", - "ogc.geo.json-fg.feature-lenient" + "ogc.geo.json-fg.feature-lenient", + "ogc.unstable.sosa.properties.observation" ], "tags": [ "sosa", @@ -1155,8 +1155,8 @@ }, "dependsOn": [ "ogc.geo.json-fg.featureCollection-lenient", - "ogc.unstable.sosa.features.observation", - "ogc.unstable.sosa.properties.observationCollection" + "ogc.unstable.sosa.properties.observationCollection", + "ogc.unstable.sosa.features.observation" ], "schema": { "application/yaml": "https://opengeospatial.github.io/bblocks/annotated-schemas/unstable/sosa/features/observationCollection/schema.yaml", @@ -1200,10 +1200,10 @@ "maturity": "development", "scope": "unstable", "dependsOn": [ + "ogc.unstable.sosa.features.observationCollection", "ogc.unstable.sosa.properties.observation", - "ogc.unstable.sosa.features.observation", "ogc.unstable.sosa.examples.vectorObservation", - "ogc.unstable.sosa.features.observationCollection" + "ogc.unstable.sosa.features.observation" ], "tags": [ "sosa", @@ -1294,5 +1294,7 @@ } } } - ] + ], + "baseURL": "https://opengeospatial.github.io/bblocks/", + "validationReport": "https://github.com/opengeospatial/bblocks/blob/master/tests/report.html" } \ No newline at end of file diff --git a/tests/geo/common/data_types/bounding_box/_report.json b/tests/geo/common/data_types/bounding_box/_report.json index 54c1dd10a..472d67c7b 100644 --- a/tests/geo/common/data_types/bounding_box/_report.json +++ b/tests/geo/common/data_types/bounding_box/_report.json @@ -2,7 +2,7 @@ "title": "Validation report for ogc.geo.common.data_types.bounding_box - Bounding Box", "bblockName": "Bounding Box", "bblockId": "ogc.geo.common.data_types.bounding_box", - "generated": "2023-12-24T04:06:37.222433+00:00", + "generated": "2023-12-28T15:51:58.280791+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 327cdfbd7..93b2780dc 100644 --- a/tests/geo/common/data_types/bounding_box/example_1_1.validation_passed.txt +++ b/tests/geo/common/data_types/bounding_box/example_1_1.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.geo.common.data_types.bounding_box - Bounding Box -Generated 2023-12-24T04:06:37.222384+00:00 +Generated 2023-12-28T15:51:58.280745+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 586c4e589..1d09fad87 100644 --- a/tests/geo/common/parameters/bbox-crs/_report.json +++ b/tests/geo/common/parameters/bbox-crs/_report.json @@ -2,7 +2,7 @@ "title": "Validation report for ogc.geo.common.parameters.bbox-crs - bbox-crs", "bblockName": "bbox-crs", "bblockId": "ogc.geo.common.parameters.bbox-crs", - "generated": "2023-12-24T04:06:37.064485+00:00", + "generated": "2023-12-28T15:51:58.122070+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 affee91dc..8590437c8 100644 --- a/tests/geo/common/parameters/bbox/_report.json +++ b/tests/geo/common/parameters/bbox/_report.json @@ -2,7 +2,7 @@ "title": "Validation report for ogc.geo.common.parameters.bbox - bbox", "bblockName": "bbox", "bblockId": "ogc.geo.common.parameters.bbox", - "generated": "2023-12-24T04:06:37.060299+00:00", + "generated": "2023-12-28T15:51:58.117718+00:00", "result": true, "items": [], "globalErrors": {}, diff --git a/tests/geo/features/feature/_report.json b/tests/geo/features/feature/_report.json index a6d6971cb..31223df8e 100644 --- a/tests/geo/features/feature/_report.json +++ b/tests/geo/features/feature/_report.json @@ -2,7 +2,7 @@ "title": "Validation report for ogc.geo.features.feature - Feature", "bblockName": "Feature", "bblockId": "ogc.geo.features.feature", - "generated": "2023-12-24T04:06:37.235404+00:00", + "generated": "2023-12-28T15:51:58.293870+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 1a08d9be1..89b12c98d 100644 --- a/tests/geo/features/feature/example_1_1.validation_passed.txt +++ b/tests/geo/features/feature/example_1_1.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.geo.features.feature - Feature -Generated 2023-12-24T04:06:37.235353+00:00 +Generated 2023-12-28T15:51:58.293819+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 a05e0d2d1..5f27d3492 100644 --- a/tests/geo/features/featureCollection/_report.json +++ b/tests/geo/features/featureCollection/_report.json @@ -2,7 +2,7 @@ "title": "Validation report for ogc.geo.features.featureCollection - Feature Collection", "bblockName": "Feature Collection", "bblockId": "ogc.geo.features.featureCollection", - "generated": "2023-12-24T04:06:37.667526+00:00", + "generated": "2023-12-28T15:51:58.843826+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 a8d91b96e..052135617 100644 --- a/tests/geo/features/featureCollection/example_1_1.validation_passed.txt +++ b/tests/geo/features/featureCollection/example_1_1.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.geo.features.featureCollection - Feature Collection -Generated 2023-12-24T04:06:37.667473+00:00 +Generated 2023-12-28T15:51:58.843763+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 bd055eaa6..464c449bc 100644 --- a/tests/geo/geopose/basic/ypr/_report.json +++ b/tests/geo/geopose/basic/ypr/_report.json @@ -2,7 +2,7 @@ "title": "Validation report for ogc.geo.geopose.basic.ypr - GeoPose Basic-YPR", "bblockName": "GeoPose Basic-YPR", "bblockId": "ogc.geo.geopose.basic.ypr", - "generated": "2023-12-24T04:06:37.094561+00:00", + "generated": "2023-12-28T15:51:58.152784+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 1f26ff43e..3c98843c7 100644 --- a/tests/geo/geopose/basic/ypr/example_1_1.validation_passed.txt +++ b/tests/geo/geopose/basic/ypr/example_1_1.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.geo.geopose.basic.ypr - GeoPose Basic-YPR -Generated 2023-12-24T04:06:37.086501+00:00 +Generated 2023-12-28T15:51:58.144477+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 bd25342e0..3b4a7a58a 100644 --- a/tests/geo/geopose/basic/ypr/example_2_1.validation_passed.txt +++ b/tests/geo/geopose/basic/ypr/example_2_1.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.geo.geopose.basic.ypr - GeoPose Basic-YPR -Generated 2023-12-24T04:06:37.089261+00:00 +Generated 2023-12-28T15:51:58.147362+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 5ab1d2809..64bd5ea9d 100644 --- a/tests/geo/geopose/basic/ypr/example_3_1.validation_passed.txt +++ b/tests/geo/geopose/basic/ypr/example_3_1.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.geo.geopose.basic.ypr - GeoPose Basic-YPR -Generated 2023-12-24T04:06:37.091915+00:00 +Generated 2023-12-28T15:51:58.149965+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 73330f595..76bd5d90c 100644 --- a/tests/geo/geopose/basic/ypr/example_4_1.validation_passed.txt +++ b/tests/geo/geopose/basic/ypr/example_4_1.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.geo.geopose.basic.ypr - GeoPose Basic-YPR -Generated 2023-12-24T04:06:37.094511+00:00 +Generated 2023-12-28T15:51:58.152735+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 44560fa70..795234706 100644 --- a/tests/geo/json-fg/featureCollection/_report.json +++ b/tests/geo/json-fg/featureCollection/_report.json @@ -2,7 +2,7 @@ "title": "Validation report for ogc.geo.json-fg.featureCollection - JSON-FG Feature Collection", "bblockName": "JSON-FG Feature Collection", "bblockId": "ogc.geo.json-fg.featureCollection", - "generated": "2023-12-24T04:06:38.973989+00:00", + "generated": "2023-12-28T15:52:00.932404+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 51977bfcc..4b16fe222 100644 --- a/tests/geo/json-fg/featureCollection/example_1_1.validation_passed.txt +++ b/tests/geo/json-fg/featureCollection/example_1_1.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.geo.json-fg.featureCollection - JSON-FG Feature Collection -Generated 2023-12-24T04:06:38.973936+00:00 +Generated 2023-12-28T15:52:00.932329+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 ab3e18213..7a79507f1 100644 --- a/tests/geo/json-fg/featureCollection/required-properties-fail.validation_passed.txt +++ b/tests/geo/json-fg/featureCollection/required-properties-fail.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.geo.json-fg.featureCollection - JSON-FG Feature Collection -Generated 2023-12-24T04:06:38.199868+00:00 +Generated 2023-12-28T15:51:59.744560+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 a571c7e2a..7cf85e26c 100644 --- a/tests/geo/json-fg/link-role/_report.json +++ b/tests/geo/json-fg/link-role/_report.json @@ -2,7 +2,7 @@ "title": "Validation report for ogc.geo.json-fg.link-role - Link with role and target conformance", "bblockName": "Link with role and target conformance", "bblockId": "ogc.geo.json-fg.link-role", - "generated": "2023-12-24T04:06:37.245947+00:00", + "generated": "2023-12-28T15:51:58.304416+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 da2b61ecd..a27b0b9af 100644 --- a/tests/geo/json-fg/link-role/example_1_1.validation_passed.txt +++ b/tests/geo/json-fg/link-role/example_1_1.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.geo.json-fg.link-role - Link with role and target conformance -Generated 2023-12-24T04:06:37.245896+00:00 +Generated 2023-12-28T15:51:58.304366+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 f0b3f6752..7159378f9 100644 --- a/tests/ogc-utils/iri-or-curie/_report.json +++ b/tests/ogc-utils/iri-or-curie/_report.json @@ -2,7 +2,7 @@ "title": "Validation report for ogc.ogc-utils.iri-or-curie - IRI or CURIE", "bblockName": "IRI or CURIE", "bblockId": "ogc.ogc-utils.iri-or-curie", - "generated": "2023-12-24T04:06:37.139483+00:00", + "generated": "2023-12-28T15:51:58.197880+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 527eb9c2b..5db088829 100644 --- a/tests/ogc-utils/iri-or-curie/example_1_2.validation_passed.txt +++ b/tests/ogc-utils/iri-or-curie/example_1_2.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.ogc-utils.iri-or-curie - IRI or CURIE -Generated 2023-12-24T04:06:37.129645+00:00 +Generated 2023-12-28T15:51:58.188004+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 7ca71e3cd..9bb35c860 100644 --- a/tests/ogc-utils/iri-or-curie/example_2_2.validation_passed.txt +++ b/tests/ogc-utils/iri-or-curie/example_2_2.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.ogc-utils.iri-or-curie - IRI or CURIE -Generated 2023-12-24T04:06:37.130133+00:00 +Generated 2023-12-28T15:51:58.188488+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 894da7524..3aabbcfc5 100644 --- a/tests/ogc-utils/iri-or-curie/example_3_2.validation_passed.txt +++ b/tests/ogc-utils/iri-or-curie/example_3_2.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.ogc-utils.iri-or-curie - IRI or CURIE -Generated 2023-12-24T04:06:37.130616+00:00 +Generated 2023-12-28T15:51:58.188971+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 42f3ef5d9..fe956bf45 100644 --- a/tests/ogc-utils/iri-or-curie/example_4_2.validation_passed.txt +++ b/tests/ogc-utils/iri-or-curie/example_4_2.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.ogc-utils.iri-or-curie - IRI or CURIE -Generated 2023-12-24T04:06:37.131182+00:00 +Generated 2023-12-28T15:51:58.189507+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 68079fc1b..db91c6e89 100644 --- a/tests/ogc-utils/iri-or-curie/example_5_2.validation_passed.txt +++ b/tests/ogc-utils/iri-or-curie/example_5_2.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.ogc-utils.iri-or-curie - IRI or CURIE -Generated 2023-12-24T04:06:37.131734+00:00 +Generated 2023-12-28T15:51:58.190037+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 9d0436d1a..e74d21194 100644 --- a/tests/ogc-utils/iri-or-curie/example_6_2.validation_passed.txt +++ b/tests/ogc-utils/iri-or-curie/example_6_2.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.ogc-utils.iri-or-curie - IRI or CURIE -Generated 2023-12-24T04:06:37.135357+00:00 +Generated 2023-12-28T15:51:58.193736+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 7f472d8fa..473d2f50c 100644 --- a/tests/ogc-utils/iri-or-curie/example_7_1.validation_passed.txt +++ b/tests/ogc-utils/iri-or-curie/example_7_1.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.ogc-utils.iri-or-curie - IRI or CURIE -Generated 2023-12-24T04:06:37.139433+00:00 +Generated 2023-12-28T15:51:58.197830+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 5b55c9280..fe7ac7f1d 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 2023-12-24T04:06:37.105588+00:00 +Generated 2023-12-28T15:51:58.163951+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 8c17d449b..a74536c26 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 2023-12-24T04:06:37.106102+00:00 +Generated 2023-12-28T15:51:58.164470+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 fc4668fcf..5e046f7c0 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 2023-12-24T04:06:37.106719+00:00 +Generated 2023-12-28T15:51:58.165089+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 90ce87795..4e0406384 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 2023-12-24T04:06:37.107041+00:00 +Generated 2023-12-28T15:51:58.165377+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 9bbfb0006..11f20e488 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 2023-12-24T04:06:37.107321+00:00 +Generated 2023-12-28T15:51:58.165665+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 101fb3f04..74f1b6a78 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 2023-12-24T04:06:37.107599+00:00 +Generated 2023-12-28T15:51:58.165939+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 a099eda7a..5b2e366a4 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 2023-12-24T04:06:37.107874+00:00 +Generated 2023-12-28T15:51:58.166212+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 969389ce5..241bf2dcb 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 2023-12-24T04:06:37.108146+00:00 +Generated 2023-12-28T15:51:58.166480+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 469f9643f..3726366ba 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 2023-12-24T04:06:37.108417+00:00 +Generated 2023-12-28T15:51:58.166753+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 065eb5f7d..6fd89621e 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 2023-12-24T04:06:37.108693+00:00 +Generated 2023-12-28T15:51:58.167060+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 37f1ddbc6..406929eec 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 2023-12-24T04:06:37.108964+00:00 +Generated 2023-12-28T15:51:58.167332+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 12b0e16c4..9d46a46a4 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 2023-12-24T04:06:37.109234+00:00 +Generated 2023-12-28T15:51:58.167599+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 a7c8c2421..2a5a0ac5f 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 2023-12-24T04:06:37.109504+00:00 +Generated 2023-12-28T15:51:58.167866+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 ad688fbfc..9f63cb49b 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 2023-12-24T04:06:37.109776+00:00 +Generated 2023-12-28T15:51:58.168132+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 1a46d1f28..11e63deb5 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 2023-12-24T04:06:37.110053+00:00 +Generated 2023-12-28T15:51:58.168405+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 339283310..b89f6c39c 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 2023-12-24T04:06:37.110323+00:00 +Generated 2023-12-28T15:51:58.168680+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 8fb9f815e..fb5ab44d7 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 2023-12-24T04:06:37.110597+00:00 +Generated 2023-12-28T15:51:58.168950+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 a2e2ba98b..203eb67a7 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 2023-12-24T04:06:37.110866+00:00 +Generated 2023-12-28T15:51:58.169216+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 d1f86f512..da815cfc1 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 2023-12-24T04:06:37.111181+00:00 +Generated 2023-12-28T15:51:58.169484+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 2a6cc39ac..fa23ce95a 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 2023-12-24T04:06:37.111456+00:00 +Generated 2023-12-28T15:51:58.169750+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 e63a64b15..0caed2e26 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 2023-12-24T04:06:37.111751+00:00 +Generated 2023-12-28T15:51:58.170046+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 a42dcba76..062b142ee 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 2023-12-24T04:06:37.112043+00:00 +Generated 2023-12-28T15:51:58.170343+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 98706b060..0889d6f97 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 2023-12-24T04:06:37.112335+00:00 +Generated 2023-12-28T15:51:58.170638+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 c9bf15c44..959a508f3 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 2023-12-24T04:06:37.112628+00:00 +Generated 2023-12-28T15:51:58.170981+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 8be287e6e..4a79ce484 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 2023-12-24T04:06:37.112920+00:00 +Generated 2023-12-28T15:51:58.171289+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 b413ef4f1..f7c1eae96 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 2023-12-24T04:06:37.113188+00:00 +Generated 2023-12-28T15:51:58.171567+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 f076af132..661419ee5 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 2023-12-24T04:06:37.113480+00:00 +Generated 2023-12-28T15:51:58.171870+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 94ba3885a..db5f3394e 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 2023-12-24T04:06:37.113748+00:00 +Generated 2023-12-28T15:51:58.172139+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 eda686217..62bb610d3 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 2023-12-24T04:06:37.114017+00:00 +Generated 2023-12-28T15:51:58.172414+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 673a19cb9..cbb99ed07 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 2023-12-24T04:06:37.114288+00:00 +Generated 2023-12-28T15:51:58.172679+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 1873a6154..bb15fa979 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 2023-12-24T04:06:37.114556+00:00 +Generated 2023-12-28T15:51:58.172949+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 0eadb606f..5bd63cef7 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 2023-12-24T04:06:37.114825+00:00 +Generated 2023-12-28T15:51:58.173214+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 e74146780..a12222d06 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 2023-12-24T04:06:37.115124+00:00 +Generated 2023-12-28T15:51:58.173478+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 df5e608c3..1597813b6 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 2023-12-24T04:06:37.115391+00:00 +Generated 2023-12-28T15:51:58.173744+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 f519479ee..27f3cf4f6 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 2023-12-24T04:06:37.115662+00:00 +Generated 2023-12-28T15:51:58.174009+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 d7cd05add..21c8a22d5 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 2023-12-24T04:06:37.115929+00:00 +Generated 2023-12-28T15:51:58.174273+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 5d369f3ee..ee813ecb3 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 2023-12-24T04:06:37.116192+00:00 +Generated 2023-12-28T15:51:58.174544+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 73819ccab..71f94a181 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 2023-12-24T04:06:37.116458+00:00 +Generated 2023-12-28T15:51:58.174809+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 c216cb211..248d2c4b3 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 2023-12-24T04:06:37.116726+00:00 +Generated 2023-12-28T15:51:58.175103+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 9be6850e9..978ef0b10 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 2023-12-24T04:06:37.116992+00:00 +Generated 2023-12-28T15:51:58.175374+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 0ab5fb8e4..923088493 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 2023-12-24T04:06:37.117298+00:00 +Generated 2023-12-28T15:51:58.175697+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 fe2f40329..37b1fdcf3 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 2023-12-24T04:06:37.117574+00:00 +Generated 2023-12-28T15:51:58.175970+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 d69f5f71f..4152ebf07 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 2023-12-24T04:06:37.117846+00:00 +Generated 2023-12-28T15:51:58.176237+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 b32885d86..2b77ea72d 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 2023-12-24T04:06:37.118153+00:00 +Generated 2023-12-28T15:51:58.176504+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 02a3b2b44..beb8e6436 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 2023-12-24T04:06:37.118426+00:00 +Generated 2023-12-28T15:51:58.176772+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 80c65e01c..7bd17c2c3 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 2023-12-24T04:06:37.118704+00:00 +Generated 2023-12-28T15:51:58.177035+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 cd1dbee3d..9135b9561 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 2023-12-24T04:06:37.119003+00:00 +Generated 2023-12-28T15:51:58.177299+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 bd986be5b..2f9ad418c 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 2023-12-24T04:06:37.119276+00:00 +Generated 2023-12-28T15:51:58.177565+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 69cc3946b..f05c4da36 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 2023-12-24T04:06:37.119544+00:00 +Generated 2023-12-28T15:51:58.177835+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 ff2f826fb..566be0861 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 2023-12-24T04:06:37.119818+00:00 +Generated 2023-12-28T15:51:58.178099+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 5b47a1523..b58008bea 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 2023-12-24T04:06:37.120091+00:00 +Generated 2023-12-28T15:51:58.178364+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 f43a65a22..f4a9934d6 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 2023-12-24T04:06:37.120363+00:00 +Generated 2023-12-28T15:51:58.178632+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 713c997f4..8438976ba 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 2023-12-24T04:06:37.120631+00:00 +Generated 2023-12-28T15:51:58.178899+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 54225b524..9aa407007 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 2023-12-24T04:06:37.120907+00:00 +Generated 2023-12-28T15:51:58.179216+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 fd2d5fc99..45cc8d4f2 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 2023-12-24T04:06:37.121178+00:00 +Generated 2023-12-28T15:51:58.179488+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 fff275697..158647206 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 2023-12-24T04:06:37.121454+00:00 +Generated 2023-12-28T15:51:58.179755+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 b683c3b85..ff76c618f 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 2023-12-24T04:06:37.121721+00:00 +Generated 2023-12-28T15:51:58.180018+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 33564540f..04d048fba 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 2023-12-24T04:06:37.121992+00:00 +Generated 2023-12-28T15:51:58.180283+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 4b3eb7f5b..d6c6d967b 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 2023-12-24T04:06:37.122260+00:00 +Generated 2023-12-28T15:51:58.180550+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 96de8ab2d..259422309 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 2023-12-24T04:06:37.122528+00:00 +Generated 2023-12-28T15:51:58.180821+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 c939b751d..3042e4046 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 2023-12-24T04:06:37.122801+00:00 +Generated 2023-12-28T15:51:58.181087+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 7d79c5168..a26499cdd 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 2023-12-24T04:06:37.123102+00:00 +Generated 2023-12-28T15:51:58.181354+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 781a7b072..2d24a2221 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 2023-12-24T04:06:37.123374+00:00 +Generated 2023-12-28T15:51:58.181622+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 fcec7740d..e3b2f52d2 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 2023-12-24T04:06:37.123647+00:00 +Generated 2023-12-28T15:51:58.181885+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 63fee5c1e..1a7379b98 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 2023-12-24T04:06:37.123913+00:00 +Generated 2023-12-28T15:51:58.182160+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 e0e6eee49..651009a80 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 2023-12-24T04:06:37.124180+00:00 +Generated 2023-12-28T15:51:58.182432+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 6c1aef0f8..c79300833 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 2023-12-24T04:06:37.124447+00:00 +Generated 2023-12-28T15:51:58.182701+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 4eaf229b6..08cbc7149 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 2023-12-24T04:06:37.124716+00:00 +Generated 2023-12-28T15:51:58.182998+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 e606b015a..7fb0284d3 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 2023-12-24T04:06:37.124984+00:00 +Generated 2023-12-28T15:51:58.183279+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 ebe74c6aa..8e9752986 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 2023-12-24T04:06:37.125251+00:00 +Generated 2023-12-28T15:51:58.183550+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 0a9c7298f..f9b58d72b 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 2023-12-24T04:06:37.125528+00:00 +Generated 2023-12-28T15:51:58.183815+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 c3f6f27bc..dc238bc6e 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 2023-12-24T04:06:37.125823+00:00 +Generated 2023-12-28T15:51:58.184102+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 66e9a9bc7..0330c2148 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 2023-12-24T04:06:37.126092+00:00 +Generated 2023-12-28T15:51:58.184371+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 babe4fac3..4c44c42fe 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 2023-12-24T04:06:37.126360+00:00 +Generated 2023-12-28T15:51:58.184643+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 77ff61e8b..6d335b7b5 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 2023-12-24T04:06:37.126629+00:00 +Generated 2023-12-28T15:51:58.184906+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 82dca7394..e0ccbb13a 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 2023-12-24T04:06:37.126899+00:00 +Generated 2023-12-28T15:51:58.185169+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 f0927d27f..613a24bd7 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 2023-12-24T04:06:37.127221+00:00 +Generated 2023-12-28T15:51:58.185478+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 2554b484a..9645d698a 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 2023-12-24T04:06:37.127494+00:00 +Generated 2023-12-28T15:51:58.185756+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 931b4a27f..3a77a98b8 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 2023-12-24T04:06:37.127765+00:00 +Generated 2023-12-28T15:51:58.186022+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 de69c787f..5eadd3469 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 2023-12-24T04:06:37.128052+00:00 +Generated 2023-12-28T15:51:58.186310+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 60474987f..3e9a3286b 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 2023-12-24T04:06:37.128337+00:00 +Generated 2023-12-28T15:51:58.186581+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 fd6706aab..0abdde6ca 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 2023-12-24T04:06:37.128615+00:00 +Generated 2023-12-28T15:51:58.186860+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 94b9da707..9e6ae1f48 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 2023-12-24T04:06:37.128888+00:00 +Generated 2023-12-28T15:51:58.187168+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 aafdd7d83..5730ba5d0 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 2023-12-24T04:06:37.129173+00:00 +Generated 2023-12-28T15:51:58.187459+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 f90782519..bc6fe53aa 100644 --- a/tests/ogc-utils/topology/_report.json +++ b/tests/ogc-utils/topology/_report.json @@ -2,7 +2,7 @@ "title": "Validation report for ogc.ogc-utils.topology - Geometry using references", "bblockName": "Geometry using references", "bblockId": "ogc.ogc-utils.topology", - "generated": "2023-12-24T04:06:37.255524+00:00", + "generated": "2023-12-28T15:51:58.313629+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 d9d27c513..65fab8f89 100644 --- a/tests/ogc-utils/topology/example_1_1.validation_passed.txt +++ b/tests/ogc-utils/topology/example_1_1.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.ogc-utils.topology - Geometry using references -Generated 2023-12-24T04:06:37.255472+00:00 +Generated 2023-12-28T15:51:58.313578+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 f52a70b46..86585fde9 100644 --- a/tests/report.html +++ b/tests/report.html @@ -26,7 +26,7 @@

Building blocks validation report

- Generated at 2023-12-24T04:06:41.036899+00:00 + Generated at 2023-12-28T15:52:04.370210+00:00

Number of passing building blocks: 25 / 26 (96.15%)

@@ -2775,12 +2775,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>: *none* + - Shape <https://www.ogc.org/rules/sosa/#testFeatureOfInterest>: _:N6bd02feff7ac4671819f0cb2f67cd17d - Shape <https://www.ogc.org/rules/sosa/#testResultNotEmptyNode>: *none* - - Shape <https://www.ogc.org/rules/sosa/#testFeatureOfInterest>: _:Ne51a877786314b028c60154cba8523f5 - - Shape <https://www.ogc.org/rules/sosa/#testSimpleResultLiteral>: _:N5872ee9bdd914e059c80e1d11c1d9f33 - - Shape <https://www.ogc.org/rules/sosa/#testObservedProperty>: _:Ne51a877786314b028c60154cba8523f5 - - Shape <https://www.ogc.org/rules/sosa/#testRequiredTime>: _:Ne51a877786314b028c60154cba8523f5 + - Shape <https://www.ogc.org/rules/sosa/#testSimpleResultLiteral>: _:N7b85b2297d114af587dbe627c281180e + - Shape <https://www.ogc.org/rules/sosa/#testObservedProperty>: _:N6bd02feff7ac4671819f0cb2f67cd17d + - Shape <https://www.ogc.org/rules/sosa/#testResult>: *none* + - Shape <https://www.ogc.org/rules/sosa/#testRequiredTime>: _:N6bd02feff7ac4671819f0cb2f67cd17d
@@ -2825,12 +2825,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>: *none* + - Shape <https://www.ogc.org/rules/sosa/#testFeatureOfInterest>: _:Naaa98811254945909fd66987a119856d - Shape <https://www.ogc.org/rules/sosa/#testResultNotEmptyNode>: *none* - - Shape <https://www.ogc.org/rules/sosa/#testFeatureOfInterest>: _:N778edf9d78a242248950163eeb07373b - Shape <https://www.ogc.org/rules/sosa/#testSimpleResultLiteral>: *none* - - Shape <https://www.ogc.org/rules/sosa/#testObservedProperty>: _:N778edf9d78a242248950163eeb07373b - - Shape <https://www.ogc.org/rules/sosa/#testRequiredTime>: _:N778edf9d78a242248950163eeb07373b + - Shape <https://www.ogc.org/rules/sosa/#testObservedProperty>: _:Naaa98811254945909fd66987a119856d + - Shape <https://www.ogc.org/rules/sosa/#testResult>: *none* + - Shape <https://www.ogc.org/rules/sosa/#testRequiredTime>: _:Naaa98811254945909fd66987a119856d
@@ -2868,12 +2868,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/#testFeatureOfInterest>: _:N7b8d8d68b89e45a1aac9e10e135c2a02 - Shape <https://www.ogc.org/rules/sosa/#testResultNotEmptyNode>: *none* - - Shape <https://www.ogc.org/rules/sosa/#testFeatureOfInterest>: _:Nc30df2835e364644b4f40e19721d0425 - Shape <https://www.ogc.org/rules/sosa/#testSimpleResultLiteral>: frogginess - - Shape <https://www.ogc.org/rules/sosa/#testObservedProperty>: _:Nc30df2835e364644b4f40e19721d0425 - - Shape <https://www.ogc.org/rules/sosa/#testRequiredTime>: _:Nc30df2835e364644b4f40e19721d0425 + - Shape <https://www.ogc.org/rules/sosa/#testObservedProperty>: _:N7b8d8d68b89e45a1aac9e10e135c2a02 + - Shape <https://www.ogc.org/rules/sosa/#testResult>: *none* + - Shape <https://www.ogc.org/rules/sosa/#testRequiredTime>: _:N7b8d8d68b89e45a1aac9e10e135c2a02
@@ -2910,12 +2910,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/#testFeatureOfInterest>: _:Neba078d3f16840c3a12bdb28b448cd36 - Shape <https://www.ogc.org/rules/sosa/#testResultNotEmptyNode>: *none* - - Shape <https://www.ogc.org/rules/sosa/#testFeatureOfInterest>: _:N9c97634c59a1475180036f1227f79c05 - Shape <https://www.ogc.org/rules/sosa/#testSimpleResultLiteral>: 33 - - Shape <https://www.ogc.org/rules/sosa/#testObservedProperty>: _:N9c97634c59a1475180036f1227f79c05 - - Shape <https://www.ogc.org/rules/sosa/#testRequiredTime>: _:N9c97634c59a1475180036f1227f79c05 + - Shape <https://www.ogc.org/rules/sosa/#testObservedProperty>: _:Neba078d3f16840c3a12bdb28b448cd36 + - Shape <https://www.ogc.org/rules/sosa/#testResult>: *none* + - Shape <https://www.ogc.org/rules/sosa/#testRequiredTime>: _:Neba078d3f16840c3a12bdb28b448cd36
@@ -2948,12 +2948,12 @@

Conforms: True
Focus nodes for registereditems/unstable/sosa/_sources/properties/observation/rules.shacl: - - Shape <https://www.ogc.org/rules/sosa/#testResult>: _:n7fc3723a25084d4691bcb579b8449af5b1 + - Shape <https://www.ogc.org/rules/sosa/#testFeatureOfInterest>: _:ncf346e4202de4ba49550f768bd1dbb46b1 - Shape <https://www.ogc.org/rules/sosa/#testResultNotEmptyNode>: *none* - - Shape <https://www.ogc.org/rules/sosa/#testFeatureOfInterest>: _:n7fc3723a25084d4691bcb579b8449af5b1 - Shape <https://www.ogc.org/rules/sosa/#testSimpleResultLiteral>: 33 - - Shape <https://www.ogc.org/rules/sosa/#testObservedProperty>: _:n7fc3723a25084d4691bcb579b8449af5b1 - - Shape <https://www.ogc.org/rules/sosa/#testRequiredTime>: _:n7fc3723a25084d4691bcb579b8449af5b1 + - Shape <https://www.ogc.org/rules/sosa/#testObservedProperty>: _:ncf346e4202de4ba49550f768bd1dbb46b1 + - Shape <https://www.ogc.org/rules/sosa/#testResult>: _:ncf346e4202de4ba49550f768bd1dbb46b1 + - Shape <https://www.ogc.org/rules/sosa/#testRequiredTime>: _:ncf346e4202de4ba49550f768bd1dbb46b1
@@ -2990,12 +2990,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/#testFeatureOfInterest>: _:N6d76ad8304cc46788c796f2fe8acdd8d - Shape <https://www.ogc.org/rules/sosa/#testResultNotEmptyNode>: *none* - - Shape <https://www.ogc.org/rules/sosa/#testFeatureOfInterest>: _:N64a309a4f38d4292a51089d59fc3989c - Shape <https://www.ogc.org/rules/sosa/#testSimpleResultLiteral>: *none* - - Shape <https://www.ogc.org/rules/sosa/#testObservedProperty>: _:N64a309a4f38d4292a51089d59fc3989c - - Shape <https://www.ogc.org/rules/sosa/#testRequiredTime>: _:N64a309a4f38d4292a51089d59fc3989c + - Shape <https://www.ogc.org/rules/sosa/#testObservedProperty>: _:N6d76ad8304cc46788c796f2fe8acdd8d + - Shape <https://www.ogc.org/rules/sosa/#testResult>: *none* + - Shape <https://www.ogc.org/rules/sosa/#testRequiredTime>: _:N6d76ad8304cc46788c796f2fe8acdd8d
@@ -3335,12 +3335,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/#testFeatureOfInterest>: _:N8cf3017fe25d42f490ae48e1fb4f152b - Shape <https://www.ogc.org/rules/sosa/#testResultNotEmptyNode>: *none* - - Shape <https://www.ogc.org/rules/sosa/#testFeatureOfInterest>: _:N24c4165f198443f487ffcf20fbf2dab3 - Shape <https://www.ogc.org/rules/sosa/#testSimpleResultLiteral>: *none* - - Shape <https://www.ogc.org/rules/sosa/#testObservedProperty>: _:N24c4165f198443f487ffcf20fbf2dab3 - - Shape <https://www.ogc.org/rules/sosa/#testRequiredTime>: _:N24c4165f198443f487ffcf20fbf2dab3 + - Shape <https://www.ogc.org/rules/sosa/#testObservedProperty>: _:N8cf3017fe25d42f490ae48e1fb4f152b + - Shape <https://www.ogc.org/rules/sosa/#testResult>: *none* + - Shape <https://www.ogc.org/rules/sosa/#testRequiredTime>: _:N8cf3017fe25d42f490ae48e1fb4f152b
@@ -3399,11 +3399,11 @@

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/#testResultNotEmptyNode>: *none* - Shape <https://www.ogc.org/rules/sosa/#testFeatureOfInterest>: *none* + - Shape <https://www.ogc.org/rules/sosa/#testResultNotEmptyNode>: *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/#testResult>: *none* - Shape <https://www.ogc.org/rules/sosa/#testRequiredTime>: *none*
@@ -3441,11 +3441,11 @@

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/#testResultNotEmptyNode>: *none* - Shape <https://www.ogc.org/rules/sosa/#testFeatureOfInterest>: <http://example.com/a1> + - Shape <https://www.ogc.org/rules/sosa/#testResultNotEmptyNode>: *none* - 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/#testResult>: <http://example.com/a1> - Shape <https://www.ogc.org/rules/sosa/#testRequiredTime>: <http://example.com/a1>
@@ -3479,11 +3479,11 @@

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/#testResultNotEmptyNode>: *none* - Shape <https://www.ogc.org/rules/sosa/#testFeatureOfInterest>: eg:a1 + - Shape <https://www.ogc.org/rules/sosa/#testResultNotEmptyNode>: *none* - 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/#testResult>: eg:a1 - Shape <https://www.ogc.org/rules/sosa/#testRequiredTime>: eg:a1
@@ -3840,11 +3840,11 @@

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/#testResultNotEmptyNode>: *none* - Shape <https://www.ogc.org/rules/sosa/#testFeatureOfInterest>: <http://example.com/pop1999> + - Shape <https://www.ogc.org/rules/sosa/#testResultNotEmptyNode>: *none* - 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/#testResult>: <http://example.com/pop1999> - Shape <https://www.ogc.org/rules/sosa/#testRequiredTime>: <http://example.com/pop1999>
@@ -3878,12 +3878,12 @@

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

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/#testResultNotEmptyNode>: *none* - Shape <https://www.ogc.org/rules/sosa/#testFeatureOfInterest>: <http://example.com/pop1999> + - Shape <https://www.ogc.org/rules/sosa/#testResultNotEmptyNode>: *none* - 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/#testResult>: <http://example.com/pop1999> - Shape <https://www.ogc.org/rules/sosa/#testRequiredTime>: <http://example.com/pop1999>
@@ -3994,11 +3994,11 @@

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>: *none* - - Shape <https://www.ogc.org/rules/sosa/#testResultNotEmptyNode>: *none* - Shape <https://www.ogc.org/rules/sosa/#testFeatureOfInterest>: <file:///github/workspace/pop1999> + - Shape <https://www.ogc.org/rules/sosa/#testResultNotEmptyNode>: *none* - 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/#testResult>: *none* - Shape <https://www.ogc.org/rules/sosa/#testRequiredTime>: <file:///github/workspace/pop1999>
@@ -4036,12 +4036,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/#testFeatureOfInterest>: <file:///github/workspace/pop1999>,<file:///github/workspace/something> - Shape <https://www.ogc.org/rules/sosa/#testResultNotEmptyNode>: *none* - - Shape <https://www.ogc.org/rules/sosa/#testFeatureOfInterest>: <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/#testRequiredTime>: <file:///github/workspace/something>,<file:///github/workspace/pop1999> + - Shape <https://www.ogc.org/rules/sosa/#testObservedProperty>: <file:///github/workspace/pop1999>,<file:///github/workspace/something> + - Shape <https://www.ogc.org/rules/sosa/#testResult>: *none* + - Shape <https://www.ogc.org/rules/sosa/#testRequiredTime>: <file:///github/workspace/pop1999>,<file:///github/workspace/something>
@@ -4078,11 +4078,11 @@

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/#testResultNotEmptyNode>: *none* - Shape <https://www.ogc.org/rules/sosa/#testFeatureOfInterest>: <http://www.example.com/sosa/something>,<http://www.example.com/sosa/pop1999> + - Shape <https://www.ogc.org/rules/sosa/#testResultNotEmptyNode>: *none* - 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/something>,<http://www.example.com/sosa/pop1999> + - Shape <https://www.ogc.org/rules/sosa/#testResult>: *none* - Shape <https://www.ogc.org/rules/sosa/#testRequiredTime>: <http://www.example.com/sosa/something>,<http://www.example.com/sosa/pop1999>
@@ -4116,11 +4116,11 @@

Conforms: True
Focus nodes for registereditems/unstable/sosa/_sources/properties/observation/rules.shacl: - - 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/#testFeatureOfInterest>: eg:pop1999,eg:pop2000 + - Shape <https://www.ogc.org/rules/sosa/#testResultNotEmptyNode>: *none* - Shape <https://www.ogc.org/rules/sosa/#testSimpleResultLiteral>: eg:pop2000/sosa:hasSimpleResult,eg:pop1999/sosa:hasSimpleResult - 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/#testRequiredTime>: eg:pop1999,eg:pop2000
@@ -4180,20 +4180,20 @@

Conforms: True
Focus nodes for registereditems/unstable/sosa/_sources/examples/vectorObservationFeature/rules.shacl: + - Shape <http://example.com/rules#testVectorObservationFeatureHasOneGeometry>: <http://example.com/features/vector-obs-1> - Shape <http://example.com/rules#testGeometryHasCoordinates>: <http://example.com/features/vector-obs-1>/geojson:geometry - Shape <http://example.com/rules#testGeometryCoordinatesIsList>: <http://example.com/features/vector-obs-1>/geojson:geometry - - Shape <http://example.com/rules#testVectorObservationFeatureHasOneGeometry>: <http://example.com/features/vector-obs-1>
Validation result for registereditems/unstable/sosa/_sources/properties/observation/rules.shacl: Validation Report 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/#testResultNotEmptyNode>: *none* - Shape <https://www.ogc.org/rules/sosa/#testFeatureOfInterest>: <http://example.com/features/vector-obs-1> + - Shape <https://www.ogc.org/rules/sosa/#testResultNotEmptyNode>: *none* - Shape <https://www.ogc.org/rules/sosa/#testSimpleResultLiteral>: *none* - Shape <https://www.ogc.org/rules/sosa/#testObservedProperty>: <http://example.com/features/vector-obs-1> + - Shape <https://www.ogc.org/rules/sosa/#testResult>: *none* - Shape <https://www.ogc.org/rules/sosa/#testRequiredTime>: <http://example.com/features/vector-obs-1>
@@ -4231,20 +4231,20 @@

Conforms: True
Focus nodes for registereditems/unstable/sosa/_sources/examples/vectorObservationFeature/rules.shacl: + - Shape <http://example.com/rules#testVectorObservationFeatureHasOneGeometry>: <http://example.com/features/vector-obs-1> - Shape <http://example.com/rules#testGeometryHasCoordinates>: <http://example.com/features/vector-obs-1>/geojson:geometry - Shape <http://example.com/rules#testGeometryCoordinatesIsList>: <http://example.com/features/vector-obs-1>/geojson:geometry - - Shape <http://example.com/rules#testVectorObservationFeatureHasOneGeometry>: <http://example.com/features/vector-obs-1>
Validation result for registereditems/unstable/sosa/_sources/properties/observation/rules.shacl: Validation Report 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/#testResultNotEmptyNode>: *none* - Shape <https://www.ogc.org/rules/sosa/#testFeatureOfInterest>: <http://example.com/features/vector-obs-1> + - Shape <https://www.ogc.org/rules/sosa/#testResultNotEmptyNode>: *none* - Shape <https://www.ogc.org/rules/sosa/#testSimpleResultLiteral>: *none* - Shape <https://www.ogc.org/rules/sosa/#testObservedProperty>: <http://example.com/features/vector-obs-1> + - Shape <https://www.ogc.org/rules/sosa/#testResult>: *none* - Shape <https://www.ogc.org/rules/sosa/#testRequiredTime>: <http://example.com/features/vector-obs-1>
diff --git a/tests/unstable/sosa/examples/vectorObservation/_report.json b/tests/unstable/sosa/examples/vectorObservation/_report.json index d5d40db44..8628da5d1 100644 --- a/tests/unstable/sosa/examples/vectorObservation/_report.json +++ b/tests/unstable/sosa/examples/vectorObservation/_report.json @@ -2,7 +2,7 @@ "title": "Validation report for ogc.unstable.sosa.examples.vectorObservation - Example SOSA Vector Observation", "bblockName": "Example SOSA Vector Observation", "bblockId": "ogc.unstable.sosa.examples.vectorObservation", - "generated": "2023-12-24T04:06:37.463494+00:00", + "generated": "2023-12-28T15:51:58.582977+00:00", "result": true, "items": [ { @@ -86,33 +86,33 @@ { "shaclFile": "registereditems/unstable/sosa/_sources/properties/observation/rules.shacl", "focusNodes": { - "": { - "nodes": [] - }, - "": { - "nodes": [] - }, "": { "nodes": [ - "_:N24c4165f198443f487ffcf20fbf2dab3" + "_:N8cf3017fe25d42f490ae48e1fb4f152b" ] }, + "": { + "nodes": [] + }, "": { "nodes": [] }, "": { "nodes": [ - "_:N24c4165f198443f487ffcf20fbf2dab3" + "_:N8cf3017fe25d42f490ae48e1fb4f152b" ] }, + "": { + "nodes": [] + }, "": { "nodes": [ - "_:N24c4165f198443f487ffcf20fbf2dab3" + "_:N8cf3017fe25d42f490ae48e1fb4f152b" ] } }, "isError": false, - "message": "Focus nodes for registereditems/unstable/sosa/_sources/properties/observation/rules.shacl:\n - Shape : *none*\n - Shape : *none*\n - Shape : _:N24c4165f198443f487ffcf20fbf2dab3\n - Shape : *none*\n - Shape : _:N24c4165f198443f487ffcf20fbf2dab3\n - Shape : _:N24c4165f198443f487ffcf20fbf2dab3\n" + "message": "Focus nodes for registereditems/unstable/sosa/_sources/properties/observation/rules.shacl:\n - Shape : _:N8cf3017fe25d42f490ae48e1fb4f152b\n - Shape : *none*\n - Shape : *none*\n - Shape : _:N8cf3017fe25d42f490ae48e1fb4f152b\n - Shape : *none*\n - Shape : _:N8cf3017fe25d42f490ae48e1fb4f152b\n" } ] }, diff --git a/tests/unstable/sosa/examples/vectorObservation/example_1_1.validation_passed.txt b/tests/unstable/sosa/examples/vectorObservation/example_1_1.validation_passed.txt index f3411f915..dab484f34 100644 --- a/tests/unstable/sosa/examples/vectorObservation/example_1_1.validation_passed.txt +++ b/tests/unstable/sosa/examples/vectorObservation/example_1_1.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.unstable.sosa.examples.vectorObservation - Example SOSA Vector Observation -Generated 2023-12-24T04:06:37.463436+00:00 +Generated 2023-12-28T15:51:58.582885+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 : _:N8cf3017fe25d42f490ae48e1fb4f152b - Shape : *none* - - Shape : _:N24c4165f198443f487ffcf20fbf2dab3 - Shape : *none* - - Shape : _:N24c4165f198443f487ffcf20fbf2dab3 - - Shape : _:N24c4165f198443f487ffcf20fbf2dab3 + - Shape : _:N8cf3017fe25d42f490ae48e1fb4f152b + - Shape : *none* + - Shape : _:N8cf3017fe25d42f490ae48e1fb4f152b === End SHACL === diff --git a/tests/unstable/sosa/examples/vectorObservationFeature/_report.json b/tests/unstable/sosa/examples/vectorObservationFeature/_report.json index e61415445..7a5b53c63 100644 --- a/tests/unstable/sosa/examples/vectorObservationFeature/_report.json +++ b/tests/unstable/sosa/examples/vectorObservationFeature/_report.json @@ -2,7 +2,7 @@ "title": "Validation report for ogc.unstable.sosa.examples.vectorObservationFeature - Example SOSA Vector Observation Feature", "bblockName": "Example SOSA Vector Observation Feature", "bblockId": "ogc.unstable.sosa.examples.vectorObservationFeature", - "generated": "2023-12-24T04:06:41.022165+00:00", + "generated": "2023-12-28T15:52:04.355469+00:00", "result": true, "items": [ { @@ -86,24 +86,24 @@ { "shaclFile": "registereditems/unstable/sosa/_sources/examples/vectorObservationFeature/rules.shacl", "focusNodes": { - "": { + "": { "nodes": [ - "/geojson:geometry" + "" ] }, - "": { + "": { "nodes": [ "/geojson:geometry" ] }, - "": { + "": { "nodes": [ - "" + "/geojson:geometry" ] } }, "isError": false, - "message": "Focus nodes for registereditems/unstable/sosa/_sources/examples/vectorObservationFeature/rules.shacl:\n - Shape : /geojson:geometry\n - Shape : /geojson:geometry\n - Shape : \n" + "message": "Focus nodes for registereditems/unstable/sosa/_sources/examples/vectorObservationFeature/rules.shacl:\n - Shape : \n - Shape : /geojson:geometry\n - Shape : /geojson:geometry\n" }, { "op": "shacl-report", @@ -115,17 +115,14 @@ { "shaclFile": "registereditems/unstable/sosa/_sources/properties/observation/rules.shacl", "focusNodes": { - "": { - "nodes": [] - }, - "": { - "nodes": [] - }, "": { "nodes": [ "" ] }, + "": { + "nodes": [] + }, "": { "nodes": [] }, @@ -134,6 +131,9 @@ "" ] }, + "": { + "nodes": [] + }, "": { "nodes": [ "" @@ -141,7 +141,7 @@ } }, "isError": false, - "message": "Focus nodes for registereditems/unstable/sosa/_sources/properties/observation/rules.shacl:\n - Shape : *none*\n - Shape : *none*\n - Shape : \n - Shape : *none*\n - Shape : \n - Shape : \n" + "message": "Focus nodes for registereditems/unstable/sosa/_sources/properties/observation/rules.shacl:\n - Shape : \n - Shape : *none*\n - Shape : *none*\n - Shape : \n - Shape : *none*\n - Shape : \n" } ] }, @@ -233,24 +233,24 @@ { "shaclFile": "registereditems/unstable/sosa/_sources/examples/vectorObservationFeature/rules.shacl", "focusNodes": { - "": { + "": { "nodes": [ - "/geojson:geometry" + "" ] }, - "": { + "": { "nodes": [ "/geojson:geometry" ] }, - "": { + "": { "nodes": [ - "" + "/geojson:geometry" ] } }, "isError": false, - "message": "Focus nodes for registereditems/unstable/sosa/_sources/examples/vectorObservationFeature/rules.shacl:\n - Shape : /geojson:geometry\n - Shape : /geojson:geometry\n - Shape : \n" + "message": "Focus nodes for registereditems/unstable/sosa/_sources/examples/vectorObservationFeature/rules.shacl:\n - Shape : \n - Shape : /geojson:geometry\n - Shape : /geojson:geometry\n" }, { "op": "shacl-report", @@ -262,17 +262,14 @@ { "shaclFile": "registereditems/unstable/sosa/_sources/properties/observation/rules.shacl", "focusNodes": { - "": { - "nodes": [] - }, - "": { - "nodes": [] - }, "": { "nodes": [ "" ] }, + "": { + "nodes": [] + }, "": { "nodes": [] }, @@ -281,6 +278,9 @@ "" ] }, + "": { + "nodes": [] + }, "": { "nodes": [ "" @@ -288,7 +288,7 @@ } }, "isError": false, - "message": "Focus nodes for registereditems/unstable/sosa/_sources/properties/observation/rules.shacl:\n - Shape : *none*\n - Shape : *none*\n - Shape : \n - Shape : *none*\n - Shape : \n - Shape : \n" + "message": "Focus nodes for registereditems/unstable/sosa/_sources/properties/observation/rules.shacl:\n - Shape : \n - Shape : *none*\n - Shape : *none*\n - Shape : \n - Shape : *none*\n - Shape : \n" } ] }, diff --git a/tests/unstable/sosa/examples/vectorObservationFeature/example_1_1.validation_passed.txt b/tests/unstable/sosa/examples/vectorObservationFeature/example_1_1.validation_passed.txt index 0efab9dd3..c96aa659e 100644 --- a/tests/unstable/sosa/examples/vectorObservationFeature/example_1_1.validation_passed.txt +++ b/tests/unstable/sosa/examples/vectorObservationFeature/example_1_1.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.unstable.sosa.examples.vectorObservationFeature - Example SOSA Vector Observation Feature -Generated 2023-12-24T04:06:40.857246+00:00 +Generated 2023-12-28T15:52:04.019706+00:00 === Files === Using example_1_1.json from examples JSON-LD context is present - uplifting @@ -17,20 +17,20 @@ Validation result for registereditems/unstable/sosa/_sources/examples/vectorObse Conforms: True Focus nodes for registereditems/unstable/sosa/_sources/examples/vectorObservationFeature/rules.shacl: + - Shape : - Shape : /geojson:geometry - Shape : /geojson:geometry - - Shape : Validation result for registereditems/unstable/sosa/_sources/properties/observation/rules.shacl: Validation Report Conforms: True Focus nodes for registereditems/unstable/sosa/_sources/properties/observation/rules.shacl: - - Shape : *none* - - Shape : *none* - Shape : + - Shape : *none* - Shape : *none* - Shape : + - Shape : *none* - Shape : === End SHACL === diff --git a/tests/unstable/sosa/examples/vectorObservationFeature/example_2_1.validation_passed.txt b/tests/unstable/sosa/examples/vectorObservationFeature/example_2_1.validation_passed.txt index 51c1aaf28..f113c841d 100644 --- a/tests/unstable/sosa/examples/vectorObservationFeature/example_2_1.validation_passed.txt +++ b/tests/unstable/sosa/examples/vectorObservationFeature/example_2_1.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.unstable.sosa.examples.vectorObservationFeature - Example SOSA Vector Observation Feature -Generated 2023-12-24T04:06:41.022110+00:00 +Generated 2023-12-28T15:52:04.355396+00:00 === Files === Using example_2_1.json from examples JSON-LD context is present - uplifting @@ -17,20 +17,20 @@ Validation result for registereditems/unstable/sosa/_sources/examples/vectorObse Conforms: True Focus nodes for registereditems/unstable/sosa/_sources/examples/vectorObservationFeature/rules.shacl: + - Shape : - Shape : /geojson:geometry - Shape : /geojson:geometry - - Shape : Validation result for registereditems/unstable/sosa/_sources/properties/observation/rules.shacl: Validation Report Conforms: True Focus nodes for registereditems/unstable/sosa/_sources/properties/observation/rules.shacl: - - Shape : *none* - - Shape : *none* - Shape : + - Shape : *none* - Shape : *none* - Shape : + - Shape : *none* - Shape : === End SHACL === diff --git a/tests/unstable/sosa/features/observation/_report.json b/tests/unstable/sosa/features/observation/_report.json index 552b5c0c8..2ab12133a 100644 --- a/tests/unstable/sosa/features/observation/_report.json +++ b/tests/unstable/sosa/features/observation/_report.json @@ -2,7 +2,7 @@ "title": "Validation report for ogc.unstable.sosa.features.observation - SOSA Observation Feature", "bblockName": "SOSA Observation Feature", "bblockId": "ogc.unstable.sosa.features.observation", - "generated": "2023-12-24T04:06:39.461346+00:00", + "generated": "2023-12-28T15:52:01.760885+00:00", "result": true, "items": [ { @@ -86,7 +86,7 @@ { "shaclFile": "registereditems/unstable/sosa/_sources/properties/observation/rules.shacl", "focusNodes": { - "": { + "": { "nodes": [ "" ] @@ -94,11 +94,6 @@ "": { "nodes": [] }, - "": { - "nodes": [ - "" - ] - }, "": { "nodes": [ "/sosa:hasSimpleResult" @@ -109,6 +104,11 @@ "" ] }, + "": { + "nodes": [ + "" + ] + }, "": { "nodes": [ "" @@ -116,7 +116,7 @@ } }, "isError": false, - "message": "Focus nodes for registereditems/unstable/sosa/_sources/properties/observation/rules.shacl:\n - Shape : \n - Shape : *none*\n - Shape : \n - Shape : /sosa:hasSimpleResult\n - Shape : \n - Shape : \n" + "message": "Focus nodes for registereditems/unstable/sosa/_sources/properties/observation/rules.shacl:\n - Shape : \n - Shape : *none*\n - Shape : /sosa:hasSimpleResult\n - Shape : \n - Shape : \n - Shape : \n" } ] }, @@ -190,19 +190,14 @@ { "shaclFile": "registereditems/unstable/sosa/_sources/properties/observation/rules.shacl", "focusNodes": { - "": { + "": { "nodes": [ - "_:n39f74b39eda14790b433c86ede9d03f3b1" + "_:ndf07b37506de4db7b0efe87c84bbdf6fb1" ] }, "": { "nodes": [] }, - "": { - "nodes": [ - "_:n39f74b39eda14790b433c86ede9d03f3b1" - ] - }, "": { "nodes": [ "33" @@ -210,17 +205,22 @@ }, "": { "nodes": [ - "_:n39f74b39eda14790b433c86ede9d03f3b1" + "_:ndf07b37506de4db7b0efe87c84bbdf6fb1" + ] + }, + "": { + "nodes": [ + "_:ndf07b37506de4db7b0efe87c84bbdf6fb1" ] }, "": { "nodes": [ - "_:n39f74b39eda14790b433c86ede9d03f3b1" + "_:ndf07b37506de4db7b0efe87c84bbdf6fb1" ] } }, "isError": false, - "message": "Focus nodes for registereditems/unstable/sosa/_sources/properties/observation/rules.shacl:\n - Shape : _:n39f74b39eda14790b433c86ede9d03f3b1\n - Shape : *none*\n - Shape : _:n39f74b39eda14790b433c86ede9d03f3b1\n - Shape : 33\n - Shape : _:n39f74b39eda14790b433c86ede9d03f3b1\n - Shape : _:n39f74b39eda14790b433c86ede9d03f3b1\n" + "message": "Focus nodes for registereditems/unstable/sosa/_sources/properties/observation/rules.shacl:\n - Shape : _:ndf07b37506de4db7b0efe87c84bbdf6fb1\n - Shape : *none*\n - Shape : 33\n - Shape : _:ndf07b37506de4db7b0efe87c84bbdf6fb1\n - Shape : _:ndf07b37506de4db7b0efe87c84bbdf6fb1\n - Shape : _:ndf07b37506de4db7b0efe87c84bbdf6fb1\n" } ] }, @@ -312,7 +312,7 @@ { "shaclFile": "registereditems/unstable/sosa/_sources/properties/observation/rules.shacl", "focusNodes": { - "": { + "": { "nodes": [ "" ] @@ -320,11 +320,6 @@ "": { "nodes": [] }, - "": { - "nodes": [ - "" - ] - }, "": { "nodes": [] }, @@ -333,6 +328,11 @@ "" ] }, + "": { + "nodes": [ + "" + ] + }, "": { "nodes": [ "" @@ -340,7 +340,7 @@ } }, "isError": false, - "message": "Focus nodes for registereditems/unstable/sosa/_sources/properties/observation/rules.shacl:\n - Shape : \n - Shape : *none*\n - Shape : \n - Shape : *none*\n - Shape : \n - Shape : \n" + "message": "Focus nodes for registereditems/unstable/sosa/_sources/properties/observation/rules.shacl:\n - Shape : \n - Shape : *none*\n - Shape : *none*\n - Shape : \n - Shape : \n - Shape : \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 752e5c2ed..76bf59645 100644 --- a/tests/unstable/sosa/features/observation/example_1_1.validation_passed.txt +++ b/tests/unstable/sosa/features/observation/example_1_1.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.unstable.sosa.features.observation - SOSA Observation Feature -Generated 2023-12-24T04:06:39.445978+00:00 +Generated 2023-12-28T15:52:01.745297+00:00 === Files === Using example_1_1.json from examples JSON-LD context is present - uplifting @@ -17,11 +17,11 @@ 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 : *none* - Shape : /sosa:hasSimpleResult - Shape : + - Shape : - Shape : === 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 322b93fc2..4b74e68c3 100644 --- a/tests/unstable/sosa/features/observation/example_1_2.validation_passed.txt +++ b/tests/unstable/sosa/features/observation/example_1_2.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.unstable.sosa.features.observation - SOSA Observation Feature -Generated 2023-12-24T04:06:39.452685+00:00 +Generated 2023-12-28T15:52:01.752253+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 : _:n39f74b39eda14790b433c86ede9d03f3b1 + - Shape : _:ndf07b37506de4db7b0efe87c84bbdf6fb1 - Shape : *none* - - Shape : _:n39f74b39eda14790b433c86ede9d03f3b1 - Shape : 33 - - Shape : _:n39f74b39eda14790b433c86ede9d03f3b1 - - Shape : _:n39f74b39eda14790b433c86ede9d03f3b1 + - Shape : _:ndf07b37506de4db7b0efe87c84bbdf6fb1 + - Shape : _:ndf07b37506de4db7b0efe87c84bbdf6fb1 + - Shape : _:ndf07b37506de4db7b0efe87c84bbdf6fb1 === 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 34717ffc2..e59bd9bc5 100644 --- a/tests/unstable/sosa/features/observation/example_2_1.validation_passed.txt +++ b/tests/unstable/sosa/features/observation/example_2_1.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.unstable.sosa.features.observation - SOSA Observation Feature -Generated 2023-12-24T04:06:39.461291+00:00 +Generated 2023-12-28T15:52:01.760830+00:00 === Files === Using example_2_1.json from examples JSON-LD context is present - uplifting @@ -17,11 +17,11 @@ 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 : *none* - Shape : *none* - Shape : + - Shape : - Shape : === End SHACL === diff --git a/tests/unstable/sosa/features/observationCollection/_report.json b/tests/unstable/sosa/features/observationCollection/_report.json index 8f6cd418c..591d98b6f 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": "2023-12-24T04:06:40.021056+00:00", + "generated": "2023-12-28T15:52:02.654369+00:00", "result": true, "items": [ { @@ -90,17 +90,14 @@ { "shaclFile": "registereditems/unstable/sosa/_sources/properties/observation/rules.shacl", "focusNodes": { - "": { - "nodes": [] - }, - "": { - "nodes": [] - }, "": { "nodes": [ "" ] }, + "": { + "nodes": [] + }, "": { "nodes": [ "/sosa:hasSimpleResult" @@ -111,6 +108,9 @@ "" ] }, + "": { + "nodes": [] + }, "": { "nodes": [ "" @@ -118,7 +118,7 @@ } }, "isError": false, - "message": "Focus nodes for registereditems/unstable/sosa/_sources/properties/observation/rules.shacl:\n - Shape : *none*\n - Shape : *none*\n - Shape : \n - Shape : /sosa:hasSimpleResult\n - Shape : \n - Shape : \n" + "message": "Focus nodes for registereditems/unstable/sosa/_sources/properties/observation/rules.shacl:\n - Shape : \n - Shape : *none*\n - Shape : /sosa:hasSimpleResult\n - Shape : \n - Shape : *none*\n - Shape : \n" } ] }, @@ -208,18 +208,15 @@ { "shaclFile": "registereditems/unstable/sosa/_sources/properties/observation/rules.shacl", "focusNodes": { - "": { - "nodes": [] - }, - "": { - "nodes": [] - }, "": { "nodes": [ - "", - "" + "", + "" ] }, + "": { + "nodes": [] + }, "": { "nodes": [ "/sosa:hasSimpleResult" @@ -227,19 +224,22 @@ }, "": { "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 : ,\n - Shape : /sosa:hasSimpleResult\n - Shape : ,\n - Shape : ,\n" + "message": "Focus nodes for registereditems/unstable/sosa/_sources/properties/observation/rules.shacl:\n - Shape : ,\n - Shape : *none*\n - Shape : /sosa:hasSimpleResult\n - Shape : ,\n - Shape : *none*\n - Shape : ,\n" } ] }, @@ -331,18 +331,15 @@ { "shaclFile": "registereditems/unstable/sosa/_sources/properties/observation/rules.shacl", "focusNodes": { - "": { - "nodes": [] - }, - "": { - "nodes": [] - }, "": { "nodes": [ "", "" ] }, + "": { + "nodes": [] + }, "": { "nodes": [ "/sosa:hasSimpleResult" @@ -354,6 +351,9 @@ "" ] }, + "": { + "nodes": [] + }, "": { "nodes": [ "", @@ -362,7 +362,7 @@ } }, "isError": false, - "message": "Focus nodes for registereditems/unstable/sosa/_sources/properties/observation/rules.shacl:\n - Shape : *none*\n - Shape : *none*\n - Shape : ,\n - Shape : /sosa:hasSimpleResult\n - Shape : ,\n - Shape : ,\n" + "message": "Focus nodes for registereditems/unstable/sosa/_sources/properties/observation/rules.shacl:\n - Shape : ,\n - Shape : *none*\n - Shape : /sosa:hasSimpleResult\n - Shape : ,\n - Shape : *none*\n - Shape : ,\n" } ] }, @@ -436,7 +436,7 @@ { "shaclFile": "registereditems/unstable/sosa/_sources/properties/observation/rules.shacl", "focusNodes": { - "": { + "": { "nodes": [ "eg:pop1999", "eg:pop2000" @@ -445,12 +445,6 @@ "": { "nodes": [] }, - "": { - "nodes": [ - "eg:pop1999", - "eg:pop2000" - ] - }, "": { "nodes": [ "eg:pop2000/sosa:hasSimpleResult", @@ -463,6 +457,12 @@ "eg:pop2000" ] }, + "": { + "nodes": [ + "eg:pop1999", + "eg:pop2000" + ] + }, "": { "nodes": [ "eg:pop1999", @@ -471,7 +471,7 @@ } }, "isError": false, - "message": "Focus nodes for registereditems/unstable/sosa/_sources/properties/observation/rules.shacl:\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 - Shape : eg:pop1999,eg:pop2000\n - Shape : eg:pop1999,eg:pop2000\n" + "message": "Focus nodes for registereditems/unstable/sosa/_sources/properties/observation/rules.shacl:\n - Shape : eg:pop1999,eg:pop2000\n - Shape : *none*\n - Shape : eg:pop2000/sosa:hasSimpleResult,eg:pop1999/sosa:hasSimpleResult\n - Shape : eg:pop1999,eg:pop2000\n - Shape : eg:pop1999,eg:pop2000\n - Shape : eg:pop1999,eg:pop2000\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 e4a64f135..7776dfd6c 100644 --- a/tests/unstable/sosa/features/observationCollection/example_1_1.validation_passed.txt +++ b/tests/unstable/sosa/features/observationCollection/example_1_1.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.unstable.sosa.features.observationCollection - SOSA ObservationCollection Feature -Generated 2023-12-24T04:06:40.010691+00:00 +Generated 2023-12-28T15:52:02.644249+00:00 === Files === Using example_1_1.json from examples JSON-LD context is present - uplifting @@ -17,11 +17,11 @@ 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 : , + - Shape : *none* - Shape : /sosa:hasSimpleResult - Shape : , + - Shape : *none* - Shape : , === 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 eee6c1ba3..0171ebc4b 100644 --- a/tests/unstable/sosa/features/observationCollection/example_1_2.validation_passed.txt +++ b/tests/unstable/sosa/features/observationCollection/example_1_2.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.unstable.sosa.features.observationCollection - SOSA ObservationCollection Feature -Generated 2023-12-24T04:06:40.021002+00:00 +Generated 2023-12-28T15:52:02.654316+00:00 === Files === Using example_1_2.ttl from examples Output Turtle example_1_2.ttl created @@ -11,11 +11,11 @@ Validation result for registereditems/unstable/sosa/_sources/properties/observat Conforms: True Focus nodes for registereditems/unstable/sosa/_sources/properties/observation/rules.shacl: - - Shape : eg:pop1999,eg:pop2000 - - Shape : *none* - Shape : eg:pop1999,eg:pop2000 + - Shape : *none* - Shape : eg:pop2000/sosa:hasSimpleResult,eg:pop1999/sosa:hasSimpleResult - Shape : eg:pop1999,eg:pop2000 + - Shape : eg:pop1999,eg:pop2000 - Shape : eg:pop1999,eg:pop2000 === 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 719516202..e7a738c1e 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 2023-12-24T04:06:39.981086+00:00 +Generated 2023-12-28T15:52:02.615105+00:00 === General === Test was expected to fail and it did. === End General === @@ -30,11 +30,11 @@ 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 : *none* - - Shape : *none* - Shape : + - Shape : *none* - Shape : /sosa:hasSimpleResult - Shape : + - Shape : *none* - Shape : === 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 bf2c61b85..55b08ddf4 100644 --- a/tests/unstable/sosa/features/observationCollection/observationCollection-props.validation_passed.txt +++ b/tests/unstable/sosa/features/observationCollection/observationCollection-props.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.unstable.sosa.features.observationCollection - SOSA ObservationCollection Feature -Generated 2023-12-24T04:06:39.995620+00:00 +Generated 2023-12-28T15:52:02.629411+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 : *none* + - Shape : , - Shape : *none* - - Shape : , - Shape : /sosa:hasSimpleResult - - Shape : , - - Shape : , + - Shape : , + - Shape : *none* + - Shape : , === End SHACL === diff --git a/tests/unstable/sosa/properties/observation/_report.json b/tests/unstable/sosa/properties/observation/_report.json index bca39ef7d..710db719e 100644 --- a/tests/unstable/sosa/properties/observation/_report.json +++ b/tests/unstable/sosa/properties/observation/_report.json @@ -2,7 +2,7 @@ "title": "Validation report for ogc.unstable.sosa.properties.observation - SOSA Observation", "bblockName": "SOSA Observation", "bblockId": "ogc.unstable.sosa.properties.observation", - "generated": "2023-12-24T04:06:37.214265+00:00", + "generated": "2023-12-28T15:51:58.272465+00:00", "result": false, "items": [ { @@ -72,42 +72,42 @@ { "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 _:N5872ee9bdd914e059c80e1d11c1d9f33 ;\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 _:N5872ee9bdd914e059c80e1d11c1d9f33 ] .\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 _:N7b85b2297d114af587dbe627c281180e ;\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 _:N7b85b2297d114af587dbe627c281180e ] .\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": [] - }, - "": { - "nodes": [] - }, "": { "nodes": [ - "_:Ne51a877786314b028c60154cba8523f5" + "_:N6bd02feff7ac4671819f0cb2f67cd17d" ] }, + "": { + "nodes": [] + }, "": { "nodes": [ - "_:N5872ee9bdd914e059c80e1d11c1d9f33" + "_:N7b85b2297d114af587dbe627c281180e" ] }, "": { "nodes": [ - "_:Ne51a877786314b028c60154cba8523f5" + "_:N6bd02feff7ac4671819f0cb2f67cd17d" ] }, + "": { + "nodes": [] + }, "": { "nodes": [ - "_:Ne51a877786314b028c60154cba8523f5" + "_:N6bd02feff7ac4671819f0cb2f67cd17d" ] } }, "isError": false, - "message": "Focus nodes for registereditems/unstable/sosa/_sources/properties/observation/rules.shacl:\n - Shape : *none*\n - Shape : *none*\n - Shape : _:Ne51a877786314b028c60154cba8523f5\n - Shape : _:N5872ee9bdd914e059c80e1d11c1d9f33\n - Shape : _:Ne51a877786314b028c60154cba8523f5\n - Shape : _:Ne51a877786314b028c60154cba8523f5\n" + "message": "Focus nodes for registereditems/unstable/sosa/_sources/properties/observation/rules.shacl:\n - Shape : _:N6bd02feff7ac4671819f0cb2f67cd17d\n - Shape : *none*\n - Shape : _:N7b85b2297d114af587dbe627c281180e\n - Shape : _:N6bd02feff7ac4671819f0cb2f67cd17d\n - Shape : *none*\n - Shape : _:N6bd02feff7ac4671819f0cb2f67cd17d\n" } ] }, @@ -192,33 +192,33 @@ { "shaclFile": "registereditems/unstable/sosa/_sources/properties/observation/rules.shacl", "focusNodes": { - "": { - "nodes": [] - }, - "": { - "nodes": [] - }, "": { "nodes": [ - "_:N778edf9d78a242248950163eeb07373b" + "_:Naaa98811254945909fd66987a119856d" ] }, + "": { + "nodes": [] + }, "": { "nodes": [] }, "": { "nodes": [ - "_:N778edf9d78a242248950163eeb07373b" + "_:Naaa98811254945909fd66987a119856d" ] }, + "": { + "nodes": [] + }, "": { "nodes": [ - "_:N778edf9d78a242248950163eeb07373b" + "_:Naaa98811254945909fd66987a119856d" ] } }, "isError": false, - "message": "Focus nodes for registereditems/unstable/sosa/_sources/properties/observation/rules.shacl:\n - Shape : *none*\n - Shape : *none*\n - Shape : _:N778edf9d78a242248950163eeb07373b\n - Shape : *none*\n - Shape : _:N778edf9d78a242248950163eeb07373b\n - Shape : _:N778edf9d78a242248950163eeb07373b\n" + "message": "Focus nodes for registereditems/unstable/sosa/_sources/properties/observation/rules.shacl:\n - Shape : _:Naaa98811254945909fd66987a119856d\n - Shape : *none*\n - Shape : *none*\n - Shape : _:Naaa98811254945909fd66987a119856d\n - Shape : *none*\n - Shape : _:Naaa98811254945909fd66987a119856d\n" } ] }, @@ -303,17 +303,14 @@ { "shaclFile": "registereditems/unstable/sosa/_sources/properties/observation/rules.shacl", "focusNodes": { - "": { - "nodes": [] - }, - "": { - "nodes": [] - }, "": { "nodes": [ - "_:Nc30df2835e364644b4f40e19721d0425" + "_:N7b8d8d68b89e45a1aac9e10e135c2a02" ] }, + "": { + "nodes": [] + }, "": { "nodes": [ "frogginess" @@ -321,17 +318,20 @@ }, "": { "nodes": [ - "_:Nc30df2835e364644b4f40e19721d0425" + "_:N7b8d8d68b89e45a1aac9e10e135c2a02" ] }, + "": { + "nodes": [] + }, "": { "nodes": [ - "_:Nc30df2835e364644b4f40e19721d0425" + "_:N7b8d8d68b89e45a1aac9e10e135c2a02" ] } }, "isError": false, - "message": "Focus nodes for registereditems/unstable/sosa/_sources/properties/observation/rules.shacl:\n - Shape : *none*\n - Shape : *none*\n - Shape : _:Nc30df2835e364644b4f40e19721d0425\n - Shape : frogginess\n - Shape : _:Nc30df2835e364644b4f40e19721d0425\n - Shape : _:Nc30df2835e364644b4f40e19721d0425\n" + "message": "Focus nodes for registereditems/unstable/sosa/_sources/properties/observation/rules.shacl:\n - Shape : _:N7b8d8d68b89e45a1aac9e10e135c2a02\n - Shape : *none*\n - Shape : frogginess\n - Shape : _:N7b8d8d68b89e45a1aac9e10e135c2a02\n - Shape : *none*\n - Shape : _:N7b8d8d68b89e45a1aac9e10e135c2a02\n" } ] }, @@ -423,17 +423,14 @@ { "shaclFile": "registereditems/unstable/sosa/_sources/properties/observation/rules.shacl", "focusNodes": { - "": { - "nodes": [] - }, - "": { - "nodes": [] - }, "": { "nodes": [ - "_:N9c97634c59a1475180036f1227f79c05" + "_:Neba078d3f16840c3a12bdb28b448cd36" ] }, + "": { + "nodes": [] + }, "": { "nodes": [ "33" @@ -441,17 +438,20 @@ }, "": { "nodes": [ - "_:N9c97634c59a1475180036f1227f79c05" + "_:Neba078d3f16840c3a12bdb28b448cd36" ] }, + "": { + "nodes": [] + }, "": { "nodes": [ - "_:N9c97634c59a1475180036f1227f79c05" + "_:Neba078d3f16840c3a12bdb28b448cd36" ] } }, "isError": false, - "message": "Focus nodes for registereditems/unstable/sosa/_sources/properties/observation/rules.shacl:\n - Shape : *none*\n - Shape : *none*\n - Shape : _:N9c97634c59a1475180036f1227f79c05\n - Shape : 33\n - Shape : _:N9c97634c59a1475180036f1227f79c05\n - Shape : _:N9c97634c59a1475180036f1227f79c05\n" + "message": "Focus nodes for registereditems/unstable/sosa/_sources/properties/observation/rules.shacl:\n - Shape : _:Neba078d3f16840c3a12bdb28b448cd36\n - Shape : *none*\n - Shape : 33\n - Shape : _:Neba078d3f16840c3a12bdb28b448cd36\n - Shape : *none*\n - Shape : _:Neba078d3f16840c3a12bdb28b448cd36\n" } ] }, @@ -525,19 +525,14 @@ { "shaclFile": "registereditems/unstable/sosa/_sources/properties/observation/rules.shacl", "focusNodes": { - "": { + "": { "nodes": [ - "_:n7fc3723a25084d4691bcb579b8449af5b1" + "_:ncf346e4202de4ba49550f768bd1dbb46b1" ] }, "": { "nodes": [] }, - "": { - "nodes": [ - "_:n7fc3723a25084d4691bcb579b8449af5b1" - ] - }, "": { "nodes": [ "33" @@ -545,17 +540,22 @@ }, "": { "nodes": [ - "_:n7fc3723a25084d4691bcb579b8449af5b1" + "_:ncf346e4202de4ba49550f768bd1dbb46b1" + ] + }, + "": { + "nodes": [ + "_:ncf346e4202de4ba49550f768bd1dbb46b1" ] }, "": { "nodes": [ - "_:n7fc3723a25084d4691bcb579b8449af5b1" + "_:ncf346e4202de4ba49550f768bd1dbb46b1" ] } }, "isError": false, - "message": "Focus nodes for registereditems/unstable/sosa/_sources/properties/observation/rules.shacl:\n - Shape : _:n7fc3723a25084d4691bcb579b8449af5b1\n - Shape : *none*\n - Shape : _:n7fc3723a25084d4691bcb579b8449af5b1\n - Shape : 33\n - Shape : _:n7fc3723a25084d4691bcb579b8449af5b1\n - Shape : _:n7fc3723a25084d4691bcb579b8449af5b1\n" + "message": "Focus nodes for registereditems/unstable/sosa/_sources/properties/observation/rules.shacl:\n - Shape : _:ncf346e4202de4ba49550f768bd1dbb46b1\n - Shape : *none*\n - Shape : 33\n - Shape : _:ncf346e4202de4ba49550f768bd1dbb46b1\n - Shape : _:ncf346e4202de4ba49550f768bd1dbb46b1\n - Shape : _:ncf346e4202de4ba49550f768bd1dbb46b1\n" } ] }, @@ -647,33 +647,33 @@ { "shaclFile": "registereditems/unstable/sosa/_sources/properties/observation/rules.shacl", "focusNodes": { - "": { - "nodes": [] - }, - "": { - "nodes": [] - }, "": { "nodes": [ - "_:N64a309a4f38d4292a51089d59fc3989c" + "_:N6d76ad8304cc46788c796f2fe8acdd8d" ] }, + "": { + "nodes": [] + }, "": { "nodes": [] }, "": { "nodes": [ - "_:N64a309a4f38d4292a51089d59fc3989c" + "_:N6d76ad8304cc46788c796f2fe8acdd8d" ] }, + "": { + "nodes": [] + }, "": { "nodes": [ - "_:N64a309a4f38d4292a51089d59fc3989c" + "_:N6d76ad8304cc46788c796f2fe8acdd8d" ] } }, "isError": false, - "message": "Focus nodes for registereditems/unstable/sosa/_sources/properties/observation/rules.shacl:\n - Shape : *none*\n - Shape : *none*\n - Shape : _:N64a309a4f38d4292a51089d59fc3989c\n - Shape : *none*\n - Shape : _:N64a309a4f38d4292a51089d59fc3989c\n - Shape : _:N64a309a4f38d4292a51089d59fc3989c\n" + "message": "Focus nodes for registereditems/unstable/sosa/_sources/properties/observation/rules.shacl:\n - Shape : _:N6d76ad8304cc46788c796f2fe8acdd8d\n - Shape : *none*\n - Shape : *none*\n - Shape : _:N6d76ad8304cc46788c796f2fe8acdd8d\n - Shape : *none*\n - Shape : _:N6d76ad8304cc46788c796f2fe8acdd8d\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 6d6646b0f..dee1072a1 100644 --- a/tests/unstable/sosa/properties/observation/example_1_1.validation_passed.txt +++ b/tests/unstable/sosa/properties/observation/example_1_1.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.unstable.sosa.properties.observation - SOSA Observation -Generated 2023-12-24T04:06:37.196517+00:00 +Generated 2023-12-28T15:51:58.254900+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 : _:Neba078d3f16840c3a12bdb28b448cd36 - Shape : *none* - - Shape : _:N9c97634c59a1475180036f1227f79c05 - Shape : 33 - - Shape : _:N9c97634c59a1475180036f1227f79c05 - - Shape : _:N9c97634c59a1475180036f1227f79c05 + - Shape : _:Neba078d3f16840c3a12bdb28b448cd36 + - Shape : *none* + - Shape : _:Neba078d3f16840c3a12bdb28b448cd36 === 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 fcd029a2d..85b9ae868 100644 --- a/tests/unstable/sosa/properties/observation/example_1_2.validation_passed.txt +++ b/tests/unstable/sosa/properties/observation/example_1_2.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.unstable.sosa.properties.observation - SOSA Observation -Generated 2023-12-24T04:06:37.206333+00:00 +Generated 2023-12-28T15:51:58.264650+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 : _:n7fc3723a25084d4691bcb579b8449af5b1 + - Shape : _:ncf346e4202de4ba49550f768bd1dbb46b1 - Shape : *none* - - Shape : _:n7fc3723a25084d4691bcb579b8449af5b1 - Shape : 33 - - Shape : _:n7fc3723a25084d4691bcb579b8449af5b1 - - Shape : _:n7fc3723a25084d4691bcb579b8449af5b1 + - Shape : _:ncf346e4202de4ba49550f768bd1dbb46b1 + - Shape : _:ncf346e4202de4ba49550f768bd1dbb46b1 + - Shape : _:ncf346e4202de4ba49550f768bd1dbb46b1 === 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 c921a766a..9b98a2d8c 100644 --- a/tests/unstable/sosa/properties/observation/example_2_1.validation_passed.txt +++ b/tests/unstable/sosa/properties/observation/example_2_1.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.unstable.sosa.properties.observation - SOSA Observation -Generated 2023-12-24T04:06:37.214211+00:00 +Generated 2023-12-28T15:51:58.272413+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 : *none* + - Shape : _:N6d76ad8304cc46788c796f2fe8acdd8d - Shape : *none* - - Shape : _:N64a309a4f38d4292a51089d59fc3989c - Shape : *none* - - Shape : _:N64a309a4f38d4292a51089d59fc3989c - - Shape : _:N64a309a4f38d4292a51089d59fc3989c + - Shape : _:N6d76ad8304cc46788c796f2fe8acdd8d + - Shape : *none* + - Shape : _:N6d76ad8304cc46788c796f2fe8acdd8d === 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 6dd962cba..8a0f51335 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 2023-12-24T04:06:37.172579+00:00 +Generated 2023-12-28T15:51:58.231702+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 : *none* + - Shape : _:N6bd02feff7ac4671819f0cb2f67cd17d - Shape : *none* - - Shape : _:Ne51a877786314b028c60154cba8523f5 - - Shape : _:N5872ee9bdd914e059c80e1d11c1d9f33 - - Shape : _:Ne51a877786314b028c60154cba8523f5 - - Shape : _:Ne51a877786314b028c60154cba8523f5 + - Shape : _:N7b85b2297d114af587dbe627c281180e + - Shape : _:N6bd02feff7ac4671819f0cb2f67cd17d + - Shape : *none* + - Shape : _:N6bd02feff7ac4671819f0cb2f67cd17d === 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 fef18c7c0..2b599e077 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 2023-12-24T04:06:37.181761+00:00 +Generated 2023-12-28T15:51:58.240575+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 : *none* + - Shape : _:Naaa98811254945909fd66987a119856d - Shape : *none* - - Shape : _:N778edf9d78a242248950163eeb07373b - Shape : *none* - - Shape : _:N778edf9d78a242248950163eeb07373b - - Shape : _:N778edf9d78a242248950163eeb07373b + - Shape : _:Naaa98811254945909fd66987a119856d + - Shape : *none* + - Shape : _:Naaa98811254945909fd66987a119856d === End SHACL === diff --git a/tests/unstable/sosa/properties/observation/tworesults-fail.validation_failed.txt b/tests/unstable/sosa/properties/observation/tworesults-fail.validation_failed.txt index a23f55f24..235c4f37a 100644 --- a/tests/unstable/sosa/properties/observation/tworesults-fail.validation_failed.txt +++ b/tests/unstable/sosa/properties/observation/tworesults-fail.validation_failed.txt @@ -1,5 +1,5 @@ Validation report for ogc.unstable.sosa.properties.observation - SOSA Observation -Generated 2023-12-24T04:06:37.189029+00:00 +Generated 2023-12-28T15:51:58.247686+00:00 === General === ** Validation error ** @@ -21,12 +21,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 : _:N7b8d8d68b89e45a1aac9e10e135c2a02 - Shape : *none* - - Shape : _:Nc30df2835e364644b4f40e19721d0425 - Shape : frogginess - - Shape : _:Nc30df2835e364644b4f40e19721d0425 - - Shape : _:Nc30df2835e364644b4f40e19721d0425 + - Shape : _:N7b8d8d68b89e45a1aac9e10e135c2a02 + - Shape : *none* + - Shape : _:N7b8d8d68b89e45a1aac9e10e135c2a02 === End SHACL === diff --git a/tests/unstable/sosa/properties/observationCollection/_report.json b/tests/unstable/sosa/properties/observationCollection/_report.json index 588668c17..8096a0790 100644 --- a/tests/unstable/sosa/properties/observationCollection/_report.json +++ b/tests/unstable/sosa/properties/observationCollection/_report.json @@ -2,7 +2,7 @@ "title": "Validation report for ogc.unstable.sosa.properties.observationCollection - SOSA ObservationCollection", "bblockName": "SOSA ObservationCollection", "bblockId": "ogc.unstable.sosa.properties.observationCollection", - "generated": "2023-12-24T04:06:37.504006+00:00", + "generated": "2023-12-28T15:51:58.622550+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": [] + }, "": { "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,7 +198,7 @@ { "shaclFile": "registereditems/unstable/sosa/_sources/properties/observation/rules.shacl", "focusNodes": { - "": { + "": { "nodes": [ "" ] @@ -206,11 +206,6 @@ "": { "nodes": [] }, - "": { - "nodes": [ - "" - ] - }, "": { "nodes": [ "/sosa:hasSimpleResult" @@ -221,6 +216,11 @@ "" ] }, + "": { + "nodes": [ + "" + ] + }, "": { "nodes": [ "" @@ -228,7 +228,7 @@ } }, "isError": false, - "message": "Focus nodes for registereditems/unstable/sosa/_sources/properties/observation/rules.shacl:\n - Shape : \n - Shape : *none*\n - Shape : \n - Shape : /sosa:hasSimpleResult\n - Shape : \n - Shape : \n" + "message": "Focus nodes for registereditems/unstable/sosa/_sources/properties/observation/rules.shacl:\n - Shape : \n - Shape : *none*\n - Shape : /sosa:hasSimpleResult\n - Shape : \n - Shape : \n - Shape : \n" } ] }, @@ -302,7 +302,7 @@ { "shaclFile": "registereditems/unstable/sosa/_sources/properties/observation/rules.shacl", "focusNodes": { - "": { + "": { "nodes": [ "eg:a1" ] @@ -310,11 +310,6 @@ "": { "nodes": [] }, - "": { - "nodes": [ - "eg:a1" - ] - }, "": { "nodes": [ "eg:a1/sosa:hasSimpleResult" @@ -325,6 +320,11 @@ "eg:a1" ] }, + "": { + "nodes": [ + "eg:a1" + ] + }, "": { "nodes": [ "eg:a1" @@ -332,7 +332,7 @@ } }, "isError": false, - "message": "Focus nodes for registereditems/unstable/sosa/_sources/properties/observation/rules.shacl:\n - Shape : eg:a1\n - Shape : *none*\n - Shape : eg:a1\n - Shape : eg:a1/sosa:hasSimpleResult\n - Shape : eg:a1\n - Shape : eg:a1\n" + "message": "Focus nodes for registereditems/unstable/sosa/_sources/properties/observation/rules.shacl:\n - Shape : eg:a1\n - Shape : *none*\n - Shape : eg:a1/sosa:hasSimpleResult\n - Shape : eg:a1\n - Shape : eg:a1\n - Shape : eg:a1\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 b09ee6987..0fae821cb 100644 --- a/tests/unstable/sosa/properties/observationCollection/example_1_1.validation_passed.txt +++ b/tests/unstable/sosa/properties/observationCollection/example_1_1.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.unstable.sosa.properties.observationCollection - SOSA ObservationCollection -Generated 2023-12-24T04:06:37.486635+00:00 +Generated 2023-12-28T15:51:58.605559+00:00 === Files === Using example_1_1.json from examples JSON-LD context is present - uplifting @@ -17,11 +17,11 @@ 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* === 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 b1b72799a..bbf4b0be0 100644 --- a/tests/unstable/sosa/properties/observationCollection/example_2_1.validation_passed.txt +++ b/tests/unstable/sosa/properties/observationCollection/example_2_1.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.unstable.sosa.properties.observationCollection - SOSA ObservationCollection -Generated 2023-12-24T04:06:37.495864+00:00 +Generated 2023-12-28T15:51:58.614531+00:00 === Files === Using example_2_1.json from examples JSON-LD context is present - uplifting @@ -17,11 +17,11 @@ 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 : *none* - Shape : /sosa:hasSimpleResult - Shape : + - Shape : - Shape : === 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 1c82b1c46..1b147ae09 100644 --- a/tests/unstable/sosa/properties/observationCollection/example_3_1.validation_passed.txt +++ b/tests/unstable/sosa/properties/observationCollection/example_3_1.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.unstable.sosa.properties.observationCollection - SOSA ObservationCollection -Generated 2023-12-24T04:06:37.503954+00:00 +Generated 2023-12-28T15:51:58.622498+00:00 === Files === Using example_3_1.ttl from examples Output Turtle example_3_1.ttl created @@ -11,11 +11,11 @@ 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 : *none* - Shape : eg:a1 + - Shape : *none* - Shape : eg:a1/sosa:hasSimpleResult - Shape : eg:a1 + - Shape : eg:a1 - Shape : eg:a1 === End SHACL === diff --git a/tests/unstable/sosa/properties/platform/_report.json b/tests/unstable/sosa/properties/platform/_report.json index 92e92c1c0..8f914d847 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": "2023-12-24T04:06:37.683698+00:00", + "generated": "2023-12-28T15:51:58.860530+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 677d951c1..9a2c89dfb 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 2023-12-24T04:06:37.683645+00:00 +Generated 2023-12-28T15:51:58.860480+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 ac164d5a1..7269677f2 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": "2023-12-24T04:06:37.268851+00:00", + "generated": "2023-12-28T15:51:58.327283+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 d0fc5f5a2..3fd7830ec 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 2023-12-24T04:06:37.265161+00:00 +Generated 2023-12-28T15:51:58.323498+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 361c0f801..f26dc5637 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 2023-12-24T04:06:37.268799+00:00 +Generated 2023-12-28T15:51:58.327217+00:00 === Files === Using example_2_1.json from examples JSON-LD context is present - uplifting