diff --git a/bblocks.jsonld b/bblocks.jsonld index 686085dc8..51b3ecb9d 100644 --- a/bblocks.jsonld +++ b/bblocks.jsonld @@ -1,75 +1,114 @@ { - "@context": { - "bblocks": "https://www.opengis.net/def/bblocks/", - "@base": "https://www.opengis.net/def/bblocks/", - "rdfs": "http://www.w3.org/2000/01/rdf-schema#", - "skos": "http://www.w3.org/2004/02/skos/core#", - "dct": "http://purl.org/dc/terms/", - "xsd": "http://www.w3.org/2001/XMLSchema#", - "itemIdentifier": "@id", - "name": "rdfs:label", - "abstract": "dct:abstract", - "status": { - "@id": "bblocks:status", - "@type": "@id", - "@context": { - "@base": "http://www.opengis.net/def/status/" - } - }, - "dateTimeAddition": { - "@id": "dct:created", - "@type": "xsd:dateTime" - }, - "version": "dct:hasVersion", - "dateOfLastChange": { - "@id": "dct:modified", - "@type": "xsd:date" - }, - "scope": { - "@id": "bblocks:scope", - "@type": "@id", - "@context": { - "@base": "http://www.opengis.net/def/bblocks/scope/" - } - }, - "sources": { - "@id": "dct:source", - "@context": { - "title": "rdfs:label", - "link": "@id" - } - }, - "schema": { - "@id": "bblocks:hasSchema", - "@type": "@id", - "@container": "@index", - "@index": "dct:format" - }, - "ldContext": { - "@id": "bblocks:hasJsonLdContext", - "@type": "@id" + "@context": [ + { + "@base": "https://opengeospatial.github.io/bblocks" }, - "documentation": { - "@id": "dct:description", - "@type": "@id", - "@container": "@index", - "@index": "dct:identifier", - "@context": { - "mediatype": "dct:format", - "url": "rdfs:isDefinedBy" + { + "bblocks": "https://www.opengis.net/def/bblocks/", + "rdfs": "http://www.w3.org/2000/01/rdf-schema#", + "skos": "http://www.w3.org/2004/02/skos/core#", + "dct": "http://purl.org/dc/terms/", + "xsd": "http://www.w3.org/2001/XMLSchema#", + "prof": "http://www.w3.org/ns/dx/prof/", + "dcat": "http://www.w3.org/ns/dcat#", + "itemIdentifier": "@id", + "baseURL": "@id", + "name": "rdfs:label", + "abstract": "dct:abstract", + "description": "dct:description", + "status": { + "@id": "bblocks:status", + "@type": "@id", + "@context": { + "@base": "http://www.opengis.net/def/status/" + } + }, + "dateTimeAddition": { + "@id": "dct:created", + "@type": "xsd:dateTime" + }, + "version": "dct:hasVersion", + "dateOfLastChange": { + "@id": "dct:modified", + "@type": "xsd:date" + }, + "scope": { + "@id": "bblocks:scope", + "@type": "@id", + "@context": { + "@base": "http://www.opengis.net/def/bblocks/scope/" + } + }, + "sources": { + "@id": "dct:source", + "@context": { + "title": "rdfs:label", + "link": "@id" + } + }, + "schema": { + "@id": "bblocks:hasSchema", + "@type": "@id", + "@container": "@index", + "@index": "dct:format" + }, + "ldContext": { + "@id": "bblocks:hasJsonLdContext", + "@type": "@id" + }, + "sourceLdContext": { + "@id": "bblocks:hasSourceJsonLdContext", + "@type": "@id" + }, + "documentation": { + "@id": "dct:description", + "@type": "@id", + "@container": "@index", + "@index": "dct:identifier", + "@context": { + "mediatype": "dct:format", + "url": "rdfs:isDefinedBy" + } + }, + "hasConcepts": { + "@reverse": "skos:inScheme" + }, + "dependsOn": { + "@id": "bblocks:dependsOn", + "@type": "@id" + }, + "profileOf": { + "@id": "prof:isProfileOf", + "@type": "@id" + }, + "tags": "dcat:keyword", + "shaclRules": { + "@id": "bblocks:hasShaclRule", + "@type": "@id", + "@container": "@index", + "@index": "rdfs:seeAlso" + }, + "validationReport": { + "@id": "bblocks:hasValidationReport", + "@type": "@id" + }, + "imports": { + "@id": "bblocks:imports", + "@type": "@id" } - }, - "hasConcepts": { - "@reverse": "skos:inScheme" - }, - "dependsOn": { - "@id": "bblocks:dependsOn", - "@type": "@id" } - }, - "@id": "https://www.opengis.net/def/bblocks", - "@type": "skos:ConceptScheme", - "skos:prefLabel": "OGC Building Blocks Register", + ], + "imports": [], + "baseURL": "https://opengeospatial.github.io/bblocks/", + "viewerURL": "https://opengeospatial.github.io/bblocks/register/", + "validationReport": "https://opengeospatial.github.io/bblocks/tests/report.html", + "name": "OGC Main", + "sparqlEndpoint": "https://defs-dev.opengis.net/fuseki/query", + "@type": [ + "skos:ConceptScheme", + "dcat:Catalog" + ], + "skos:prefLabel": "OGC Main", "hasConcepts": [ { "itemIdentifier": "ogc.geo.common.data_types.bounding_box", @@ -130,7 +169,8 @@ }, "@type": [ "bblocks:Schema", - "skos:Concept" + "skos:Concept", + "dcat:Dataset" ] }, { @@ -181,7 +221,8 @@ }, "@type": [ "bblocks:Schema", - "skos:Concept" + "skos:Concept", + "dcat:Dataset" ] }, { @@ -230,7 +271,8 @@ }, "@type": [ "bblocks:Parameter", - "skos:Concept" + "skos:Concept", + "dcat:Dataset" ] }, { @@ -279,7 +321,8 @@ }, "@type": [ "bblocks:Parameter", - "skos:Concept" + "skos:Concept", + "dcat:Dataset" ] }, { @@ -329,7 +372,8 @@ }, "@type": [ "bblocks:Schema", - "skos:Concept" + "skos:Concept", + "dcat:Dataset" ] }, { @@ -380,7 +424,8 @@ }, "@type": [ "bblocks:Schema", - "skos:Concept" + "skos:Concept", + "dcat:Dataset" ] }, { @@ -431,7 +476,8 @@ }, "@type": [ "bblocks:Schema", - "skos:Concept" + "skos:Concept", + "dcat:Dataset" ] }, { @@ -483,7 +529,8 @@ }, "@type": [ "bblocks:Schema", - "skos:Concept" + "skos:Concept", + "dcat:Dataset" ] }, { @@ -540,7 +587,8 @@ }, "@type": [ "bblocks:Datatype", - "skos:Concept" + "skos:Concept", + "dcat:Dataset" ] }, { @@ -603,7 +651,8 @@ }, "@type": [ "bblocks:Schema", - "skos:Concept" + "skos:Concept", + "dcat:Dataset" ] }, { @@ -663,7 +712,8 @@ }, "@type": [ "bblocks:Schema", - "skos:Concept" + "skos:Concept", + "dcat:Dataset" ] }, { @@ -718,7 +768,8 @@ }, "@type": [ "bblocks:Schema", - "skos:Concept" + "skos:Concept", + "dcat:Dataset" ] }, { @@ -773,7 +824,8 @@ }, "@type": [ "bblocks:Schema", - "skos:Concept" + "skos:Concept", + "dcat:Dataset" ] }, { @@ -834,7 +886,8 @@ }, "@type": [ "bblocks:Schema", - "skos:Concept" + "skos:Concept", + "dcat:Dataset" ] }, { @@ -901,7 +954,8 @@ }, "@type": [ "bblocks:Schema", - "skos:Concept" + "skos:Concept", + "dcat:Dataset" ] }, { @@ -926,8 +980,8 @@ "group": "Common", "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/features/featureCollection/schema.yaml", @@ -957,7 +1011,8 @@ }, "@type": [ "bblocks:Schema", - "skos:Concept" + "skos:Concept", + "dcat:Dataset" ] }, { @@ -1011,7 +1066,8 @@ }, "@type": [ "bblocks:Schema", - "skos:Concept" + "skos:Concept", + "dcat:Dataset" ] }, { @@ -1068,7 +1124,8 @@ }, "@type": [ "bblocks:Schema", - "skos:Concept" + "skos:Concept", + "dcat:Dataset" ] }, { @@ -1099,8 +1156,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", @@ -1130,7 +1187,8 @@ }, "@type": [ "bblocks:Schema", - "skos:Concept" + "skos:Concept", + "dcat:Dataset" ] }, { @@ -1153,9 +1211,9 @@ "group": "JSON-FG", "shaclRules": {}, "dependsOn": [ - "ogc.geo.json-fg.feature", "ogc.ogc-utils.json-link", - "ogc.geo.features.featureCollection" + "ogc.geo.features.featureCollection", + "ogc.geo.json-fg.feature" ], "ldContext": "https://opengeospatial.github.io/bblocks/annotated-schemas/geo/json-fg/featureCollection/context.jsonld", "schema": { @@ -1186,7 +1244,8 @@ }, "@type": [ "bblocks:Schema", - "skos:Concept" + "skos:Concept", + "dcat:Dataset" ] }, { @@ -1244,7 +1303,8 @@ }, "@type": [ "bblocks:Schema", - "skos:Concept" + "skos:Concept", + "dcat:Dataset" ] }, { @@ -1266,8 +1326,8 @@ "maturity": "development", "scope": "unstable", "dependsOn": [ - "ogc.geo.json-fg.feature-lenient", - "ogc.unstable.sosa.properties.observation" + "ogc.unstable.sosa.properties.observation", + "ogc.geo.json-fg.feature-lenient" ], "tags": [ "sosa", @@ -1310,7 +1370,8 @@ }, "@type": [ "bblocks:Schema", - "skos:Concept" + "skos:Concept", + "dcat:Dataset" ] }, { @@ -1349,9 +1410,9 @@ ] }, "dependsOn": [ + "ogc.geo.json-fg.featureCollection-lenient", "ogc.unstable.sosa.properties.observationCollection", - "ogc.unstable.sosa.features.observation", - "ogc.geo.json-fg.featureCollection-lenient" + "ogc.unstable.sosa.features.observation" ], "schema": { "application/yaml": "https://opengeospatial.github.io/bblocks/annotated-schemas/unstable/sosa/features/observationCollection/schema.yaml", @@ -1381,7 +1442,8 @@ }, "@type": [ "bblocks:Schema", - "skos:Concept" + "skos:Concept", + "dcat:Dataset" ] }, { @@ -1438,7 +1500,8 @@ }, "@type": [ "bblocks:Api", - "skos:Concept" + "skos:Concept", + "dcat:Dataset" ] } ] diff --git a/bblocks.ttl b/bblocks.ttl index 455b8267c..9f2572b4b 100644 --- a/bblocks.ttl +++ b/bblocks.ttl @@ -1,4 +1,5 @@ @prefix bblocks: . +@prefix dcat: . @prefix dct: . @prefix prov: . @prefix rdfs: . @@ -6,283 +7,322 @@ @prefix skos: . @prefix xsd: . -bblocks:ogc.geo.common.data_types.bounding_box a skos:Concept, + a skos:Concept, + dcat:Dataset, 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:description [ dct:format "application/json" ; + rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/json-full/geo/common/data_types/bounding_box/index.json" ], [ dct:format "text/markdown" ; 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:format "text/html" ; rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/register/bblock/ogc.geo.common.data_types.bounding_box" ] ; dct:hasVersion "1.0.1" ; dct:modified "2023-03-09"^^xsd:date ; dct:source ; - skos:inScheme ; + skos:inScheme ; bblocks:hasSchema , ; bblocks:scope ; bblocks:status . -bblocks:ogc.geo.common.parameters.bbox a skos:Concept, + a skos:Concept, + dcat:Dataset, 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 "text/html" ; - rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/register/bblock/ogc.geo.common.parameters.bbox" ], - [ dct:format "application/json" ; + dct:description [ dct:format "application/json" ; rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/json-full/geo/common/parameters/bbox/index.json" ], [ dct:format "text/markdown" ; rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/markdown/geo/common/parameters/bbox/index.md" ], + [ dct:format "text/html" ; + rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/register/bblock/ogc.geo.common.parameters.bbox" ], [ dct:format "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 ; + skos:inScheme ; bblocks:hasSchema , ; bblocks:scope ; bblocks:status . -bblocks:ogc.geo.common.parameters.bbox-crs a skos:Concept, + a skos:Concept, + dcat:Dataset, bblocks:Parameter ; rdfs:label "bbox-crs" ; dct:abstract "The bbox-crs query parameter can be used to assert the coordinate reference system that is used for the coordinate values of the bbox parameter." ; dct:created "2022-07-05T01:01:01+02:00"^^xsd:dateTime ; dct:description [ dct:format "text/html" ; - rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/slate-build/geo/common/parameters/bbox-crs/" ], + rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/register/bblock/ogc.geo.common.parameters.bbox-crs" ], [ 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/register/bblock/ogc.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 ; - skos:inScheme ; + skos:inScheme ; bblocks:hasSchema , ; bblocks:scope ; bblocks:status . -bblocks:ogc.geo.geopose.advanced a skos:Concept, + a skos:Concept, + dcat:Dataset, bblocks:Schema ; rdfs:label "GeoPose Advanced" ; dct:abstract "Advanced GeoPose allowing flexible outer frame specification, quaternion orientation, and valid time." ; dct:created "2023-07-13T00:00:00+00:00"^^xsd:dateTime ; - dct:description [ dct:format "application/json" ; - rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/json-full/geo/geopose/advanced/index.json" ], - [ dct:format "text/html" ; - rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/slate-build/geo/geopose/advanced/" ], - [ dct:format "text/html" ; + dct:description [ dct:format "text/html" ; rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/register/bblock/ogc.geo.geopose.advanced" ], [ dct:format "text/markdown" ; - rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/markdown/geo/geopose/advanced/index.md" ] ; + 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:format "application/json" ; + rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/json-full/geo/geopose/advanced/index.json" ] ; dct:hasVersion "0.1" ; dct:modified "2023-07-13"^^xsd:date ; dct:source ; - skos:inScheme ; + skos:inScheme ; bblocks:hasJsonLdContext ; bblocks:hasSchema , ; + bblocks:hasSourceJsonLdContext ; bblocks:scope ; bblocks:status . -bblocks:ogc.geo.geopose.basic.quaternion a skos:Concept, + a skos:Concept, + dcat:Dataset, bblocks:Schema ; rdfs:label "GeoPose Basic-Quaternion" ; dct:abstract "Basic GeoPose using quaternion to specify orientation" ; dct:created "2023-07-13T00:00:00+00:00"^^xsd:dateTime ; dct:description [ dct:format "text/markdown" ; rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/markdown/geo/geopose/basic/quaternion/index.md" ], + [ dct:format "application/json" ; + 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/register/bblock/ogc.geo.geopose.basic.quaternion" ], [ dct:format "text/html" ; - rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/slate-build/geo/geopose/basic/quaternion/" ], - [ dct:format "application/json" ; - rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/json-full/geo/geopose/basic/quaternion/index.json" ] ; + 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 ; - skos:inScheme ; + skos:inScheme ; bblocks:hasJsonLdContext ; bblocks:hasSchema , ; + bblocks:hasSourceJsonLdContext ; bblocks:scope ; bblocks:status . -bblocks:ogc.geo.geopose.basic.ypr a skos:Concept, + a skos:Concept, + dcat:Dataset, bblocks:Schema ; rdfs:label "GeoPose Basic-YPR" ; dct:abstract "Basic GeoPose using yaw, pitch, and roll to specify orientation" ; dct:created "2023-03-15T00:00:00+00:00"^^xsd:dateTime ; dct:description [ dct:format "text/markdown" ; rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/markdown/geo/geopose/basic/ypr/index.md" ], - [ dct:format "application/json" ; - rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/json-full/geo/geopose/basic/ypr/index.json" ], [ dct:format "text/html" ; rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/register/bblock/ogc.geo.geopose.basic.ypr" ], + [ dct:format "application/json" ; + rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/json-full/geo/geopose/basic/ypr/index.json" ], [ dct:format "text/html" ; rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/slate-build/geo/geopose/basic/ypr/" ] ; dct:hasVersion "0.1" ; dct:modified "2023-07-13"^^xsd:date ; dct:source ; - skos:inScheme ; + skos:inScheme ; bblocks:hasJsonLdContext ; bblocks:hasSchema , ; + bblocks:hasSourceJsonLdContext ; bblocks:scope ; bblocks:status . -bblocks:ogc.geo.json-fg.featureCollection a skos:Concept, + a skos:Concept, + dcat:Dataset, bblocks:Schema ; 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/register/bblock/ogc.geo.json-fg.featureCollection" ], + dct:description [ 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:format "text/markdown" ; - rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/markdown/geo/json-fg/featureCollection/index.md" ] ; + [ dct:format "text/html" ; + rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/register/bblock/ogc.geo.json-fg.featureCollection" ] ; dct:hasVersion "0.1" ; dct:modified "2023-05-31"^^xsd:date ; dct:source ; - skos:inScheme ; - bblocks:dependsOn bblocks:ogc.geo.features.featureCollection, - bblocks:ogc.geo.json-fg.feature, - bblocks:ogc.ogc-utils.json-link ; + skos:inScheme ; + bblocks:dependsOn , + , + ; bblocks:hasJsonLdContext ; bblocks:hasSchema , ; + bblocks:hasSourceJsonLdContext ; bblocks:scope ; bblocks:status . -bblocks:ogc.geo.json-fg.link-role a skos:Concept, + a skos:Concept, + dcat:Dataset, bblocks:Schema ; 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:format "text/html" ; - rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/register/bblock/ogc.geo.json-fg.link-role" ], + dct:description [ dct:format "text/html" ; + rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/slate-build/geo/json-fg/link-role/" ], [ dct:format "text/markdown" ; rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/markdown/geo/json-fg/link-role/index.md" ], [ dct:format "text/html" ; - rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/slate-build/geo/json-fg/link-role/" ] ; + rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/register/bblock/ogc.geo.json-fg.link-role" ], + [ dct:format "application/json" ; + rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/json-full/geo/json-fg/link-role/index.json" ] ; dct:hasVersion "0.1" ; dct:modified "2023-08-21"^^xsd:date ; - skos:inScheme ; - bblocks:dependsOn bblocks:ogc.ogc-utils.iri-or-curie, - bblocks:ogc.ogc-utils.json-link ; + skos:inScheme ; + dcat:keyword "json-fg", + "link", + "profile" ; + bblocks:dependsOn , + ; bblocks:hasJsonLdContext ; bblocks:hasSchema , ; + bblocks:hasSourceJsonLdContext ; bblocks:scope ; bblocks:status . -bblocks:ogc.ogc-utils.topology a skos:Concept, + a skos:Concept, + dcat:Dataset, bblocks:Schema ; 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:description [ dct:format "text/html" ; + rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/slate-build/ogc-utils/topology/" ], [ dct:format "text/html" ; rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/register/bblock/ogc.ogc-utils.topology" ], + [ dct:format "text/markdown" ; + rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/markdown/ogc-utils/topology/index.md" ], [ 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/json-full/ogc-utils/topology/index.json" ] ; dct:hasVersion "0.1" ; dct:modified "2023-05-24"^^xsd:date ; - skos:inScheme ; - bblocks:dependsOn bblocks:ogc.ogc-utils.iri-or-curie ; + skos:inScheme ; + dcat:keyword "3D", + "geometry", + "topology" ; + bblocks:dependsOn ; bblocks:hasJsonLdContext ; bblocks:hasSchema , ; + bblocks:hasSourceJsonLdContext ; bblocks:scope ; bblocks:status . -bblocks:ogc.unstable.sosa a skos:Concept, + a skos:Concept, + dcat:Dataset, bblocks:Api ; 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 "application/json" ; + dct:description [ dct:format "text/html" ; + rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/slate-build/unstable/sosa/" ], + [ dct:format "application/json" ; rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/json-full/unstable/sosa/index.json" ], - [ dct:format "text/markdown" ; - rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/markdown/unstable/sosa/index.md" ], [ dct:format "text/html" ; rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/register/bblock/ogc.unstable.sosa" ], - [ 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:hasVersion "1.0" ; dct:modified "2023-04-13"^^xsd:date ; dct:source ; - skos:inScheme ; + skos:inScheme ; + dcat:keyword "o&m", + "o&m&s", + "sosa", + "ssn" ; bblocks:hasJsonLdContext ; bblocks:hasSchema , ; bblocks:scope ; bblocks:status . -bblocks:ogc.unstable.sosa.features.observationCollection a skos:Concept, + a skos:Concept, + dcat:Dataset, bblocks:Schema ; rdfs:label "SOSA ObservationCollection Feature" ; dct:abstract "This building blocks defines an ObservationCollection Feature according to the SOSA/SSN v1.1 specification." ; dct:created "2023-04-13T00:00:00+00:00"^^xsd:dateTime ; - dct:description [ dct:format "text/html" ; - rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/slate-build/unstable/sosa/features/observationCollection/" ], - [ dct:format "application/json" ; + dct:description [ dct:format "application/json" ; rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/json-full/unstable/sosa/features/observationCollection/index.json" ], + [ dct:format "text/html" ; + rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/register/bblock/ogc.unstable.sosa.features.observationCollection" ], [ dct:format "text/markdown" ; rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/markdown/unstable/sosa/features/observationCollection/index.md" ], [ dct:format "text/html" ; - rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/register/bblock/ogc.unstable.sosa.features.observationCollection" ] ; + rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/slate-build/unstable/sosa/features/observationCollection/" ] ; dct:hasVersion "1.0" ; dct:modified "2023-04-28"^^xsd:date ; dct:source , ; - skos:inScheme ; - bblocks:dependsOn bblocks:ogc.geo.json-fg.featureCollection-lenient, - bblocks:ogc.unstable.sosa.features.observation, - bblocks:ogc.unstable.sosa.properties.observationCollection ; + skos:inScheme ; + dcat:keyword "o&m", + "o&m&s", + "observations", + "sosa", + "ssn" ; + bblocks:dependsOn , + , + ; bblocks:hasJsonLdContext ; bblocks:hasSchema , ; + bblocks:hasShaclRule ; bblocks:scope ; bblocks:status . -bblocks:ogc.unstable.sosa.properties.platform a skos:Concept, + a skos:Concept, + dcat:Dataset, bblocks:Schema ; rdfs:label "SOSA Platform" ; dct:abstract "This building block defines the set of properties for an observation Platform according to the SOSA/SSN specification. These properties may be directly included into a root element of a JSON object or used in the properties container of a GeoJSON feature." ; dct:created "2023-12-05T00:00:00+00:00"^^xsd:dateTime ; - dct:description [ dct:format "text/html" ; - rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/register/bblock/ogc.unstable.sosa.properties.platform" ], - [ dct:format "application/json" ; - rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/json-full/unstable/sosa/properties/platform/index.json" ], - [ dct:format "text/markdown" ; + dct:description [ dct:format "text/markdown" ; rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/markdown/unstable/sosa/properties/platform/index.md" ], [ dct:format "text/html" ; - rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/slate-build/unstable/sosa/properties/platform/" ] ; + rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/register/bblock/ogc.unstable.sosa.properties.platform" ], + [ dct:format "text/html" ; + rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/slate-build/unstable/sosa/properties/platform/" ], + [ dct:format "application/json" ; + rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/json-full/unstable/sosa/properties/platform/index.json" ] ; dct:hasVersion "1.0" ; dct:modified "2023-04-13"^^xsd:date ; dct:source ; - skos:inScheme ; - bblocks:dependsOn bblocks:ogc.ogc-utils.iri-or-curie, - bblocks:ogc.unstable.sosa.properties.sensor ; + skos:inScheme ; + dcat:keyword "o&m", + "o&m&s", + "observations", + "sosa", + "ssn" ; + bblocks:dependsOn , + ; bblocks:hasJsonLdContext ; bblocks:hasSchema , ; @@ -301,21 +341,16 @@ bblocks:ogc.unstable.sosa.properties.platform a skos:Concept, rdfs:label "OGC API - Features, Part 1, 7.16.2: Feature Response" . - rdfs:label "IETF RFC 3986 - Uniform Resource Identifiers (URI): Generic Syntax" . - - rdfs:label "IETF RFC 3987 - Internationalized Resource Identifiers (IRIs)" . - - rdfs:label "ISO 19101-1:2014 - Geographic information - Reference model - Part 1: Fundamentals" . - -bblocks:ogc.geo.common.data_types.geojson a skos:Concept, + a skos:Concept, + dcat:Dataset, bblocks:Schema ; rdfs:label "GeoJSON" ; dct:abstract "A GeoJSON object" ; dct:created "2023-05-24T14:56:51+00:00"^^xsd:dateTime ; - dct:description [ dct:format "text/markdown" ; - rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/markdown/geo/common/data_types/geojson/index.md" ], - [ dct:format "text/html" ; + 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 "text/html" ; rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/register/bblock/ogc.geo.common.data_types.geojson" ], [ dct:format "application/json" ; @@ -323,302 +358,352 @@ bblocks:ogc.geo.common.data_types.geojson a skos:Concept, dct:hasVersion "1.0" ; dct:modified "2023-05-15"^^xsd:date ; dct:source ; - skos:inScheme ; + skos:inScheme ; bblocks:hasJsonLdContext ; bblocks:hasSchema , ; + bblocks:hasSourceJsonLdContext ; bblocks:scope ; bblocks:status . -bblocks:ogc.geo.json-fg.feature a skos:Concept, + a skos:Concept, + dcat:Dataset, bblocks:Schema ; 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/html" ; rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/register/bblock/ogc.geo.json-fg.feature" ], - [ 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" ], + [ dct:format "text/html" ; + rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/slate-build/geo/json-fg/feature/" ], [ dct:format "text/markdown" ; rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/markdown/geo/json-fg/feature/index.md" ] ; dct:hasVersion "0.1" ; dct:modified "2023-05-31"^^xsd:date ; dct:source ; - skos:inScheme ; - bblocks:dependsOn bblocks:ogc.geo.features.feature, - bblocks:ogc.ogc-utils.json-link ; + skos:inScheme ; + bblocks:dependsOn , + ; bblocks:hasJsonLdContext ; bblocks:hasSchema , ; + bblocks:hasSourceJsonLdContext ; bblocks:scope ; bblocks:status . -bblocks:ogc.geo.json-fg.featureCollection-lenient a skos:Concept, + a skos:Concept, + dcat:Dataset, bblocks:Schema ; 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/markdown" ; - rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/markdown/geo/json-fg/featureCollection-lenient/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/featureCollection-lenient/" ], [ dct:format "application/json" ; rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/json-full/geo/json-fg/featureCollection-lenient/index.json" ], [ dct:format "text/html" ; - rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/register/bblock/ogc.geo.json-fg.featureCollection-lenient" ] ; + rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/register/bblock/ogc.geo.json-fg.featureCollection-lenient" ], + [ dct:format "text/markdown" ; + rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/markdown/geo/json-fg/featureCollection-lenient/index.md" ] ; dct:hasVersion "0.1" ; dct:modified "2023-08-08"^^xsd:date ; dct:source ; - skos:inScheme ; - bblocks:dependsOn bblocks:ogc.geo.features.featureCollection, - bblocks:ogc.geo.json-fg.feature-lenient, - bblocks:ogc.ogc-utils.json-link ; + skos:inScheme ; + bblocks:dependsOn , + , + ; bblocks:hasJsonLdContext ; bblocks:hasSchema , ; + bblocks:hasSourceJsonLdContext ; bblocks:scope ; bblocks:status . -bblocks:ogc.unstable.sosa.features.observation a skos:Concept, + a skos:Concept, + dcat:Dataset, bblocks:Schema ; 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/register/bblock/ogc.unstable.sosa.features.observation" ], + [ dct:format "text/html" ; rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/slate-build/unstable/sosa/features/observation/" ], [ dct:format "text/markdown" ; rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/markdown/unstable/sosa/features/observation/index.md" ], [ dct:format "application/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/register/bblock/ogc.unstable.sosa.features.observation" ] ; + rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/json-full/unstable/sosa/features/observation/index.json" ] ; dct:hasVersion "1.0" ; dct:modified "2023-05-18"^^xsd:date ; dct:source ; - skos:inScheme ; - bblocks:dependsOn bblocks:ogc.geo.json-fg.feature-lenient, - bblocks:ogc.unstable.sosa.properties.observation ; + skos:inScheme ; + dcat:keyword "o&m", + "o&m&s", + "observations", + "sosa", + "ssn" ; + bblocks:dependsOn , + ; bblocks:hasJsonLdContext ; bblocks:hasSchema , ; + bblocks:hasShaclRule ; bblocks:scope ; bblocks:status . -bblocks:ogc.unstable.sosa.properties.observationCollection a skos:Concept, + a skos:Concept, + dcat:Dataset, bblocks:Schema ; rdfs:label "SOSA ObservationCollection" ; dct:abstract "This building block defines an ObservationCollection according to the SOSA/SSN v1.1 specification. It defines a set of logical rules regarding presence of mandatory properties anywhere within a potentially nested collection hierarchy. (implemented in SHACL, exploiting the semantic mapping to SOSA)" ; dct:created "2023-04-13T00:00:00+00:00"^^xsd:dateTime ; dct:description [ dct:format "text/html" ; - rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/slate-build/unstable/sosa/properties/observationCollection/" ], - [ dct:format "text/html" ; rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/register/bblock/ogc.unstable.sosa.properties.observationCollection" ], + [ dct:format "text/markdown" ; + rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/markdown/unstable/sosa/properties/observationCollection/index.md" ], [ dct:format "application/json" ; rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/json-full/unstable/sosa/properties/observationCollection/index.json" ], - [ dct:format "text/markdown" ; - rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/markdown/unstable/sosa/properties/observationCollection/index.md" ] ; + [ dct:format "text/html" ; + rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/slate-build/unstable/sosa/properties/observationCollection/" ] ; dct:hasVersion "1.0" ; dct:modified "2023-04-28"^^xsd:date ; dct:source ; - skos:inScheme ; - bblocks:dependsOn bblocks:ogc.ogc-utils.iri-or-curie, - bblocks:ogc.unstable.sosa.properties.observation ; + skos:inScheme ; + dcat:keyword "ISO19156", + "OMS", + "o&m", + "observations", + "sosa" ; + bblocks:dependsOn , + ; bblocks:hasJsonLdContext ; bblocks:hasSchema , ; + bblocks:hasShaclRule ; bblocks:scope ; bblocks:status . -bblocks:ogc.unstable.sosa.properties.sensor a skos:Concept, + a skos:Concept, + dcat:Dataset, bblocks:Schema ; rdfs:label "SOSA Sensor" ; dct:abstract "An identifiable entity that can generate Observations pertaining to an ObservableProperty by implementing an ObservingProcedure. Device, agent (including humans), or software (simulation) involved in, or implementing, a Procedure. Sensors respond to a stimulus, e.g., a change in the environment, or input data composed from the results of prior Observations, and generate a Result. Sensors can be hosted by Platforms." ; dct:created "2023-12-05T00:00:00+00:00"^^xsd:dateTime ; - dct:description [ dct:format "text/html" ; - rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/register/bblock/ogc.unstable.sosa.properties.sensor" ], + dct:description [ dct:format "application/json" ; + rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/json-full/unstable/sosa/properties/sensor/index.json" ], [ dct:format "text/markdown" ; rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/markdown/unstable/sosa/properties/sensor/index.md" ], [ dct:format "text/html" ; - rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/slate-build/unstable/sosa/properties/sensor/" ], - [ dct:format "application/json" ; - rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/json-full/unstable/sosa/properties/sensor/index.json" ] ; + rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/register/bblock/ogc.unstable.sosa.properties.sensor" ], + [ dct:format "text/html" ; + rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/slate-build/unstable/sosa/properties/sensor/" ] ; dct:hasVersion "1.0" ; dct:modified "2023-04-13"^^xsd:date ; dct:source ; - skos:inScheme ; - bblocks:dependsOn bblocks:ogc.ogc-utils.iri-or-curie ; + skos:inScheme ; + dcat:keyword "o&m", + "o&m&s", + "observations", + "sosa", + "ssn" ; + bblocks:dependsOn ; bblocks:hasJsonLdContext ; bblocks:hasSchema , ; bblocks:scope ; bblocks:status . + rdfs:label "IETF RFC 3986 - Uniform Resource Identifiers (URI): Generic Syntax" . + + rdfs:label "IETF RFC 3987 - Internationalized Resource Identifiers (IRIs)" . + + rdfs:label "ISO 19101-1:2014 - Geographic information - Reference model - Part 1: Fundamentals" . + rdfs:label "IETF RFC 8288 - Web Linking" . rdfs:label "CURIE Syntax 1.0" . rdfs:label "Extensions to the Semantic Sensor Network Ontology" . -bblocks:ogc.geo.features.featureCollection a skos:Concept, + a skos:Concept, + dcat:Dataset, bblocks:Schema ; 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 "application/json" ; - rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/json-full/geo/features/featureCollection/index.json" ], - [ dct:format "text/html" ; + dct:description [ dct:format "text/html" ; rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/slate-build/geo/features/featureCollection/" ], [ dct:format "text/markdown" ; rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/markdown/geo/features/featureCollection/index.md" ], [ dct:format "text/html" ; - rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/register/bblock/ogc.geo.features.featureCollection" ] ; + rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/register/bblock/ogc.geo.features.featureCollection" ], + [ dct:format "application/json" ; + rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/json-full/geo/features/featureCollection/index.json" ] ; dct:hasVersion "1.0" ; dct:modified "2023-06-26"^^xsd:date ; dct:source ; - skos:inScheme ; - bblocks:dependsOn bblocks:ogc.geo.features.feature, - bblocks:ogc.ogc-utils.json-link ; + skos:inScheme ; + bblocks:dependsOn , + ; bblocks:hasJsonLdContext ; bblocks:hasSchema , ; + bblocks:hasSourceJsonLdContext ; bblocks:scope ; bblocks:status . -bblocks:ogc.geo.json-fg.feature-lenient a skos:Concept, + a skos:Concept, + dcat:Dataset, bblocks:Schema ; rdfs:label "JSON-FG Feature - Lenient" ; dct:abstract "A OGC Features and Geometries JSON (JSON-FG) Feature that does not require the \"time\" and \"place\" properties." ; dct:created "2023-08-08T00:00:00+00:00"^^xsd:dateTime ; - dct:description [ dct:format "application/json" ; - rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/json-full/geo/json-fg/feature-lenient/index.json" ], - [ dct:format "text/markdown" ; - rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/markdown/geo/json-fg/feature-lenient/index.md" ], - [ dct:format "text/html" ; + dct:description [ dct:format "text/html" ; rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/register/bblock/ogc.geo.json-fg.feature-lenient" ], [ dct:format "text/html" ; - rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/slate-build/geo/json-fg/feature-lenient/" ] ; + rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/slate-build/geo/json-fg/feature-lenient/" ], + [ dct:format "application/json" ; + rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/json-full/geo/json-fg/feature-lenient/index.json" ], + [ dct:format "text/markdown" ; + rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/markdown/geo/json-fg/feature-lenient/index.md" ] ; dct:hasVersion "0.1" ; dct:modified "2023-08-08"^^xsd:date ; dct:source ; - skos:inScheme ; - bblocks:dependsOn bblocks:ogc.geo.features.feature, - bblocks:ogc.ogc-utils.json-link ; + skos:inScheme ; + bblocks:dependsOn , + ; bblocks:hasJsonLdContext ; bblocks:hasSchema , ; + bblocks:hasSourceJsonLdContext ; bblocks:scope ; bblocks:status . -bblocks:ogc.unstable.sosa.properties.observation a skos:Concept, + a skos:Concept, + dcat:Dataset, bblocks:Schema ; 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" ; - 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:description [ dct:format "application/json" ; + rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/json-full/unstable/sosa/properties/observation/index.json" ], [ dct:format "text/html" ; rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/register/bblock/ogc.unstable.sosa.properties.observation" ], - [ dct: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:hasVersion "1.0" ; dct:modified "2023-04-13"^^xsd:date ; dct:source ; - skos:inScheme ; + skos:inScheme ; + dcat:keyword "o&m", + "o&m&s", + "observations", + "sosa", + "ssn" ; bblocks:hasJsonLdContext ; bblocks:hasSchema , ; + bblocks:hasShaclRule ; bblocks:scope ; bblocks:status . rdfs:label "OGC GeoPose 1.0 Data Exchange Draft Standard" . -bblocks:ogc.geo.features.feature a skos:Concept, + a skos:Concept, + dcat:Dataset, bblocks:Schema ; rdfs:label "Feature" ; dct:abstract "A feature. Every feature is a sub-resource of an OGC Collection." ; dct:created "2023-05-24T14:56:51+00:00"^^xsd:dateTime ; dct:description [ dct:format "text/html" ; rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/slate-build/geo/features/feature/" ], - [ dct:format "text/html" ; - rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/register/bblock/ogc.geo.features.feature" ], [ dct:format "text/markdown" ; rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/markdown/geo/features/feature/index.md" ], + [ dct:format "text/html" ; + rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/register/bblock/ogc.geo.features.feature" ], [ dct:format "application/json" ; rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/json-full/geo/features/feature/index.json" ] ; dct:hasVersion "1.0" ; dct:modified "2023-05-15"^^xsd:date ; dct:source , ; - skos:inScheme ; - bblocks:dependsOn bblocks:ogc.geo.common.data_types.geojson, - bblocks:ogc.ogc-utils.json-link ; + skos:inScheme ; + bblocks:dependsOn , + ; bblocks:hasJsonLdContext ; bblocks:hasSchema , ; + bblocks:hasSourceJsonLdContext ; bblocks:scope ; bblocks:status . rdfs:label "OGC Testbed-17: OGC Features and Geometries JSON Engineering Report" . -bblocks:ogc.ogc-utils.iri-or-curie a skos:Concept, + a skos:Concept, + dcat:Dataset, bblocks:Datatype ; rdfs:label "IRI or CURIE" ; dct:abstract "This Building Block defines a data type for a full IRI/URI or a CURIE (with or without a prefix)" ; dct:created "2023-08-08T00:00:00+00:00"^^xsd:dateTime ; dct:description [ dct:format "text/html" ; - rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/register/bblock/ogc.ogc-utils.iri-or-curie" ], - [ dct:format "text/markdown" ; - rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/markdown/ogc-utils/iri-or-curie/index.md" ], - [ dct:format "text/html" ; rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/slate-build/ogc-utils/iri-or-curie/" ], + [ dct:format "text/html" ; + rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/register/bblock/ogc.ogc-utils.iri-or-curie" ], [ dct:format "application/json" ; - rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/json-full/ogc-utils/iri-or-curie/index.json" ] ; + rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/json-full/ogc-utils/iri-or-curie/index.json" ], + [ dct:format "text/markdown" ; + rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/markdown/ogc-utils/iri-or-curie/index.md" ] ; dct:hasVersion "1.0" ; dct:modified "2023-03-09"^^xsd:date ; dct:source , , ; - skos:inScheme ; + skos:inScheme ; bblocks:hasSchema , ; bblocks:scope ; bblocks:status . -bblocks:ogc.ogc-utils.json-link a skos:Concept, + a skos:Concept, + dcat:Dataset, bblocks:Schema ; rdfs:label "JSON Link" ; dct:abstract "Web linking is used to express relationships between resources. The JSON object representation of links described here is used consistently in OGC API’s." ; dct:created "2022-05-18T15:21:59+00:00"^^xsd:dateTime ; - dct:description [ dct:format "text/html" ; + dct:description [ dct:format "text/markdown" ; + rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/markdown/ogc-utils/json-link/index.md" ], + [ dct:format "text/html" ; rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/register/bblock/ogc.ogc-utils.json-link" ], [ dct:format "text/html" ; rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/slate-build/ogc-utils/json-link/" ], - [ dct:format "text/markdown" ; - rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/markdown/ogc-utils/json-link/index.md" ], [ dct:format "application/json" ; rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/json-full/ogc-utils/json-link/index.json" ] ; dct:hasVersion "0.1" ; dct:modified "2022-05-18"^^xsd:date ; dct:source ; - skos:inScheme ; + skos:inScheme ; bblocks:hasJsonLdContext ; bblocks:hasSchema , ; + bblocks:hasSourceJsonLdContext ; bblocks:scope ; bblocks:status . rdfs:label "Semantic Sensor Network Ontology" . - a skos:ConceptScheme ; - skos:prefLabel "OGC Building Blocks Register" . + a skos:ConceptScheme, + dcat:Catalog ; + rdfs:label "OGC Main" ; + skos:prefLabel "OGC Main" ; + bblocks:hasValidationReport . [] a prov:Activity ; - prov:endedAtTime "2024-01-17T15:53:51.208874"^^xsd:dateTime ; - prov:startedAtTime "2024-01-17T15:53:51.119997"^^xsd:dateTime ; + prov:endedAtTime "2024-01-17T19:01:33.097813"^^xsd:dateTime ; + prov:startedAtTime "2024-01-17T19:01:33.005021"^^xsd:dateTime ; prov:used [ a prov:Entity ; dct:format "application/json" ; rdfs:seeAlso ], diff --git a/generateddocs/json-full/geo/features/featureCollection/index.json b/generateddocs/json-full/geo/features/featureCollection/index.json index aa9eb27cd..dde621275 100644 --- a/generateddocs/json-full/geo/features/featureCollection/index.json +++ b/generateddocs/json-full/geo/features/featureCollection/index.json @@ -22,8 +22,8 @@ "group": "Common", "shaclRules": {}, "dependsOn": [ - "ogc.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/features/featureCollection/schema.yaml", diff --git a/generateddocs/json-full/geo/json-fg/featureCollection/index.json b/generateddocs/json-full/geo/json-fg/featureCollection/index.json index 5b19069e5..0d535234b 100644 --- a/generateddocs/json-full/geo/json-fg/featureCollection/index.json +++ b/generateddocs/json-full/geo/json-fg/featureCollection/index.json @@ -20,9 +20,9 @@ "group": "JSON-FG", "shaclRules": {}, "dependsOn": [ - "ogc.geo.json-fg.feature", "ogc.ogc-utils.json-link", - "ogc.geo.features.featureCollection" + "ogc.geo.features.featureCollection", + "ogc.geo.json-fg.feature" ], "ldContext": "https://opengeospatial.github.io/bblocks/annotated-schemas/geo/json-fg/featureCollection/context.jsonld", "schema": { diff --git a/generateddocs/json-full/unstable/sosa/features/observation/index.json b/generateddocs/json-full/unstable/sosa/features/observation/index.json index 35caf9108..1b2eb9aec 100644 --- a/generateddocs/json-full/unstable/sosa/features/observation/index.json +++ b/generateddocs/json-full/unstable/sosa/features/observation/index.json @@ -19,8 +19,8 @@ "maturity": "development", "scope": "unstable", "dependsOn": [ - "ogc.geo.json-fg.feature-lenient", - "ogc.unstable.sosa.properties.observation" + "ogc.unstable.sosa.properties.observation", + "ogc.geo.json-fg.feature-lenient" ], "tags": [ "sosa", diff --git a/generateddocs/json-full/unstable/sosa/features/observationCollection/index.json b/generateddocs/json-full/unstable/sosa/features/observationCollection/index.json index 066355718..9f00548b2 100644 --- a/generateddocs/json-full/unstable/sosa/features/observationCollection/index.json +++ b/generateddocs/json-full/unstable/sosa/features/observationCollection/index.json @@ -36,9 +36,9 @@ ] }, "dependsOn": [ + "ogc.geo.json-fg.featureCollection-lenient", "ogc.unstable.sosa.properties.observationCollection", - "ogc.unstable.sosa.features.observation", - "ogc.geo.json-fg.featureCollection-lenient" + "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/platform/index.json b/generateddocs/json-full/unstable/sosa/properties/platform/index.json index adde8c626..fa44e94ce 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 422bfe4ee..1527109b4 100644 --- a/register.json +++ b/register.json @@ -796,8 +796,8 @@ "group": "Common", "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/features/featureCollection/schema.yaml", @@ -957,8 +957,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", @@ -1007,9 +1007,9 @@ "group": "JSON-FG", "shaclRules": {}, "dependsOn": [ - "ogc.geo.json-fg.feature", "ogc.ogc-utils.json-link", - "ogc.geo.features.featureCollection" + "ogc.geo.features.featureCollection", + "ogc.geo.json-fg.feature" ], "ldContext": "https://opengeospatial.github.io/bblocks/annotated-schemas/geo/json-fg/featureCollection/context.jsonld", "schema": { @@ -1112,8 +1112,8 @@ "maturity": "development", "scope": "unstable", "dependsOn": [ - "ogc.geo.json-fg.feature-lenient", - "ogc.unstable.sosa.properties.observation" + "ogc.unstable.sosa.properties.observation", + "ogc.geo.json-fg.feature-lenient" ], "tags": [ "sosa", @@ -1191,9 +1191,9 @@ ] }, "dependsOn": [ + "ogc.geo.json-fg.featureCollection-lenient", "ogc.unstable.sosa.properties.observationCollection", - "ogc.unstable.sosa.features.observation", - "ogc.geo.json-fg.featureCollection-lenient" + "ogc.unstable.sosa.features.observation" ], "schema": { "application/yaml": "https://opengeospatial.github.io/bblocks/annotated-schemas/unstable/sosa/features/observationCollection/schema.yaml", @@ -1279,5 +1279,6 @@ "baseURL": "https://opengeospatial.github.io/bblocks/", "viewerURL": "https://opengeospatial.github.io/bblocks/register/", "validationReport": "https://opengeospatial.github.io/bblocks/tests/report.html", - "name": "OGC Main" + "name": "OGC Main", + "sparqlEndpoint": "https://defs-dev.opengis.net/fuseki/query" } \ 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 23fb29608..234e807d5 100644 --- a/tests/geo/common/data_types/bounding_box/_report.json +++ b/tests/geo/common/data_types/bounding_box/_report.json @@ -2,7 +2,7 @@ "title": "Validation report for ogc.geo.common.data_types.bounding_box - Bounding Box", "bblockName": "Bounding Box", "bblockId": "ogc.geo.common.data_types.bounding_box", - "generated": "2024-01-17T15:53:48.402671+00:00", + "generated": "2024-01-17T19:01:29.625157+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 cf1d951ad..80579d442 100644 --- a/tests/geo/common/data_types/bounding_box/example_1_1.validation_passed.txt +++ b/tests/geo/common/data_types/bounding_box/example_1_1.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.geo.common.data_types.bounding_box - Bounding Box -Generated 2024-01-17T15:53:48.402614+00:00 +Generated 2024-01-17T19:01:29.625098+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 ed2a5c25d..0c435d625 100644 --- a/tests/geo/common/parameters/bbox-crs/_report.json +++ b/tests/geo/common/parameters/bbox-crs/_report.json @@ -2,7 +2,7 @@ "title": "Validation report for ogc.geo.common.parameters.bbox-crs - bbox-crs", "bblockName": "bbox-crs", "bblockId": "ogc.geo.common.parameters.bbox-crs", - "generated": "2024-01-17T15:53:48.415280+00:00", + "generated": "2024-01-17T19:01:29.637956+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 ea64f0943..7fce8331c 100644 --- a/tests/geo/common/parameters/bbox/_report.json +++ b/tests/geo/common/parameters/bbox/_report.json @@ -2,7 +2,7 @@ "title": "Validation report for ogc.geo.common.parameters.bbox - bbox", "bblockName": "bbox", "bblockId": "ogc.geo.common.parameters.bbox", - "generated": "2024-01-17T15:53:48.410912+00:00", + "generated": "2024-01-17T19:01:29.633482+00:00", "result": true, "items": [], "globalErrors": {}, diff --git a/tests/geo/features/feature/_report.json b/tests/geo/features/feature/_report.json index 777b720ed..99cfe7335 100644 --- a/tests/geo/features/feature/_report.json +++ b/tests/geo/features/feature/_report.json @@ -2,7 +2,7 @@ "title": "Validation report for ogc.geo.features.feature - Feature", "bblockName": "Feature", "bblockId": "ogc.geo.features.feature", - "generated": "2024-01-17T15:53:48.587430+00:00", + "generated": "2024-01-17T19:01:29.810309+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 3f454c848..de988a9df 100644 --- a/tests/geo/features/feature/example_1_1.validation_passed.txt +++ b/tests/geo/features/feature/example_1_1.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.geo.features.feature - Feature -Generated 2024-01-17T15:53:48.587379+00:00 +Generated 2024-01-17T19:01:29.810258+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 5e5e6d07a..90659a708 100644 --- a/tests/geo/features/featureCollection/_report.json +++ b/tests/geo/features/featureCollection/_report.json @@ -2,7 +2,7 @@ "title": "Validation report for ogc.geo.features.featureCollection - Feature Collection", "bblockName": "Feature Collection", "bblockId": "ogc.geo.features.featureCollection", - "generated": "2024-01-17T15:53:48.736188+00:00", + "generated": "2024-01-17T19:01:30.164476+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 39a2adf81..ae87b0518 100644 --- a/tests/geo/features/featureCollection/example_1_1.validation_passed.txt +++ b/tests/geo/features/featureCollection/example_1_1.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.geo.features.featureCollection - Feature Collection -Generated 2024-01-17T15:53:48.736131+00:00 +Generated 2024-01-17T19:01:30.164412+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 5820d32e9..37c8b8ca8 100644 --- a/tests/geo/geopose/basic/ypr/_report.json +++ b/tests/geo/geopose/basic/ypr/_report.json @@ -2,7 +2,7 @@ "title": "Validation report for ogc.geo.geopose.basic.ypr - GeoPose Basic-YPR", "bblockName": "GeoPose Basic-YPR", "bblockId": "ogc.geo.geopose.basic.ypr", - "generated": "2024-01-17T15:53:48.445150+00:00", + "generated": "2024-01-17T19:01:29.668279+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 3b79637d3..de27bdde2 100644 --- a/tests/geo/geopose/basic/ypr/example_1_1.validation_passed.txt +++ b/tests/geo/geopose/basic/ypr/example_1_1.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.geo.geopose.basic.ypr - GeoPose Basic-YPR -Generated 2024-01-17T15:53:48.437216+00:00 +Generated 2024-01-17T19:01:29.660037+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 2c2ef005d..8402420e5 100644 --- a/tests/geo/geopose/basic/ypr/example_2_1.validation_passed.txt +++ b/tests/geo/geopose/basic/ypr/example_2_1.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.geo.geopose.basic.ypr - GeoPose Basic-YPR -Generated 2024-01-17T15:53:48.439801+00:00 +Generated 2024-01-17T19:01:29.662762+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 1f2d2cec5..28d67ca8d 100644 --- a/tests/geo/geopose/basic/ypr/example_3_1.validation_passed.txt +++ b/tests/geo/geopose/basic/ypr/example_3_1.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.geo.geopose.basic.ypr - GeoPose Basic-YPR -Generated 2024-01-17T15:53:48.442602+00:00 +Generated 2024-01-17T19:01:29.665635+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 982587dd1..792ff92f1 100644 --- a/tests/geo/geopose/basic/ypr/example_4_1.validation_passed.txt +++ b/tests/geo/geopose/basic/ypr/example_4_1.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.geo.geopose.basic.ypr - GeoPose Basic-YPR -Generated 2024-01-17T15:53:48.445099+00:00 +Generated 2024-01-17T19:01:29.668229+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 fb8f667ff..fe066a52e 100644 --- a/tests/geo/json-fg/featureCollection/_report.json +++ b/tests/geo/json-fg/featureCollection/_report.json @@ -2,7 +2,7 @@ "title": "Validation report for ogc.geo.json-fg.featureCollection - JSON-FG Feature Collection", "bblockName": "JSON-FG Feature Collection", "bblockId": "ogc.geo.json-fg.featureCollection", - "generated": "2024-01-17T15:53:49.910946+00:00", + "generated": "2024-01-17T19:01:31.675225+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 2479c6bf6..e772b59d6 100644 --- a/tests/geo/json-fg/featureCollection/example_1_1.validation_passed.txt +++ b/tests/geo/json-fg/featureCollection/example_1_1.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.geo.json-fg.featureCollection - JSON-FG Feature Collection -Generated 2024-01-17T15:53:49.910876+00:00 +Generated 2024-01-17T19:01:31.675156+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 2169de280..f5363e409 100644 --- a/tests/geo/json-fg/featureCollection/required-properties-fail.validation_passed.txt +++ b/tests/geo/json-fg/featureCollection/required-properties-fail.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.geo.json-fg.featureCollection - JSON-FG Feature Collection -Generated 2024-01-17T15:53:49.195075+00:00 +Generated 2024-01-17T19:01:30.789330+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 f4f0c5ec2..894c40d67 100644 --- a/tests/geo/json-fg/link-role/_report.json +++ b/tests/geo/json-fg/link-role/_report.json @@ -2,7 +2,7 @@ "title": "Validation report for ogc.geo.json-fg.link-role - Link with role and target conformance", "bblockName": "Link with role and target conformance", "bblockId": "ogc.geo.json-fg.link-role", - "generated": "2024-01-17T15:53:48.598128+00:00", + "generated": "2024-01-17T19:01:29.820786+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 06a52617f..012a5559b 100644 --- a/tests/geo/json-fg/link-role/example_1_1.validation_passed.txt +++ b/tests/geo/json-fg/link-role/example_1_1.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.geo.json-fg.link-role - Link with role and target conformance -Generated 2024-01-17T15:53:48.598077+00:00 +Generated 2024-01-17T19:01:29.820735+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 64a89eea1..03ec49968 100644 --- a/tests/ogc-utils/iri-or-curie/_report.json +++ b/tests/ogc-utils/iri-or-curie/_report.json @@ -2,7 +2,7 @@ "title": "Validation report for ogc.ogc-utils.iri-or-curie - IRI or CURIE", "bblockName": "IRI or CURIE", "bblockId": "ogc.ogc-utils.iri-or-curie", - "generated": "2024-01-17T15:53:48.490974+00:00", + "generated": "2024-01-17T19:01:29.713795+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 c24e72b10..cfbe5f4f0 100644 --- a/tests/ogc-utils/iri-or-curie/example_1_2.validation_passed.txt +++ b/tests/ogc-utils/iri-or-curie/example_1_2.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.ogc-utils.iri-or-curie - IRI or CURIE -Generated 2024-01-17T15:53:48.481129+00:00 +Generated 2024-01-17T19:01:29.704068+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 5dd1ce07e..1bd2a0f4f 100644 --- a/tests/ogc-utils/iri-or-curie/example_2_2.validation_passed.txt +++ b/tests/ogc-utils/iri-or-curie/example_2_2.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.ogc-utils.iri-or-curie - IRI or CURIE -Generated 2024-01-17T15:53:48.481699+00:00 +Generated 2024-01-17T19:01:29.704532+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 61eaeb8cf..241810040 100644 --- a/tests/ogc-utils/iri-or-curie/example_3_2.validation_passed.txt +++ b/tests/ogc-utils/iri-or-curie/example_3_2.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.ogc-utils.iri-or-curie - IRI or CURIE -Generated 2024-01-17T15:53:48.482193+00:00 +Generated 2024-01-17T19:01:29.705029+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 db8d56942..f43fc98d9 100644 --- a/tests/ogc-utils/iri-or-curie/example_4_2.validation_passed.txt +++ b/tests/ogc-utils/iri-or-curie/example_4_2.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.ogc-utils.iri-or-curie - IRI or CURIE -Generated 2024-01-17T15:53:48.482726+00:00 +Generated 2024-01-17T19:01:29.705558+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 25f023ef3..3aab85575 100644 --- a/tests/ogc-utils/iri-or-curie/example_5_2.validation_passed.txt +++ b/tests/ogc-utils/iri-or-curie/example_5_2.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.ogc-utils.iri-or-curie - IRI or CURIE -Generated 2024-01-17T15:53:48.483255+00:00 +Generated 2024-01-17T19:01:29.706086+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 0e66fc419..0394e1a42 100644 --- a/tests/ogc-utils/iri-or-curie/example_6_2.validation_passed.txt +++ b/tests/ogc-utils/iri-or-curie/example_6_2.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.ogc-utils.iri-or-curie - IRI or CURIE -Generated 2024-01-17T15:53:48.486880+00:00 +Generated 2024-01-17T19:01:29.709697+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 9d0dd07fa..fd2ce2b3b 100644 --- a/tests/ogc-utils/iri-or-curie/example_7_1.validation_passed.txt +++ b/tests/ogc-utils/iri-or-curie/example_7_1.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.ogc-utils.iri-or-curie - IRI or CURIE -Generated 2024-01-17T15:53:48.490924+00:00 +Generated 2024-01-17T19:01:29.713745+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 092243edc..a41a6cb86 100644 --- a/tests/ogc-utils/iri-or-curie/failing1-fail.validation_passed.txt +++ b/tests/ogc-utils/iri-or-curie/failing1-fail.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.ogc-utils.iri-or-curie - IRI or CURIE -Generated 2024-01-17T15:53:48.456544+00:00 +Generated 2024-01-17T19:01:29.679624+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 53f822f7f..421b9407b 100644 --- a/tests/ogc-utils/iri-or-curie/failing2-fail.validation_passed.txt +++ b/tests/ogc-utils/iri-or-curie/failing2-fail.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.ogc-utils.iri-or-curie - IRI or CURIE -Generated 2024-01-17T15:53:48.457051+00:00 +Generated 2024-01-17T19:01:29.680131+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 90e17debe..af08a219e 100644 --- a/tests/ogc-utils/iri-or-curie/failing3-fail.validation_passed.txt +++ b/tests/ogc-utils/iri-or-curie/failing3-fail.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.ogc-utils.iri-or-curie - IRI or CURIE -Generated 2024-01-17T15:53:48.457653+00:00 +Generated 2024-01-17T19:01:29.680621+00:00 === General === Test was expected to fail and it did. === End General === diff --git a/tests/ogc-utils/iri-or-curie/failing4-fail.validation_passed.txt b/tests/ogc-utils/iri-or-curie/failing4-fail.validation_passed.txt index 6f82437a1..1a87877e3 100644 --- a/tests/ogc-utils/iri-or-curie/failing4-fail.validation_passed.txt +++ b/tests/ogc-utils/iri-or-curie/failing4-fail.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.ogc-utils.iri-or-curie - IRI or CURIE -Generated 2024-01-17T15:53:48.458150+00:00 +Generated 2024-01-17T19:01:29.681144+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 1f5b5df98..9129c01f0 100644 --- a/tests/ogc-utils/iri-or-curie/test1.validation_passed.txt +++ b/tests/ogc-utils/iri-or-curie/test1.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.ogc-utils.iri-or-curie - IRI or CURIE -Generated 2024-01-17T15:53:48.458438+00:00 +Generated 2024-01-17T19:01:29.681428+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 b024a5158..3a53859f4 100644 --- a/tests/ogc-utils/iri-or-curie/test10.validation_passed.txt +++ b/tests/ogc-utils/iri-or-curie/test10.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.ogc-utils.iri-or-curie - IRI or CURIE -Generated 2024-01-17T15:53:48.458713+00:00 +Generated 2024-01-17T19:01:29.681703+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 b2856e24e..929842ccc 100644 --- a/tests/ogc-utils/iri-or-curie/test11.validation_passed.txt +++ b/tests/ogc-utils/iri-or-curie/test11.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.ogc-utils.iri-or-curie - IRI or CURIE -Generated 2024-01-17T15:53:48.458987+00:00 +Generated 2024-01-17T19:01:29.681972+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 37dfcb60c..40750365b 100644 --- a/tests/ogc-utils/iri-or-curie/test12.validation_passed.txt +++ b/tests/ogc-utils/iri-or-curie/test12.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.ogc-utils.iri-or-curie - IRI or CURIE -Generated 2024-01-17T15:53:48.459260+00:00 +Generated 2024-01-17T19:01:29.682240+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 241d1029f..1529c6c9e 100644 --- a/tests/ogc-utils/iri-or-curie/test13.validation_passed.txt +++ b/tests/ogc-utils/iri-or-curie/test13.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.ogc-utils.iri-or-curie - IRI or CURIE -Generated 2024-01-17T15:53:48.459534+00:00 +Generated 2024-01-17T19:01:29.682511+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 2e0c40510..0c71ae295 100644 --- a/tests/ogc-utils/iri-or-curie/test14.validation_passed.txt +++ b/tests/ogc-utils/iri-or-curie/test14.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.ogc-utils.iri-or-curie - IRI or CURIE -Generated 2024-01-17T15:53:48.459802+00:00 +Generated 2024-01-17T19:01:29.682781+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 c37e56bf2..74320f810 100644 --- a/tests/ogc-utils/iri-or-curie/test15.validation_passed.txt +++ b/tests/ogc-utils/iri-or-curie/test15.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.ogc-utils.iri-or-curie - IRI or CURIE -Generated 2024-01-17T15:53:48.460068+00:00 +Generated 2024-01-17T19:01:29.683046+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 2a8888a5a..a68ee432b 100644 --- a/tests/ogc-utils/iri-or-curie/test16.validation_passed.txt +++ b/tests/ogc-utils/iri-or-curie/test16.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.ogc-utils.iri-or-curie - IRI or CURIE -Generated 2024-01-17T15:53:48.460420+00:00 +Generated 2024-01-17T19:01:29.683400+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 fbb429aec..95468edd6 100644 --- a/tests/ogc-utils/iri-or-curie/test17.validation_passed.txt +++ b/tests/ogc-utils/iri-or-curie/test17.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.ogc-utils.iri-or-curie - IRI or CURIE -Generated 2024-01-17T15:53:48.460693+00:00 +Generated 2024-01-17T19:01:29.683671+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 e574eab0b..3feacd583 100644 --- a/tests/ogc-utils/iri-or-curie/test18.validation_passed.txt +++ b/tests/ogc-utils/iri-or-curie/test18.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.ogc-utils.iri-or-curie - IRI or CURIE -Generated 2024-01-17T15:53:48.460967+00:00 +Generated 2024-01-17T19:01:29.683948+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 d35419d75..31c8c3efa 100644 --- a/tests/ogc-utils/iri-or-curie/test19.validation_passed.txt +++ b/tests/ogc-utils/iri-or-curie/test19.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.ogc-utils.iri-or-curie - IRI or CURIE -Generated 2024-01-17T15:53:48.461262+00:00 +Generated 2024-01-17T19:01:29.684221+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 bc600bf1f..8a7d4d3c5 100644 --- a/tests/ogc-utils/iri-or-curie/test2.validation_passed.txt +++ b/tests/ogc-utils/iri-or-curie/test2.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.ogc-utils.iri-or-curie - IRI or CURIE -Generated 2024-01-17T15:53:48.461548+00:00 +Generated 2024-01-17T19:01:29.684491+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 72a0e606b..5a43b3e54 100644 --- a/tests/ogc-utils/iri-or-curie/test20.validation_passed.txt +++ b/tests/ogc-utils/iri-or-curie/test20.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.ogc-utils.iri-or-curie - IRI or CURIE -Generated 2024-01-17T15:53:48.461818+00:00 +Generated 2024-01-17T19:01:29.684758+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 0d101d0e5..bbe8a2499 100644 --- a/tests/ogc-utils/iri-or-curie/test21.validation_passed.txt +++ b/tests/ogc-utils/iri-or-curie/test21.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.ogc-utils.iri-or-curie - IRI or CURIE -Generated 2024-01-17T15:53:48.462085+00:00 +Generated 2024-01-17T19:01:29.685067+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 d9b07e08e..c82e7608b 100644 --- a/tests/ogc-utils/iri-or-curie/test22.validation_passed.txt +++ b/tests/ogc-utils/iri-or-curie/test22.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.ogc-utils.iri-or-curie - IRI or CURIE -Generated 2024-01-17T15:53:48.462360+00:00 +Generated 2024-01-17T19:01:29.685335+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 67b0b22a7..aa9db9543 100644 --- a/tests/ogc-utils/iri-or-curie/test23.validation_passed.txt +++ b/tests/ogc-utils/iri-or-curie/test23.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.ogc-utils.iri-or-curie - IRI or CURIE -Generated 2024-01-17T15:53:48.462631+00:00 +Generated 2024-01-17T19:01:29.685598+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 1bbc0a2c6..be21de4ec 100644 --- a/tests/ogc-utils/iri-or-curie/test24.validation_passed.txt +++ b/tests/ogc-utils/iri-or-curie/test24.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.ogc-utils.iri-or-curie - IRI or CURIE -Generated 2024-01-17T15:53:48.462903+00:00 +Generated 2024-01-17T19:01:29.685860+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 74836781b..b9f1e1799 100644 --- a/tests/ogc-utils/iri-or-curie/test25.validation_passed.txt +++ b/tests/ogc-utils/iri-or-curie/test25.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.ogc-utils.iri-or-curie - IRI or CURIE -Generated 2024-01-17T15:53:48.463199+00:00 +Generated 2024-01-17T19:01:29.686156+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 15502ab82..79886dd65 100644 --- a/tests/ogc-utils/iri-or-curie/test26.validation_passed.txt +++ b/tests/ogc-utils/iri-or-curie/test26.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.ogc-utils.iri-or-curie - IRI or CURIE -Generated 2024-01-17T15:53:48.463498+00:00 +Generated 2024-01-17T19:01:29.686441+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 bbc24c465..eff1fe626 100644 --- a/tests/ogc-utils/iri-or-curie/test27.validation_passed.txt +++ b/tests/ogc-utils/iri-or-curie/test27.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.ogc-utils.iri-or-curie - IRI or CURIE -Generated 2024-01-17T15:53:48.463791+00:00 +Generated 2024-01-17T19:01:29.686730+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 2f17d410a..15cdc4825 100644 --- a/tests/ogc-utils/iri-or-curie/test28.validation_passed.txt +++ b/tests/ogc-utils/iri-or-curie/test28.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.ogc-utils.iri-or-curie - IRI or CURIE -Generated 2024-01-17T15:53:48.464079+00:00 +Generated 2024-01-17T19:01:29.687016+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 98b003bc0..b1c93454f 100644 --- a/tests/ogc-utils/iri-or-curie/test29.validation_passed.txt +++ b/tests/ogc-utils/iri-or-curie/test29.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.ogc-utils.iri-or-curie - IRI or CURIE -Generated 2024-01-17T15:53:48.464370+00:00 +Generated 2024-01-17T19:01:29.687308+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 8400c8ecb..19aaf02fd 100644 --- a/tests/ogc-utils/iri-or-curie/test3.validation_passed.txt +++ b/tests/ogc-utils/iri-or-curie/test3.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.ogc-utils.iri-or-curie - IRI or CURIE -Generated 2024-01-17T15:53:48.464639+00:00 +Generated 2024-01-17T19:01:29.687573+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 09f9f89b2..7aade2984 100644 --- a/tests/ogc-utils/iri-or-curie/test30.validation_passed.txt +++ b/tests/ogc-utils/iri-or-curie/test30.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.ogc-utils.iri-or-curie - IRI or CURIE -Generated 2024-01-17T15:53:48.464946+00:00 +Generated 2024-01-17T19:01:29.687859+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 769251a01..1c82d144a 100644 --- a/tests/ogc-utils/iri-or-curie/test31.validation_passed.txt +++ b/tests/ogc-utils/iri-or-curie/test31.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.ogc-utils.iri-or-curie - IRI or CURIE -Generated 2024-01-17T15:53:48.465237+00:00 +Generated 2024-01-17T19:01:29.688119+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 4f7d13aea..660e275a0 100644 --- a/tests/ogc-utils/iri-or-curie/test32.validation_passed.txt +++ b/tests/ogc-utils/iri-or-curie/test32.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.ogc-utils.iri-or-curie - IRI or CURIE -Generated 2024-01-17T15:53:48.465523+00:00 +Generated 2024-01-17T19:01:29.688381+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 042326ae8..3e9e7b9ef 100644 --- a/tests/ogc-utils/iri-or-curie/test33.validation_passed.txt +++ b/tests/ogc-utils/iri-or-curie/test33.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.ogc-utils.iri-or-curie - IRI or CURIE -Generated 2024-01-17T15:53:48.465793+00:00 +Generated 2024-01-17T19:01:29.688643+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 ea67963fd..bf38f8086 100644 --- a/tests/ogc-utils/iri-or-curie/test34.validation_passed.txt +++ b/tests/ogc-utils/iri-or-curie/test34.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.ogc-utils.iri-or-curie - IRI or CURIE -Generated 2024-01-17T15:53:48.466061+00:00 +Generated 2024-01-17T19:01:29.688934+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 96b23e4f8..6efbf8848 100644 --- a/tests/ogc-utils/iri-or-curie/test35.validation_passed.txt +++ b/tests/ogc-utils/iri-or-curie/test35.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.ogc-utils.iri-or-curie - IRI or CURIE -Generated 2024-01-17T15:53:48.466330+00:00 +Generated 2024-01-17T19:01:29.689217+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 a0660d10d..2e105564f 100644 --- a/tests/ogc-utils/iri-or-curie/test36.validation_passed.txt +++ b/tests/ogc-utils/iri-or-curie/test36.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.ogc-utils.iri-or-curie - IRI or CURIE -Generated 2024-01-17T15:53:48.466606+00:00 +Generated 2024-01-17T19:01:29.689486+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 f148d256a..475247891 100644 --- a/tests/ogc-utils/iri-or-curie/test37.validation_passed.txt +++ b/tests/ogc-utils/iri-or-curie/test37.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.ogc-utils.iri-or-curie - IRI or CURIE -Generated 2024-01-17T15:53:48.466873+00:00 +Generated 2024-01-17T19:01:29.689757+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 01e8e3328..e1cef150e 100644 --- a/tests/ogc-utils/iri-or-curie/test38.validation_passed.txt +++ b/tests/ogc-utils/iri-or-curie/test38.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.ogc-utils.iri-or-curie - IRI or CURIE -Generated 2024-01-17T15:53:48.467146+00:00 +Generated 2024-01-17T19:01:29.690025+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 03c867d8f..f7554ff56 100644 --- a/tests/ogc-utils/iri-or-curie/test39.validation_passed.txt +++ b/tests/ogc-utils/iri-or-curie/test39.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.ogc-utils.iri-or-curie - IRI or CURIE -Generated 2024-01-17T15:53:48.467412+00:00 +Generated 2024-01-17T19:01:29.690290+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 77e8187b6..2392ef105 100644 --- a/tests/ogc-utils/iri-or-curie/test4.validation_passed.txt +++ b/tests/ogc-utils/iri-or-curie/test4.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.ogc-utils.iri-or-curie - IRI or CURIE -Generated 2024-01-17T15:53:48.467677+00:00 +Generated 2024-01-17T19:01:29.690561+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 b080b4649..5f104676f 100644 --- a/tests/ogc-utils/iri-or-curie/test40.validation_passed.txt +++ b/tests/ogc-utils/iri-or-curie/test40.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.ogc-utils.iri-or-curie - IRI or CURIE -Generated 2024-01-17T15:53:48.467941+00:00 +Generated 2024-01-17T19:01:29.690830+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 93db638b5..fe4d92444 100644 --- a/tests/ogc-utils/iri-or-curie/test41.validation_passed.txt +++ b/tests/ogc-utils/iri-or-curie/test41.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.ogc-utils.iri-or-curie - IRI or CURIE -Generated 2024-01-17T15:53:48.468205+00:00 +Generated 2024-01-17T19:01:29.691091+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 66268a844..24ff9846d 100644 --- a/tests/ogc-utils/iri-or-curie/test42.validation_passed.txt +++ b/tests/ogc-utils/iri-or-curie/test42.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.ogc-utils.iri-or-curie - IRI or CURIE -Generated 2024-01-17T15:53:48.468472+00:00 +Generated 2024-01-17T19:01:29.691359+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 b1c3b1ff3..19dae1cde 100644 --- a/tests/ogc-utils/iri-or-curie/test43.validation_passed.txt +++ b/tests/ogc-utils/iri-or-curie/test43.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.ogc-utils.iri-or-curie - IRI or CURIE -Generated 2024-01-17T15:53:48.468737+00:00 +Generated 2024-01-17T19:01:29.691628+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 a5fc92232..b6965f229 100644 --- a/tests/ogc-utils/iri-or-curie/test44.validation_passed.txt +++ b/tests/ogc-utils/iri-or-curie/test44.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.ogc-utils.iri-or-curie - IRI or CURIE -Generated 2024-01-17T15:53:48.469000+00:00 +Generated 2024-01-17T19:01:29.691893+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 934398eae..b5b384660 100644 --- a/tests/ogc-utils/iri-or-curie/test45.validation_passed.txt +++ b/tests/ogc-utils/iri-or-curie/test45.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.ogc-utils.iri-or-curie - IRI or CURIE -Generated 2024-01-17T15:53:48.469316+00:00 +Generated 2024-01-17T19:01:29.692159+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 e5f813b32..9c692f058 100644 --- a/tests/ogc-utils/iri-or-curie/test46.validation_passed.txt +++ b/tests/ogc-utils/iri-or-curie/test46.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.ogc-utils.iri-or-curie - IRI or CURIE -Generated 2024-01-17T15:53:48.469598+00:00 +Generated 2024-01-17T19:01:29.692427+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 f8bbc3954..acdbeab22 100644 --- a/tests/ogc-utils/iri-or-curie/test47.validation_passed.txt +++ b/tests/ogc-utils/iri-or-curie/test47.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.ogc-utils.iri-or-curie - IRI or CURIE -Generated 2024-01-17T15:53:48.469866+00:00 +Generated 2024-01-17T19:01:29.692693+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 98975c73d..71b43c0e5 100644 --- a/tests/ogc-utils/iri-or-curie/test48.validation_passed.txt +++ b/tests/ogc-utils/iri-or-curie/test48.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.ogc-utils.iri-or-curie - IRI or CURIE -Generated 2024-01-17T15:53:48.470133+00:00 +Generated 2024-01-17T19:01:29.692991+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 01ceea208..baf8bf66b 100644 --- a/tests/ogc-utils/iri-or-curie/test49.validation_passed.txt +++ b/tests/ogc-utils/iri-or-curie/test49.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.ogc-utils.iri-or-curie - IRI or CURIE -Generated 2024-01-17T15:53:48.470398+00:00 +Generated 2024-01-17T19:01:29.693260+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 20f3d36f7..bfe5f8cd7 100644 --- a/tests/ogc-utils/iri-or-curie/test5.validation_passed.txt +++ b/tests/ogc-utils/iri-or-curie/test5.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.ogc-utils.iri-or-curie - IRI or CURIE -Generated 2024-01-17T15:53:48.470699+00:00 +Generated 2024-01-17T19:01:29.693561+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 88f729ab5..90d7df86a 100644 --- a/tests/ogc-utils/iri-or-curie/test50.validation_passed.txt +++ b/tests/ogc-utils/iri-or-curie/test50.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.ogc-utils.iri-or-curie - IRI or CURIE -Generated 2024-01-17T15:53:48.470969+00:00 +Generated 2024-01-17T19:01:29.693831+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 095bf3488..454ee45e8 100644 --- a/tests/ogc-utils/iri-or-curie/test51.validation_passed.txt +++ b/tests/ogc-utils/iri-or-curie/test51.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.ogc-utils.iri-or-curie - IRI or CURIE -Generated 2024-01-17T15:53:48.471240+00:00 +Generated 2024-01-17T19:01:29.694099+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 e4250d27f..9ed8f6cde 100644 --- a/tests/ogc-utils/iri-or-curie/test52.validation_passed.txt +++ b/tests/ogc-utils/iri-or-curie/test52.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.ogc-utils.iri-or-curie - IRI or CURIE -Generated 2024-01-17T15:53:48.471509+00:00 +Generated 2024-01-17T19:01:29.694370+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 30b0ecca8..1ab21f9fb 100644 --- a/tests/ogc-utils/iri-or-curie/test53.validation_passed.txt +++ b/tests/ogc-utils/iri-or-curie/test53.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.ogc-utils.iri-or-curie - IRI or CURIE -Generated 2024-01-17T15:53:48.471778+00:00 +Generated 2024-01-17T19:01:29.694634+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 03e9e1203..c87f7d371 100644 --- a/tests/ogc-utils/iri-or-curie/test54.validation_passed.txt +++ b/tests/ogc-utils/iri-or-curie/test54.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.ogc-utils.iri-or-curie - IRI or CURIE -Generated 2024-01-17T15:53:48.472046+00:00 +Generated 2024-01-17T19:01:29.694896+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 37aa9c241..2377facc4 100644 --- a/tests/ogc-utils/iri-or-curie/test55.validation_passed.txt +++ b/tests/ogc-utils/iri-or-curie/test55.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.ogc-utils.iri-or-curie - IRI or CURIE -Generated 2024-01-17T15:53:48.472311+00:00 +Generated 2024-01-17T19:01:29.695156+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 2c2ac7c8f..12ba69998 100644 --- a/tests/ogc-utils/iri-or-curie/test56.validation_passed.txt +++ b/tests/ogc-utils/iri-or-curie/test56.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.ogc-utils.iri-or-curie - IRI or CURIE -Generated 2024-01-17T15:53:48.472578+00:00 +Generated 2024-01-17T19:01:29.695419+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 c3ead02e9..dad119e60 100644 --- a/tests/ogc-utils/iri-or-curie/test57.validation_passed.txt +++ b/tests/ogc-utils/iri-or-curie/test57.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.ogc-utils.iri-or-curie - IRI or CURIE -Generated 2024-01-17T15:53:48.472845+00:00 +Generated 2024-01-17T19:01:29.695683+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 6143d251a..dd83c9ae5 100644 --- a/tests/ogc-utils/iri-or-curie/test58.validation_passed.txt +++ b/tests/ogc-utils/iri-or-curie/test58.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.ogc-utils.iri-or-curie - IRI or CURIE -Generated 2024-01-17T15:53:48.473115+00:00 +Generated 2024-01-17T19:01:29.695951+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 cdf86ed37..e64333462 100644 --- a/tests/ogc-utils/iri-or-curie/test59.validation_passed.txt +++ b/tests/ogc-utils/iri-or-curie/test59.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.ogc-utils.iri-or-curie - IRI or CURIE -Generated 2024-01-17T15:53:48.473422+00:00 +Generated 2024-01-17T19:01:29.696225+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 f9c869ba6..22bae7656 100644 --- a/tests/ogc-utils/iri-or-curie/test6.validation_passed.txt +++ b/tests/ogc-utils/iri-or-curie/test6.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.ogc-utils.iri-or-curie - IRI or CURIE -Generated 2024-01-17T15:53:48.473693+00:00 +Generated 2024-01-17T19:01:29.696501+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 0d351791a..156043c31 100644 --- a/tests/ogc-utils/iri-or-curie/test60.validation_passed.txt +++ b/tests/ogc-utils/iri-or-curie/test60.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.ogc-utils.iri-or-curie - IRI or CURIE -Generated 2024-01-17T15:53:48.473963+00:00 +Generated 2024-01-17T19:01:29.696772+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 78da2f840..50d42b252 100644 --- a/tests/ogc-utils/iri-or-curie/test61.validation_passed.txt +++ b/tests/ogc-utils/iri-or-curie/test61.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.ogc-utils.iri-or-curie - IRI or CURIE -Generated 2024-01-17T15:53:48.474232+00:00 +Generated 2024-01-17T19:01:29.697084+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 5aa57066e..332643f8f 100644 --- a/tests/ogc-utils/iri-or-curie/test62.validation_passed.txt +++ b/tests/ogc-utils/iri-or-curie/test62.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.ogc-utils.iri-or-curie - IRI or CURIE -Generated 2024-01-17T15:53:48.474505+00:00 +Generated 2024-01-17T19:01:29.697352+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 e2cf078e1..73a79271c 100644 --- a/tests/ogc-utils/iri-or-curie/test63.validation_passed.txt +++ b/tests/ogc-utils/iri-or-curie/test63.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.ogc-utils.iri-or-curie - IRI or CURIE -Generated 2024-01-17T15:53:48.474771+00:00 +Generated 2024-01-17T19:01:29.697627+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 cbb512571..263f70d3e 100644 --- a/tests/ogc-utils/iri-or-curie/test64.validation_passed.txt +++ b/tests/ogc-utils/iri-or-curie/test64.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.ogc-utils.iri-or-curie - IRI or CURIE -Generated 2024-01-17T15:53:48.475038+00:00 +Generated 2024-01-17T19:01:29.697892+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 8483d95b5..5c586be3a 100644 --- a/tests/ogc-utils/iri-or-curie/test65.validation_passed.txt +++ b/tests/ogc-utils/iri-or-curie/test65.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.ogc-utils.iri-or-curie - IRI or CURIE -Generated 2024-01-17T15:53:48.475305+00:00 +Generated 2024-01-17T19:01:29.698160+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 1a8550d67..0432fa89c 100644 --- a/tests/ogc-utils/iri-or-curie/test66.validation_passed.txt +++ b/tests/ogc-utils/iri-or-curie/test66.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.ogc-utils.iri-or-curie - IRI or CURIE -Generated 2024-01-17T15:53:48.475571+00:00 +Generated 2024-01-17T19:01:29.698432+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 ec0c4f3ba..9acbc8d85 100644 --- a/tests/ogc-utils/iri-or-curie/test67.validation_passed.txt +++ b/tests/ogc-utils/iri-or-curie/test67.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.ogc-utils.iri-or-curie - IRI or CURIE -Generated 2024-01-17T15:53:48.475838+00:00 +Generated 2024-01-17T19:01:29.698715+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 0b1a39f12..20a9ea5c5 100644 --- a/tests/ogc-utils/iri-or-curie/test68.validation_passed.txt +++ b/tests/ogc-utils/iri-or-curie/test68.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.ogc-utils.iri-or-curie - IRI or CURIE -Generated 2024-01-17T15:53:48.476104+00:00 +Generated 2024-01-17T19:01:29.699015+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 ba13f7ce4..b72122999 100644 --- a/tests/ogc-utils/iri-or-curie/test69.validation_passed.txt +++ b/tests/ogc-utils/iri-or-curie/test69.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.ogc-utils.iri-or-curie - IRI or CURIE -Generated 2024-01-17T15:53:48.476374+00:00 +Generated 2024-01-17T19:01:29.699288+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 5c18aa027..5787bcf20 100644 --- a/tests/ogc-utils/iri-or-curie/test7.validation_passed.txt +++ b/tests/ogc-utils/iri-or-curie/test7.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.ogc-utils.iri-or-curie - IRI or CURIE -Generated 2024-01-17T15:53:48.476648+00:00 +Generated 2024-01-17T19:01:29.699553+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 770309a13..312c747e4 100644 --- a/tests/ogc-utils/iri-or-curie/test70.validation_passed.txt +++ b/tests/ogc-utils/iri-or-curie/test70.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.ogc-utils.iri-or-curie - IRI or CURIE -Generated 2024-01-17T15:53:48.476916+00:00 +Generated 2024-01-17T19:01:29.699825+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 3cdff1815..734beb75c 100644 --- a/tests/ogc-utils/iri-or-curie/test71.validation_passed.txt +++ b/tests/ogc-utils/iri-or-curie/test71.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.ogc-utils.iri-or-curie - IRI or CURIE -Generated 2024-01-17T15:53:48.477210+00:00 +Generated 2024-01-17T19:01:29.700115+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 a5fd1c571..deef85dce 100644 --- a/tests/ogc-utils/iri-or-curie/test72.validation_passed.txt +++ b/tests/ogc-utils/iri-or-curie/test72.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.ogc-utils.iri-or-curie - IRI or CURIE -Generated 2024-01-17T15:53:48.477527+00:00 +Generated 2024-01-17T19:01:29.700388+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 7ae6005f0..012de1740 100644 --- a/tests/ogc-utils/iri-or-curie/test73.validation_passed.txt +++ b/tests/ogc-utils/iri-or-curie/test73.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.ogc-utils.iri-or-curie - IRI or CURIE -Generated 2024-01-17T15:53:48.477795+00:00 +Generated 2024-01-17T19:01:29.700658+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 910ed1db0..bd24368f5 100644 --- a/tests/ogc-utils/iri-or-curie/test74.validation_passed.txt +++ b/tests/ogc-utils/iri-or-curie/test74.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.ogc-utils.iri-or-curie - IRI or CURIE -Generated 2024-01-17T15:53:48.478062+00:00 +Generated 2024-01-17T19:01:29.701002+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 49896434e..a2aea809a 100644 --- a/tests/ogc-utils/iri-or-curie/test75.validation_passed.txt +++ b/tests/ogc-utils/iri-or-curie/test75.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.ogc-utils.iri-or-curie - IRI or CURIE -Generated 2024-01-17T15:53:48.478334+00:00 +Generated 2024-01-17T19:01:29.701284+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 7becf7ce7..8b6d8a8f1 100644 --- a/tests/ogc-utils/iri-or-curie/test76.validation_passed.txt +++ b/tests/ogc-utils/iri-or-curie/test76.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.ogc-utils.iri-or-curie - IRI or CURIE -Generated 2024-01-17T15:53:48.478608+00:00 +Generated 2024-01-17T19:01:29.701555+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 6559ff031..025d79bb1 100644 --- a/tests/ogc-utils/iri-or-curie/test77.validation_passed.txt +++ b/tests/ogc-utils/iri-or-curie/test77.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.ogc-utils.iri-or-curie - IRI or CURIE -Generated 2024-01-17T15:53:48.478877+00:00 +Generated 2024-01-17T19:01:29.701830+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 e34e7ee90..5e531e32d 100644 --- a/tests/ogc-utils/iri-or-curie/test78.validation_passed.txt +++ b/tests/ogc-utils/iri-or-curie/test78.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.ogc-utils.iri-or-curie - IRI or CURIE -Generated 2024-01-17T15:53:48.479147+00:00 +Generated 2024-01-17T19:01:29.702103+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 59704373a..bfbf2389b 100644 --- a/tests/ogc-utils/iri-or-curie/test79.validation_passed.txt +++ b/tests/ogc-utils/iri-or-curie/test79.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.ogc-utils.iri-or-curie - IRI or CURIE -Generated 2024-01-17T15:53:48.479440+00:00 +Generated 2024-01-17T19:01:29.702397+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 f7aea88b1..5b167f6d9 100644 --- a/tests/ogc-utils/iri-or-curie/test8.validation_passed.txt +++ b/tests/ogc-utils/iri-or-curie/test8.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.ogc-utils.iri-or-curie - IRI or CURIE -Generated 2024-01-17T15:53:48.479709+00:00 +Generated 2024-01-17T19:01:29.702665+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 2a3098b57..cf7d45f9b 100644 --- a/tests/ogc-utils/iri-or-curie/test80.validation_passed.txt +++ b/tests/ogc-utils/iri-or-curie/test80.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.ogc-utils.iri-or-curie - IRI or CURIE -Generated 2024-01-17T15:53:48.479983+00:00 +Generated 2024-01-17T19:01:29.702979+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 1ed0ed886..c8331b696 100644 --- a/tests/ogc-utils/iri-or-curie/test81.validation_passed.txt +++ b/tests/ogc-utils/iri-or-curie/test81.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.ogc-utils.iri-or-curie - IRI or CURIE -Generated 2024-01-17T15:53:48.480294+00:00 +Generated 2024-01-17T19:01:29.703256+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 2415502ac..679467dde 100644 --- a/tests/ogc-utils/iri-or-curie/test9.validation_passed.txt +++ b/tests/ogc-utils/iri-or-curie/test9.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.ogc-utils.iri-or-curie - IRI or CURIE -Generated 2024-01-17T15:53:48.480594+00:00 +Generated 2024-01-17T19:01:29.703540+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 2b1653b8d..6c3d920d1 100644 --- a/tests/ogc-utils/topology/_report.json +++ b/tests/ogc-utils/topology/_report.json @@ -2,7 +2,7 @@ "title": "Validation report for ogc.ogc-utils.topology - Geometry using references", "bblockName": "Geometry using references", "bblockId": "ogc.ogc-utils.topology", - "generated": "2024-01-17T15:53:48.607394+00:00", + "generated": "2024-01-17T19:01:29.830434+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 2d950ecfb..57295bd0a 100644 --- a/tests/ogc-utils/topology/example_1_1.validation_passed.txt +++ b/tests/ogc-utils/topology/example_1_1.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.ogc-utils.topology - Geometry using references -Generated 2024-01-17T15:53:48.607343+00:00 +Generated 2024-01-17T19:01:29.830384+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 61cce6877..617084918 100644 --- a/tests/report.html +++ b/tests/report.html @@ -26,7 +26,7 @@

Building blocks validation report

- Generated at 2024-01-17T15:53:51.115435+00:00 + Generated at 2024-01-17T19:01:33.000639+00:00

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

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

Message: sosa:hasSimpleResult is a simple Literal

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Conforms: True
Focus nodes for registereditems/unstable/sosa/_sources/properties/observation/rules.shacl: - - 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/#testResult>: eg:pop2000,eg:pop1999 - Shape <https://www.ogc.org/rules/sosa/#testSimpleResultLiteral>: eg:pop1999/sosa:hasSimpleResult,eg:pop2000/sosa:hasSimpleResult - - Shape <https://www.ogc.org/rules/sosa/#testObservedProperty>: eg:pop1999,eg:pop2000 - - Shape <https://www.ogc.org/rules/sosa/#testRequiredTime>: eg:pop1999,eg:pop2000 - - Shape <https://www.ogc.org/rules/sosa/#testResult>: eg:pop1999,eg:pop2000 + - Shape <https://www.ogc.org/rules/sosa/#testObservedProperty>: eg:pop2000,eg:pop1999 + - Shape <https://www.ogc.org/rules/sosa/#testFeatureOfInterest>: eg:pop2000,eg:pop1999 + - Shape <https://www.ogc.org/rules/sosa/#testRequiredTime>: eg:pop2000,eg:pop1999 + - Shape <https://www.ogc.org/rules/sosa/#testResultNotEmptyNode>: *none*
diff --git a/tests/unstable/sosa/features/observation/_report.json b/tests/unstable/sosa/features/observation/_report.json index 4d14beee4..df14f65ef 100644 --- a/tests/unstable/sosa/features/observation/_report.json +++ b/tests/unstable/sosa/features/observation/_report.json @@ -2,7 +2,7 @@ "title": "Validation report for ogc.unstable.sosa.features.observation - SOSA Observation Feature", "bblockName": "SOSA Observation Feature", "bblockId": "ogc.unstable.sosa.features.observation", - "generated": "2024-01-17T15:53:50.459261+00:00", + "generated": "2024-01-17T19:01:32.245101+00:00", "result": true, "items": [ { @@ -86,14 +86,11 @@ { "shaclFile": "registereditems/unstable/sosa/_sources/properties/observation/rules.shacl", "focusNodes": { - "": { + "": { "nodes": [ "" ] }, - "": { - "nodes": [] - }, "": { "nodes": [ "/sosa:hasSimpleResult" @@ -104,19 +101,22 @@ "" ] }, - "": { + "": { "nodes": [ "" ] }, - "": { + "": { "nodes": [ "" ] + }, + "": { + "nodes": [] } }, "isError": false, - "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" + "message": "Focus nodes for registereditems/unstable/sosa/_sources/properties/observation/rules.shacl:\n - Shape : \n - Shape : /sosa:hasSimpleResult\n - Shape : \n - Shape : \n - Shape : \n - Shape : *none*\n" } ] }, @@ -190,14 +190,11 @@ { "shaclFile": "registereditems/unstable/sosa/_sources/properties/observation/rules.shacl", "focusNodes": { - "": { + "": { "nodes": [ - "_:ne7c63f28c3bd420587d731e7518c0832b1" + "_:n140f293de9f74ed7adc0383b43ba590bb1" ] }, - "": { - "nodes": [] - }, "": { "nodes": [ "33" @@ -205,22 +202,25 @@ }, "": { "nodes": [ - "_:ne7c63f28c3bd420587d731e7518c0832b1" + "_:n140f293de9f74ed7adc0383b43ba590bb1" ] }, - "": { + "": { "nodes": [ - "_:ne7c63f28c3bd420587d731e7518c0832b1" + "_:n140f293de9f74ed7adc0383b43ba590bb1" ] }, - "": { + "": { "nodes": [ - "_:ne7c63f28c3bd420587d731e7518c0832b1" + "_:n140f293de9f74ed7adc0383b43ba590bb1" ] + }, + "": { + "nodes": [] } }, "isError": false, - "message": "Focus nodes for registereditems/unstable/sosa/_sources/properties/observation/rules.shacl:\n - Shape : _:ne7c63f28c3bd420587d731e7518c0832b1\n - Shape : *none*\n - Shape : 33\n - Shape : _:ne7c63f28c3bd420587d731e7518c0832b1\n - Shape : _:ne7c63f28c3bd420587d731e7518c0832b1\n - Shape : _:ne7c63f28c3bd420587d731e7518c0832b1\n" + "message": "Focus nodes for registereditems/unstable/sosa/_sources/properties/observation/rules.shacl:\n - Shape : _:n140f293de9f74ed7adc0383b43ba590bb1\n - Shape : 33\n - Shape : _:n140f293de9f74ed7adc0383b43ba590bb1\n - Shape : _:n140f293de9f74ed7adc0383b43ba590bb1\n - Shape : _:n140f293de9f74ed7adc0383b43ba590bb1\n - Shape : *none*\n" } ] }, @@ -312,14 +312,11 @@ { "shaclFile": "registereditems/unstable/sosa/_sources/properties/observation/rules.shacl", "focusNodes": { - "": { + "": { "nodes": [ "" ] }, - "": { - "nodes": [] - }, "": { "nodes": [] }, @@ -328,19 +325,22 @@ "" ] }, - "": { + "": { "nodes": [ "" ] }, - "": { + "": { "nodes": [ "" ] + }, + "": { + "nodes": [] } }, "isError": false, - "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" + "message": "Focus nodes for registereditems/unstable/sosa/_sources/properties/observation/rules.shacl:\n - Shape : \n - Shape : *none*\n - Shape : \n - Shape : \n - Shape : \n - Shape : *none*\n" } ] }, 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 a32f6a303..1aec5ecdd 100644 --- a/tests/unstable/sosa/features/observation/example_1_1.validation_passed.txt +++ b/tests/unstable/sosa/features/observation/example_1_1.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.unstable.sosa.features.observation - SOSA Observation Feature -Generated 2024-01-17T15:53:50.443114+00:00 +Generated 2024-01-17T19:01:32.228175+00:00 === Files === Using example_1_1.json from examples JSON-LD context is present - uplifting @@ -17,12 +17,12 @@ Validation result for registereditems/unstable/sosa/_sources/properties/observat Conforms: True Focus nodes for registereditems/unstable/sosa/_sources/properties/observation/rules.shacl: - - Shape : - - Shape : *none* + - Shape : - Shape : /sosa:hasSimpleResult - Shape : + - Shape : - Shape : - - Shape : + - Shape : *none* === End SHACL === diff --git a/tests/unstable/sosa/features/observation/example_1_2.validation_passed.txt b/tests/unstable/sosa/features/observation/example_1_2.validation_passed.txt index 123a59295..4791f6b88 100644 --- a/tests/unstable/sosa/features/observation/example_1_2.validation_passed.txt +++ b/tests/unstable/sosa/features/observation/example_1_2.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.unstable.sosa.features.observation - SOSA Observation Feature -Generated 2024-01-17T15:53:50.450229+00:00 +Generated 2024-01-17T19:01:32.236022+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 : _:ne7c63f28c3bd420587d731e7518c0832b1 - - Shape : *none* + - Shape : _:n140f293de9f74ed7adc0383b43ba590bb1 - Shape : 33 - - Shape : _:ne7c63f28c3bd420587d731e7518c0832b1 - - Shape : _:ne7c63f28c3bd420587d731e7518c0832b1 - - Shape : _:ne7c63f28c3bd420587d731e7518c0832b1 + - Shape : _:n140f293de9f74ed7adc0383b43ba590bb1 + - Shape : _:n140f293de9f74ed7adc0383b43ba590bb1 + - Shape : _:n140f293de9f74ed7adc0383b43ba590bb1 + - Shape : *none* === End SHACL === diff --git a/tests/unstable/sosa/features/observation/example_2_1.validation_passed.txt b/tests/unstable/sosa/features/observation/example_2_1.validation_passed.txt index 4d34afe8e..dfd8df1ca 100644 --- a/tests/unstable/sosa/features/observation/example_2_1.validation_passed.txt +++ b/tests/unstable/sosa/features/observation/example_2_1.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.unstable.sosa.features.observation - SOSA Observation Feature -Generated 2024-01-17T15:53:50.459205+00:00 +Generated 2024-01-17T19:01:32.245046+00:00 === Files === Using example_2_1.json from examples JSON-LD context is present - uplifting @@ -17,12 +17,12 @@ Validation result for registereditems/unstable/sosa/_sources/properties/observat Conforms: True Focus nodes for registereditems/unstable/sosa/_sources/properties/observation/rules.shacl: - - Shape : - - Shape : *none* + - Shape : - Shape : *none* - Shape : + - Shape : - Shape : - - Shape : + - Shape : *none* === End SHACL === diff --git a/tests/unstable/sosa/features/observationCollection/_report.json b/tests/unstable/sosa/features/observationCollection/_report.json index f806a5cce..69d02a2c6 100644 --- a/tests/unstable/sosa/features/observationCollection/_report.json +++ b/tests/unstable/sosa/features/observationCollection/_report.json @@ -2,7 +2,7 @@ "title": "Validation report for ogc.unstable.sosa.features.observationCollection - SOSA ObservationCollection Feature", "bblockName": "SOSA ObservationCollection Feature", "bblockId": "ogc.unstable.sosa.features.observationCollection", - "generated": "2024-01-17T15:53:51.099482+00:00", + "generated": "2024-01-17T19:01:32.984705+00:00", "result": true, "items": [ { @@ -90,14 +90,11 @@ { "shaclFile": "registereditems/unstable/sosa/_sources/properties/observation/rules.shacl", "focusNodes": { - "": { + "": { "nodes": [ "" ] }, - "": { - "nodes": [] - }, "": { "nodes": [ "/sosa:hasSimpleResult" @@ -108,19 +105,22 @@ "" ] }, - "": { + "": { "nodes": [ "" ] }, - "": { + "": { "nodes": [ "" ] + }, + "": { + "nodes": [] } }, "isError": false, - "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" + "message": "Focus nodes for registereditems/unstable/sosa/_sources/properties/observation/rules.shacl:\n - Shape : \n - Shape : /sosa:hasSimpleResult\n - Shape : \n - Shape : \n - Shape : \n - Shape : *none*\n" } ] }, @@ -210,15 +210,12 @@ { "shaclFile": "registereditems/unstable/sosa/_sources/properties/observation/rules.shacl", "focusNodes": { - "": { + "": { "nodes": [ - "", - "" + "", + "" ] }, - "": { - "nodes": [] - }, "": { "nodes": [ "/sosa:hasSimpleResult" @@ -226,25 +223,28 @@ }, "": { "nodes": [ - "", - "" + "", + "" ] }, - "": { + "": { "nodes": [ - "", - "" + "", + "" ] }, - "": { + "": { "nodes": [ - "", - "" + "", + "" ] + }, + "": { + "nodes": [] } }, "isError": false, - "message": "Focus nodes for registereditems/unstable/sosa/_sources/properties/observation/rules.shacl:\n - Shape : ,\n - Shape : *none*\n - Shape : /sosa:hasSimpleResult\n - Shape : ,\n - Shape : ,\n - Shape : ,\n" + "message": "Focus nodes for registereditems/unstable/sosa/_sources/properties/observation/rules.shacl:\n - Shape : ,\n - Shape : /sosa:hasSimpleResult\n - Shape : ,\n - Shape : ,\n - Shape : ,\n - Shape : *none*\n" } ] }, @@ -336,15 +336,12 @@ { "shaclFile": "registereditems/unstable/sosa/_sources/properties/observation/rules.shacl", "focusNodes": { - "": { + "": { "nodes": [ "", "" ] }, - "": { - "nodes": [] - }, "": { "nodes": [ "/sosa:hasSimpleResult" @@ -356,21 +353,24 @@ "" ] }, - "": { + "": { "nodes": [ "", "" ] }, - "": { + "": { "nodes": [ "", "" ] + }, + "": { + "nodes": [] } }, "isError": false, - "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" + "message": "Focus nodes for registereditems/unstable/sosa/_sources/properties/observation/rules.shacl:\n - Shape : ,\n - Shape : /sosa:hasSimpleResult\n - Shape : ,\n - Shape : ,\n - Shape : ,\n - Shape : *none*\n" } ] }, @@ -444,15 +444,12 @@ { "shaclFile": "registereditems/unstable/sosa/_sources/properties/observation/rules.shacl", "focusNodes": { - "": { + "": { "nodes": [ - "eg:pop1999", - "eg:pop2000" + "eg:pop2000", + "eg:pop1999" ] }, - "": { - "nodes": [] - }, "": { "nodes": [ "eg:pop1999/sosa:hasSimpleResult", @@ -461,25 +458,28 @@ }, "": { "nodes": [ - "eg:pop1999", - "eg:pop2000" + "eg:pop2000", + "eg:pop1999" ] }, - "": { + "": { "nodes": [ - "eg:pop1999", - "eg:pop2000" + "eg:pop2000", + "eg:pop1999" ] }, - "": { + "": { "nodes": [ - "eg:pop1999", - "eg:pop2000" + "eg:pop2000", + "eg:pop1999" ] + }, + "": { + "nodes": [] } }, "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/sosa:hasSimpleResult,eg:pop2000/sosa:hasSimpleResult\n - Shape : eg:pop1999,eg:pop2000\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:pop2000,eg:pop1999\n - Shape : eg:pop1999/sosa:hasSimpleResult,eg:pop2000/sosa:hasSimpleResult\n - Shape : eg:pop2000,eg:pop1999\n - Shape : eg:pop2000,eg:pop1999\n - Shape : eg:pop2000,eg:pop1999\n - Shape : *none*\n" } ] }, 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 96719fa23..2cc4cd499 100644 --- a/tests/unstable/sosa/features/observationCollection/example_1_1.validation_passed.txt +++ b/tests/unstable/sosa/features/observationCollection/example_1_1.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.unstable.sosa.features.observationCollection - SOSA ObservationCollection Feature -Generated 2024-01-17T15:53:51.089305+00:00 +Generated 2024-01-17T19:01:32.974301+00:00 === Files === Using example_1_1.json from examples JSON-LD context is present - uplifting @@ -17,12 +17,12 @@ Validation result for registereditems/unstable/sosa/_sources/properties/observat Conforms: True Focus nodes for registereditems/unstable/sosa/_sources/properties/observation/rules.shacl: - - Shape : , - - Shape : *none* + - Shape : , - Shape : /sosa:hasSimpleResult - Shape : , + - Shape : , - Shape : , - - Shape : , + - Shape : *none* === End SHACL === diff --git a/tests/unstable/sosa/features/observationCollection/example_1_2.validation_passed.txt b/tests/unstable/sosa/features/observationCollection/example_1_2.validation_passed.txt index 5981b395a..211cba110 100644 --- a/tests/unstable/sosa/features/observationCollection/example_1_2.validation_passed.txt +++ b/tests/unstable/sosa/features/observationCollection/example_1_2.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.unstable.sosa.features.observationCollection - SOSA ObservationCollection Feature -Generated 2024-01-17T15:53:51.099427+00:00 +Generated 2024-01-17T19:01:32.984652+00:00 === Files === Using example_1_2.ttl from examples Output Turtle example_1_2.ttl created @@ -11,12 +11,12 @@ Validation result for registereditems/unstable/sosa/_sources/properties/observat Conforms: True Focus nodes for registereditems/unstable/sosa/_sources/properties/observation/rules.shacl: - - Shape : eg:pop1999,eg:pop2000 - - Shape : *none* + - Shape : eg:pop2000,eg:pop1999 - Shape : eg:pop1999/sosa:hasSimpleResult,eg:pop2000/sosa:hasSimpleResult - - Shape : eg:pop1999,eg:pop2000 - - Shape : eg:pop1999,eg:pop2000 - - Shape : eg:pop1999,eg:pop2000 + - Shape : eg:pop2000,eg:pop1999 + - Shape : eg:pop2000,eg:pop1999 + - Shape : eg:pop2000,eg:pop1999 + - Shape : *none* === 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 573057b6d..04d1e8a55 100644 --- a/tests/unstable/sosa/features/observationCollection/observationCollection-props-fail.validation_passed.txt +++ b/tests/unstable/sosa/features/observationCollection/observationCollection-props-fail.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.unstable.sosa.features.observationCollection - SOSA ObservationCollection Feature -Generated 2024-01-17T15:53:51.058395+00:00 +Generated 2024-01-17T19:01:32.942964+00:00 === General === Test was expected to fail and it did. === End General === @@ -30,12 +30,12 @@ Validation result for registereditems/unstable/sosa/_sources/properties/observat Message: Less than 1 values on ->( [ sh:zeroOrMorePath [ sh:oneOrMorePath [ sh:alternativePath ] ] ] sosa:observedProperty ) Focus nodes for registereditems/unstable/sosa/_sources/properties/observation/rules.shacl: - - Shape : - - Shape : *none* + - Shape : - Shape : /sosa:hasSimpleResult - Shape : + - Shape : - Shape : - - Shape : + - Shape : *none* === End SHACL === diff --git a/tests/unstable/sosa/features/observationCollection/observationCollection-props.validation_passed.txt b/tests/unstable/sosa/features/observationCollection/observationCollection-props.validation_passed.txt index f9ae46d91..c03d190cc 100644 --- a/tests/unstable/sosa/features/observationCollection/observationCollection-props.validation_passed.txt +++ b/tests/unstable/sosa/features/observationCollection/observationCollection-props.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.unstable.sosa.features.observationCollection - SOSA ObservationCollection Feature -Generated 2024-01-17T15:53:51.073668+00:00 +Generated 2024-01-17T19:01:32.958746+00:00 === Files === Using observationCollection-props.json from test resources JSON-LD context is present - uplifting @@ -17,12 +17,12 @@ Validation result for registereditems/unstable/sosa/_sources/properties/observat Conforms: True Focus nodes for registereditems/unstable/sosa/_sources/properties/observation/rules.shacl: - - Shape : , - - Shape : *none* + - Shape : , - Shape : /sosa:hasSimpleResult - - Shape : , - - Shape : , - - Shape : , + - Shape : , + - Shape : , + - Shape : , + - Shape : *none* === End SHACL === diff --git a/tests/unstable/sosa/properties/observation/_report.json b/tests/unstable/sosa/properties/observation/_report.json index 2b45a239f..6025d1d01 100644 --- a/tests/unstable/sosa/properties/observation/_report.json +++ b/tests/unstable/sosa/properties/observation/_report.json @@ -2,7 +2,7 @@ "title": "Validation report for ogc.unstable.sosa.properties.observation - SOSA Observation", "bblockName": "SOSA Observation", "bblockId": "ogc.unstable.sosa.properties.observation", - "generated": "2024-01-17T15:53:48.571800+00:00", + "generated": "2024-01-17T19:01:29.794581+00:00", "result": true, "items": [ { @@ -72,44 +72,44 @@ { "op": "shacl-report", "shaclFile": "registereditems/unstable/sosa/_sources/properties/observation/rules.shacl", - "graph": "@prefix sh: .\n@prefix xsd: .\n\n[] a sh:ValidationReport ;\n sh:conforms false ;\n sh:result [ a sh:ValidationResult ;\n sh:focusNode _:N8dab0026978643a6b9712a1743ab3fc8 ;\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 _:N8dab0026978643a6b9712a1743ab3fc8 ] .\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 _:Ne1fbc93d40d94063b0a4583a1369fd60 ;\n sh:resultMessage \"sosa:hasSimpleResult is a simple Literal\" ;\n sh:resultSeverity sh:Violation ;\n sh:sourceConstraintComponent sh:NodeKindConstraintComponent ;\n sh:sourceShape ;\n sh:value _:Ne1fbc93d40d94063b0a4583a1369fd60 ] .\n\n", "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": [ - "_:Nac38dd5154214aa291e98d9582483573" + "_:N0b2d3baa0dd54d6eb26e1bcb49cd9139" ] }, - "": { - "nodes": [] - }, "": { "nodes": [ - "_:N8dab0026978643a6b9712a1743ab3fc8" + "_:Ne1fbc93d40d94063b0a4583a1369fd60" ] }, "": { "nodes": [ - "_:Nac38dd5154214aa291e98d9582483573" + "_:N0b2d3baa0dd54d6eb26e1bcb49cd9139" ] }, - "": { + "": { "nodes": [ - "_:Nac38dd5154214aa291e98d9582483573" + "_:N0b2d3baa0dd54d6eb26e1bcb49cd9139" ] }, - "": { + "": { "nodes": [ - "_:Nac38dd5154214aa291e98d9582483573" + "_:N0b2d3baa0dd54d6eb26e1bcb49cd9139" ] + }, + "": { + "nodes": [] } }, "isError": false, - "message": "Focus nodes for registereditems/unstable/sosa/_sources/properties/observation/rules.shacl:\n - Shape : _:Nac38dd5154214aa291e98d9582483573\n - Shape : *none*\n - Shape : _:N8dab0026978643a6b9712a1743ab3fc8\n - Shape : _:Nac38dd5154214aa291e98d9582483573\n - Shape : _:Nac38dd5154214aa291e98d9582483573\n - Shape : _:Nac38dd5154214aa291e98d9582483573\n" + "message": "Focus nodes for registereditems/unstable/sosa/_sources/properties/observation/rules.shacl:\n - Shape : _:N0b2d3baa0dd54d6eb26e1bcb49cd9139\n - Shape : _:Ne1fbc93d40d94063b0a4583a1369fd60\n - Shape : _:N0b2d3baa0dd54d6eb26e1bcb49cd9139\n - Shape : _:N0b2d3baa0dd54d6eb26e1bcb49cd9139\n - Shape : _:N0b2d3baa0dd54d6eb26e1bcb49cd9139\n - Shape : *none*\n" } ] }, @@ -194,35 +194,35 @@ { "shaclFile": "registereditems/unstable/sosa/_sources/properties/observation/rules.shacl", "focusNodes": { - "": { + "": { "nodes": [ - "_:N7832228ee1dd488abfa9fa6c216e3b14" + "_:N8e3e12fd26034894af7532749864bff8" ] }, - "": { - "nodes": [] - }, "": { "nodes": [] }, "": { "nodes": [ - "_:N7832228ee1dd488abfa9fa6c216e3b14" + "_:N8e3e12fd26034894af7532749864bff8" ] }, - "": { + "": { "nodes": [ - "_:N7832228ee1dd488abfa9fa6c216e3b14" + "_:N8e3e12fd26034894af7532749864bff8" ] }, - "": { + "": { "nodes": [ - "_:N7832228ee1dd488abfa9fa6c216e3b14" + "_:N8e3e12fd26034894af7532749864bff8" ] + }, + "": { + "nodes": [] } }, "isError": false, - "message": "Focus nodes for registereditems/unstable/sosa/_sources/properties/observation/rules.shacl:\n - Shape : _:N7832228ee1dd488abfa9fa6c216e3b14\n - Shape : *none*\n - Shape : *none*\n - Shape : _:N7832228ee1dd488abfa9fa6c216e3b14\n - Shape : _:N7832228ee1dd488abfa9fa6c216e3b14\n - Shape : _:N7832228ee1dd488abfa9fa6c216e3b14\n" + "message": "Focus nodes for registereditems/unstable/sosa/_sources/properties/observation/rules.shacl:\n - Shape : _:N8e3e12fd26034894af7532749864bff8\n - Shape : *none*\n - Shape : _:N8e3e12fd26034894af7532749864bff8\n - Shape : _:N8e3e12fd26034894af7532749864bff8\n - Shape : _:N8e3e12fd26034894af7532749864bff8\n - Shape : *none*\n" } ] }, @@ -307,14 +307,11 @@ { "shaclFile": "registereditems/unstable/sosa/_sources/properties/observation/rules.shacl", "focusNodes": { - "": { + "": { "nodes": [ - "_:Nc6f9bab45513452f89233937e0a81675" + "_:N01d7cf0f7d0a490a87a5651bd16e67b0" ] }, - "": { - "nodes": [] - }, "": { "nodes": [ "frogginess" @@ -322,22 +319,25 @@ }, "": { "nodes": [ - "_:Nc6f9bab45513452f89233937e0a81675" + "_:N01d7cf0f7d0a490a87a5651bd16e67b0" ] }, - "": { + "": { "nodes": [ - "_:Nc6f9bab45513452f89233937e0a81675" + "_:N01d7cf0f7d0a490a87a5651bd16e67b0" ] }, - "": { + "": { "nodes": [ - "_:Nc6f9bab45513452f89233937e0a81675" + "_:N01d7cf0f7d0a490a87a5651bd16e67b0" ] + }, + "": { + "nodes": [] } }, "isError": false, - "message": "Focus nodes for registereditems/unstable/sosa/_sources/properties/observation/rules.shacl:\n - Shape : _:Nc6f9bab45513452f89233937e0a81675\n - Shape : *none*\n - Shape : frogginess\n - Shape : _:Nc6f9bab45513452f89233937e0a81675\n - Shape : _:Nc6f9bab45513452f89233937e0a81675\n - Shape : _:Nc6f9bab45513452f89233937e0a81675\n" + "message": "Focus nodes for registereditems/unstable/sosa/_sources/properties/observation/rules.shacl:\n - Shape : _:N01d7cf0f7d0a490a87a5651bd16e67b0\n - Shape : frogginess\n - Shape : _:N01d7cf0f7d0a490a87a5651bd16e67b0\n - Shape : _:N01d7cf0f7d0a490a87a5651bd16e67b0\n - Shape : _:N01d7cf0f7d0a490a87a5651bd16e67b0\n - Shape : *none*\n" } ] }, @@ -429,14 +429,11 @@ { "shaclFile": "registereditems/unstable/sosa/_sources/properties/observation/rules.shacl", "focusNodes": { - "": { + "": { "nodes": [ - "_:Nafea964e34034fadae8b10a1a0facd81" + "_:Nd487f7b572f34f38a0184fcd68f439eb" ] }, - "": { - "nodes": [] - }, "": { "nodes": [ "33" @@ -444,22 +441,25 @@ }, "": { "nodes": [ - "_:Nafea964e34034fadae8b10a1a0facd81" + "_:Nd487f7b572f34f38a0184fcd68f439eb" ] }, - "": { + "": { "nodes": [ - "_:Nafea964e34034fadae8b10a1a0facd81" + "_:Nd487f7b572f34f38a0184fcd68f439eb" ] }, - "": { + "": { "nodes": [ - "_:Nafea964e34034fadae8b10a1a0facd81" + "_:Nd487f7b572f34f38a0184fcd68f439eb" ] + }, + "": { + "nodes": [] } }, "isError": false, - "message": "Focus nodes for registereditems/unstable/sosa/_sources/properties/observation/rules.shacl:\n - Shape : _:Nafea964e34034fadae8b10a1a0facd81\n - Shape : *none*\n - Shape : 33\n - Shape : _:Nafea964e34034fadae8b10a1a0facd81\n - Shape : _:Nafea964e34034fadae8b10a1a0facd81\n - Shape : _:Nafea964e34034fadae8b10a1a0facd81\n" + "message": "Focus nodes for registereditems/unstable/sosa/_sources/properties/observation/rules.shacl:\n - Shape : _:Nd487f7b572f34f38a0184fcd68f439eb\n - Shape : 33\n - Shape : _:Nd487f7b572f34f38a0184fcd68f439eb\n - Shape : _:Nd487f7b572f34f38a0184fcd68f439eb\n - Shape : _:Nd487f7b572f34f38a0184fcd68f439eb\n - Shape : *none*\n" } ] }, @@ -533,14 +533,11 @@ { "shaclFile": "registereditems/unstable/sosa/_sources/properties/observation/rules.shacl", "focusNodes": { - "": { + "": { "nodes": [ - "_:ne0766ccc5c2b4510b2a263a099510ce6b1" + "_:nc9215fb1e1c34c6f903754ec7849c8cfb1" ] }, - "": { - "nodes": [] - }, "": { "nodes": [ "33" @@ -548,22 +545,25 @@ }, "": { "nodes": [ - "_:ne0766ccc5c2b4510b2a263a099510ce6b1" + "_:nc9215fb1e1c34c6f903754ec7849c8cfb1" ] }, - "": { + "": { "nodes": [ - "_:ne0766ccc5c2b4510b2a263a099510ce6b1" + "_:nc9215fb1e1c34c6f903754ec7849c8cfb1" ] }, - "": { + "": { "nodes": [ - "_:ne0766ccc5c2b4510b2a263a099510ce6b1" + "_:nc9215fb1e1c34c6f903754ec7849c8cfb1" ] + }, + "": { + "nodes": [] } }, "isError": false, - "message": "Focus nodes for registereditems/unstable/sosa/_sources/properties/observation/rules.shacl:\n - Shape : _:ne0766ccc5c2b4510b2a263a099510ce6b1\n - Shape : *none*\n - Shape : 33\n - Shape : _:ne0766ccc5c2b4510b2a263a099510ce6b1\n - Shape : _:ne0766ccc5c2b4510b2a263a099510ce6b1\n - Shape : _:ne0766ccc5c2b4510b2a263a099510ce6b1\n" + "message": "Focus nodes for registereditems/unstable/sosa/_sources/properties/observation/rules.shacl:\n - Shape : _:nc9215fb1e1c34c6f903754ec7849c8cfb1\n - Shape : 33\n - Shape : _:nc9215fb1e1c34c6f903754ec7849c8cfb1\n - Shape : _:nc9215fb1e1c34c6f903754ec7849c8cfb1\n - Shape : _:nc9215fb1e1c34c6f903754ec7849c8cfb1\n - Shape : *none*\n" } ] }, @@ -655,35 +655,35 @@ { "shaclFile": "registereditems/unstable/sosa/_sources/properties/observation/rules.shacl", "focusNodes": { - "": { + "": { "nodes": [ - "_:N1eb40bf9ac314c7eb3e4c67b7182964c" + "_:N049b57750fa645b8a9763ade2fe8ceec" ] }, - "": { - "nodes": [] - }, "": { "nodes": [] }, "": { "nodes": [ - "_:N1eb40bf9ac314c7eb3e4c67b7182964c" + "_:N049b57750fa645b8a9763ade2fe8ceec" ] }, - "": { + "": { "nodes": [ - "_:N1eb40bf9ac314c7eb3e4c67b7182964c" + "_:N049b57750fa645b8a9763ade2fe8ceec" ] }, - "": { + "": { "nodes": [ - "_:N1eb40bf9ac314c7eb3e4c67b7182964c" + "_:N049b57750fa645b8a9763ade2fe8ceec" ] + }, + "": { + "nodes": [] } }, "isError": false, - "message": "Focus nodes for registereditems/unstable/sosa/_sources/properties/observation/rules.shacl:\n - Shape : _:N1eb40bf9ac314c7eb3e4c67b7182964c\n - Shape : *none*\n - Shape : *none*\n - Shape : _:N1eb40bf9ac314c7eb3e4c67b7182964c\n - Shape : _:N1eb40bf9ac314c7eb3e4c67b7182964c\n - Shape : _:N1eb40bf9ac314c7eb3e4c67b7182964c\n" + "message": "Focus nodes for registereditems/unstable/sosa/_sources/properties/observation/rules.shacl:\n - Shape : _:N049b57750fa645b8a9763ade2fe8ceec\n - Shape : *none*\n - Shape : _:N049b57750fa645b8a9763ade2fe8ceec\n - Shape : _:N049b57750fa645b8a9763ade2fe8ceec\n - Shape : _:N049b57750fa645b8a9763ade2fe8ceec\n - Shape : *none*\n" } ] }, 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 a86048cf1..72c93e7bd 100644 --- a/tests/unstable/sosa/properties/observation/example_1_1.validation_passed.txt +++ b/tests/unstable/sosa/properties/observation/example_1_1.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.unstable.sosa.properties.observation - SOSA Observation -Generated 2024-01-17T15:53:48.554231+00:00 +Generated 2024-01-17T19:01:29.776744+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 : _:Nafea964e34034fadae8b10a1a0facd81 - - Shape : *none* + - Shape : _:Nd487f7b572f34f38a0184fcd68f439eb - Shape : 33 - - Shape : _:Nafea964e34034fadae8b10a1a0facd81 - - Shape : _:Nafea964e34034fadae8b10a1a0facd81 - - Shape : _:Nafea964e34034fadae8b10a1a0facd81 + - Shape : _:Nd487f7b572f34f38a0184fcd68f439eb + - Shape : _:Nd487f7b572f34f38a0184fcd68f439eb + - Shape : _:Nd487f7b572f34f38a0184fcd68f439eb + - Shape : *none* === End SHACL === diff --git a/tests/unstable/sosa/properties/observation/example_1_2.validation_passed.txt b/tests/unstable/sosa/properties/observation/example_1_2.validation_passed.txt index a976c41e1..5391560de 100644 --- a/tests/unstable/sosa/properties/observation/example_1_2.validation_passed.txt +++ b/tests/unstable/sosa/properties/observation/example_1_2.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.unstable.sosa.properties.observation - SOSA Observation -Generated 2024-01-17T15:53:48.563925+00:00 +Generated 2024-01-17T19:01:29.786607+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 : _:ne0766ccc5c2b4510b2a263a099510ce6b1 - - Shape : *none* + - Shape : _:nc9215fb1e1c34c6f903754ec7849c8cfb1 - Shape : 33 - - Shape : _:ne0766ccc5c2b4510b2a263a099510ce6b1 - - Shape : _:ne0766ccc5c2b4510b2a263a099510ce6b1 - - Shape : _:ne0766ccc5c2b4510b2a263a099510ce6b1 + - Shape : _:nc9215fb1e1c34c6f903754ec7849c8cfb1 + - Shape : _:nc9215fb1e1c34c6f903754ec7849c8cfb1 + - Shape : _:nc9215fb1e1c34c6f903754ec7849c8cfb1 + - Shape : *none* === End SHACL === diff --git a/tests/unstable/sosa/properties/observation/example_2_1.validation_passed.txt b/tests/unstable/sosa/properties/observation/example_2_1.validation_passed.txt index 443d137bf..66fd85332 100644 --- a/tests/unstable/sosa/properties/observation/example_2_1.validation_passed.txt +++ b/tests/unstable/sosa/properties/observation/example_2_1.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.unstable.sosa.properties.observation - SOSA Observation -Generated 2024-01-17T15:53:48.571746+00:00 +Generated 2024-01-17T19:01:29.794527+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 : _:N1eb40bf9ac314c7eb3e4c67b7182964c - - Shape : *none* + - Shape : _:N049b57750fa645b8a9763ade2fe8ceec - Shape : *none* - - Shape : _:N1eb40bf9ac314c7eb3e4c67b7182964c - - Shape : _:N1eb40bf9ac314c7eb3e4c67b7182964c - - Shape : _:N1eb40bf9ac314c7eb3e4c67b7182964c + - Shape : _:N049b57750fa645b8a9763ade2fe8ceec + - Shape : _:N049b57750fa645b8a9763ade2fe8ceec + - Shape : _:N049b57750fa645b8a9763ade2fe8ceec + - Shape : *none* === End SHACL === diff --git a/tests/unstable/sosa/properties/observation/non-simpleresult-fail.validation_passed.txt b/tests/unstable/sosa/properties/observation/non-simpleresult-fail.validation_passed.txt index 0e112f93b..bad002bee 100644 --- a/tests/unstable/sosa/properties/observation/non-simpleresult-fail.validation_passed.txt +++ b/tests/unstable/sosa/properties/observation/non-simpleresult-fail.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.unstable.sosa.properties.observation - SOSA Observation -Generated 2024-01-17T15:53:48.527832+00:00 +Generated 2024-01-17T19:01:29.750458+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 : _:Nac38dd5154214aa291e98d9582483573 + - Shape : _:N0b2d3baa0dd54d6eb26e1bcb49cd9139 + - Shape : _:Ne1fbc93d40d94063b0a4583a1369fd60 + - Shape : _:N0b2d3baa0dd54d6eb26e1bcb49cd9139 + - Shape : _:N0b2d3baa0dd54d6eb26e1bcb49cd9139 + - Shape : _:N0b2d3baa0dd54d6eb26e1bcb49cd9139 - Shape : *none* - - Shape : _:N8dab0026978643a6b9712a1743ab3fc8 - - Shape : _:Nac38dd5154214aa291e98d9582483573 - - Shape : _:Nac38dd5154214aa291e98d9582483573 - - Shape : _:Nac38dd5154214aa291e98d9582483573 === 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 14d26cfb4..6116ee8b6 100644 --- a/tests/unstable/sosa/properties/observation/observedprop-fail.validation_passed.txt +++ b/tests/unstable/sosa/properties/observation/observedprop-fail.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.unstable.sosa.properties.observation - SOSA Observation -Generated 2024-01-17T15:53:48.536874+00:00 +Generated 2024-01-17T19:01:29.759432+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 : _:N7832228ee1dd488abfa9fa6c216e3b14 - - Shape : *none* + - Shape : _:N8e3e12fd26034894af7532749864bff8 - Shape : *none* - - Shape : _:N7832228ee1dd488abfa9fa6c216e3b14 - - Shape : _:N7832228ee1dd488abfa9fa6c216e3b14 - - Shape : _:N7832228ee1dd488abfa9fa6c216e3b14 + - Shape : _:N8e3e12fd26034894af7532749864bff8 + - Shape : _:N8e3e12fd26034894af7532749864bff8 + - Shape : _:N8e3e12fd26034894af7532749864bff8 + - Shape : *none* === End SHACL === diff --git a/tests/unstable/sosa/properties/observation/tworesults-fail.validation_passed.txt b/tests/unstable/sosa/properties/observation/tworesults-fail.validation_passed.txt index 66b590cd6..39de0d49a 100644 --- a/tests/unstable/sosa/properties/observation/tworesults-fail.validation_passed.txt +++ b/tests/unstable/sosa/properties/observation/tworesults-fail.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.unstable.sosa.properties.observation - SOSA Observation -Generated 2024-01-17T15:53:48.546387+00:00 +Generated 2024-01-17T19:01:29.768931+00:00 === General === Test was expected to fail and it did. === End General === @@ -28,12 +28,12 @@ Validation result for registereditems/unstable/sosa/_sources/properties/observat Message: More than 1 values on [ sosa:hasFeatureOfInterest [ ] ; sosa:hasResult [ ns1:a Literal("-8150858", datatype=xsd:integer) ; ns1:b Literal("false" = False, datatype=xsd:boolean) ] ; sosa:hasSimpleResult Literal("frogginess") ; sosa:madeBySensor Literal("ea est culpa esse") ; sosa:observedProperty Literal("something") ; sosa:resultTime Literal("2016-05-04T02:27:02.0Z") ]->[ sh:alternativePath ( sosa:hasResult sosa:hasSimpleResult ) ] Focus nodes for registereditems/unstable/sosa/_sources/properties/observation/rules.shacl: - - Shape : _:Nc6f9bab45513452f89233937e0a81675 - - Shape : *none* + - Shape : _:N01d7cf0f7d0a490a87a5651bd16e67b0 - Shape : frogginess - - Shape : _:Nc6f9bab45513452f89233937e0a81675 - - Shape : _:Nc6f9bab45513452f89233937e0a81675 - - Shape : _:Nc6f9bab45513452f89233937e0a81675 + - Shape : _:N01d7cf0f7d0a490a87a5651bd16e67b0 + - Shape : _:N01d7cf0f7d0a490a87a5651bd16e67b0 + - Shape : _:N01d7cf0f7d0a490a87a5651bd16e67b0 + - Shape : *none* === End SHACL === diff --git a/tests/unstable/sosa/properties/observationCollection/_report.json b/tests/unstable/sosa/properties/observationCollection/_report.json index 248147217..ce56641dc 100644 --- a/tests/unstable/sosa/properties/observationCollection/_report.json +++ b/tests/unstable/sosa/properties/observationCollection/_report.json @@ -2,7 +2,7 @@ "title": "Validation report for ogc.unstable.sosa.properties.observationCollection - SOSA ObservationCollection", "bblockName": "SOSA ObservationCollection", "bblockId": "ogc.unstable.sosa.properties.observationCollection", - "generated": "2024-01-17T15:53:48.668805+00:00", + "generated": "2024-01-17T19:01:29.911163+00:00", "result": true, "items": [ { @@ -86,10 +86,7 @@ { "shaclFile": "registereditems/unstable/sosa/_sources/properties/observation/rules.shacl", "focusNodes": { - "": { - "nodes": [] - }, - "": { + "": { "nodes": [] }, "": { @@ -98,15 +95,18 @@ "": { "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,14 +198,11 @@ { "shaclFile": "registereditems/unstable/sosa/_sources/properties/observation/rules.shacl", "focusNodes": { - "": { + "": { "nodes": [ "" ] }, - "": { - "nodes": [] - }, "": { "nodes": [ "/sosa:hasSimpleResult" @@ -216,19 +213,22 @@ "" ] }, - "": { + "": { "nodes": [ "" ] }, - "": { + "": { "nodes": [ "" ] + }, + "": { + "nodes": [] } }, "isError": false, - "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" + "message": "Focus nodes for registereditems/unstable/sosa/_sources/properties/observation/rules.shacl:\n - Shape : \n - Shape : /sosa:hasSimpleResult\n - Shape : \n - Shape : \n - Shape : \n - Shape : *none*\n" } ] }, @@ -302,14 +302,11 @@ { "shaclFile": "registereditems/unstable/sosa/_sources/properties/observation/rules.shacl", "focusNodes": { - "": { + "": { "nodes": [ "eg:a1" ] }, - "": { - "nodes": [] - }, "": { "nodes": [ "eg:a1/sosa:hasSimpleResult" @@ -320,19 +317,22 @@ "eg:a1" ] }, - "": { + "": { "nodes": [ "eg:a1" ] }, - "": { + "": { "nodes": [ "eg:a1" ] + }, + "": { + "nodes": [] } }, "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/sosa:hasSimpleResult\n - Shape : eg:a1\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 : eg:a1/sosa:hasSimpleResult\n - Shape : eg:a1\n - Shape : eg:a1\n - Shape : eg:a1\n - Shape : *none*\n" } ] }, diff --git a/tests/unstable/sosa/properties/observationCollection/example_1_1.validation_passed.txt b/tests/unstable/sosa/properties/observationCollection/example_1_1.validation_passed.txt index 71c2e3a51..ecc6ff63c 100644 --- a/tests/unstable/sosa/properties/observationCollection/example_1_1.validation_passed.txt +++ b/tests/unstable/sosa/properties/observationCollection/example_1_1.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.unstable.sosa.properties.observationCollection - SOSA ObservationCollection -Generated 2024-01-17T15:53:48.651307+00:00 +Generated 2024-01-17T19:01:29.893131+00:00 === Files === Using example_1_1.json from examples JSON-LD context is present - uplifting @@ -17,12 +17,12 @@ Validation result for registereditems/unstable/sosa/_sources/properties/observat Conforms: True Focus nodes for registereditems/unstable/sosa/_sources/properties/observation/rules.shacl: - - Shape : *none* - - Shape : *none* + - Shape : *none* - Shape : *none* - Shape : *none* + - Shape : *none* - Shape : *none* - - Shape : *none* + - Shape : *none* === 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 7399287f0..804830e93 100644 --- a/tests/unstable/sosa/properties/observationCollection/example_2_1.validation_passed.txt +++ b/tests/unstable/sosa/properties/observationCollection/example_2_1.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.unstable.sosa.properties.observationCollection - SOSA ObservationCollection -Generated 2024-01-17T15:53:48.660657+00:00 +Generated 2024-01-17T19:01:29.902884+00:00 === Files === Using example_2_1.json from examples JSON-LD context is present - uplifting @@ -17,12 +17,12 @@ Validation result for registereditems/unstable/sosa/_sources/properties/observat Conforms: True Focus nodes for registereditems/unstable/sosa/_sources/properties/observation/rules.shacl: - - Shape : - - Shape : *none* + - Shape : - Shape : /sosa:hasSimpleResult - Shape : + - Shape : - Shape : - - Shape : + - Shape : *none* === End SHACL === diff --git a/tests/unstable/sosa/properties/observationCollection/example_3_1.validation_passed.txt b/tests/unstable/sosa/properties/observationCollection/example_3_1.validation_passed.txt index a42ce5140..ce171cf4c 100644 --- a/tests/unstable/sosa/properties/observationCollection/example_3_1.validation_passed.txt +++ b/tests/unstable/sosa/properties/observationCollection/example_3_1.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.unstable.sosa.properties.observationCollection - SOSA ObservationCollection -Generated 2024-01-17T15:53:48.668730+00:00 +Generated 2024-01-17T19:01:29.911112+00:00 === Files === Using example_3_1.ttl from examples Output Turtle example_3_1.ttl created @@ -11,12 +11,12 @@ Validation result for registereditems/unstable/sosa/_sources/properties/observat Conforms: True Focus nodes for registereditems/unstable/sosa/_sources/properties/observation/rules.shacl: - - Shape : eg:a1 - - Shape : *none* + - Shape : eg:a1 - Shape : eg:a1/sosa:hasSimpleResult - Shape : eg:a1 + - Shape : eg:a1 - Shape : eg:a1 - - Shape : eg:a1 + - Shape : *none* === End SHACL === diff --git a/tests/unstable/sosa/properties/platform/_report.json b/tests/unstable/sosa/properties/platform/_report.json index a9ddfa44c..8ed7735b5 100644 --- a/tests/unstable/sosa/properties/platform/_report.json +++ b/tests/unstable/sosa/properties/platform/_report.json @@ -2,7 +2,7 @@ "title": "Validation report for ogc.unstable.sosa.properties.platform - SOSA Platform", "bblockName": "SOSA Platform", "bblockId": "ogc.unstable.sosa.properties.platform", - "generated": "2024-01-17T15:53:48.755771+00:00", + "generated": "2024-01-17T19:01:30.184180+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 24ec7d4c6..80580efc1 100644 --- a/tests/unstable/sosa/properties/platform/example_1_1.validation_passed.txt +++ b/tests/unstable/sosa/properties/platform/example_1_1.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.unstable.sosa.properties.platform - SOSA Platform -Generated 2024-01-17T15:53:48.755720+00:00 +Generated 2024-01-17T19:01:30.184128+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 84a63fdf2..c6d5ea34c 100644 --- a/tests/unstable/sosa/properties/sensor/_report.json +++ b/tests/unstable/sosa/properties/sensor/_report.json @@ -2,7 +2,7 @@ "title": "Validation report for ogc.unstable.sosa.properties.sensor - SOSA Sensor", "bblockName": "SOSA Sensor", "bblockId": "ogc.unstable.sosa.properties.sensor", - "generated": "2024-01-17T15:53:48.623984+00:00", + "generated": "2024-01-17T19:01:29.847185+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 3af14e0b6..c261d1e44 100644 --- a/tests/unstable/sosa/properties/sensor/example_1_1.validation_passed.txt +++ b/tests/unstable/sosa/properties/sensor/example_1_1.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.unstable.sosa.properties.sensor - SOSA Sensor -Generated 2024-01-17T15:53:48.619905+00:00 +Generated 2024-01-17T19:01:29.843105+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 932e480ef..3a280fccc 100644 --- a/tests/unstable/sosa/properties/sensor/example_2_1.validation_passed.txt +++ b/tests/unstable/sosa/properties/sensor/example_2_1.validation_passed.txt @@ -1,5 +1,5 @@ Validation report for ogc.unstable.sosa.properties.sensor - SOSA Sensor -Generated 2024-01-17T15:53:48.623933+00:00 +Generated 2024-01-17T19:01:29.847135+00:00 === Files === Using example_2_1.json from examples JSON-LD context is present - uplifting