Skip to content

RDF File Validation

Timo edited this page Oct 23, 2022 · 2 revisions

RDF File Validation

The RDF File Validation dialog may be used to validate RDF files according to specific rule set criteria

image

Geometry Literal Content Validation

This validation checks for the validity of Geometry literals in an RDF graph provided by a file or a URI. For example, this validation will check WKT Literals for conformity using the WKT validator available in QGIS. It will not check whether the contents of the literals make sense in the context of its CRS, e.g. if the geometry is in the are of definition of the CRS.

GeoSPARQL 1.0 Validation

This validation will perform the test defined in Geometry Literal Content Validation and apply a subset of SHACL shapes which validate the graph structure of GeoSPARQL 1.0 graphs. It will only check this set of SHACL shapes and will not create a complete validity check of the GeoSPARQL 1.0 graph.

GeoSPARQL 1.1 Validation

This validation will perform the test defined in Geometry Literal Content Validation and apply a subset of SHACL shapes which validate the graph structure of GeoSPARQL 1.1 graph. It will only check this set of SHACL shapes and will not create a complete validity check of the GeoSPARQL 1.1 graph.