ckan / ckanext-dcat

CKAN ♥ DCAT
164 stars 142 forks source link

SHACL validation for DCAT-AP 2.1.1 #288

Open amercader opened 1 week ago

amercader commented 1 week ago

This includes #281 , which should be merged first.

As a next step after finishing the scheming support we will test against the official SHACL shapes for DCAT-AP 2.1.1, to set up a reusable test mechanism and iron out existing issues with the current profiles.

amercader commented 1 week ago

Right now, when testing against dcat-ap_2.1.1_shacl_shapes.ttl the only things left failing are the two values for the various geometry properties for dct:spatial (lcon:geometry, dcat:bbox, dcat:centroid). We are adding both the GeoJSON and the WKT version of the geometry, and the validator doesn't like that. (cc @seitenbau-govdata )