ISAITB / shacl-validator

Web and command-line application for the validation of RDF data.
https://joinup.ec.europa.eu/collection/interoperability-test-bed-repository/solution/rdf-validator
European Union Public License 1.2
13 stars 1 forks source link

When validating with URI, please trim input! #6

Closed init-dcat-ap-de closed 1 year ago

init-dcat-ap-de commented 1 year ago

Repost from: https://github.com/GovDataOfficial/DCAT-AP.de-SHACL-Validation/issues/18

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.

costas80 commented 1 year ago

Issue confirmed as resolved by the original poster.