GovDataOfficial / DCAT-AP.de-SHACL-Validation

SHACL-Shapes für DCAT-AP.de
https://www.itb.ec.europa.eu/shacl/dcat-ap.de/upload
GNU Affero General Public License v3.0
10 stars 7 forks source link

When validating with URI, please trim input! #18

Closed ondics closed 1 year ago

ondics commented 1 year ago

When validating with URI, e.g. https://offenedaten.frankfurt.de/catalog.rdf?fq=name%3Ahauskoordinaten-franfurt with a space at the end (that may happen when URI is copy&pasted), the validator breaks and gives an error:

Bei der Validierung ist ein Fehler aufgetreten [Illegal character in query at index 79: 
https://offenedaten.frankfurt.de/catalog.rdf?fq=name%3Ahauskoordinaten-franfurt ].

Please strip off any whitespaces of the input before processing.

costas80 commented 1 year ago

The issue is now fixed and deployed in the online validator.

ondics commented 1 year ago

Thanks.