Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

In a list of Graph URIs, handle whitespace separators better #69

Closed
jakubklimek opened this issue Oct 21, 2015 · 2 comments
Closed

In a list of Graph URIs, handle whitespace separators better #69

jakubklimek opened this issue Oct 21, 2015 · 2 comments
Assignees

Comments

@jakubklimek
Copy link
Contributor

When I leave some spaces after a URI in a list of Graph URIs, the discovery fails with some HTTP 400 errors, which is not exactly user friendly. Try this:

http://data.czso.cz/resource/dataset/demography-in-regions-czech-republic-age-categories http://data.czso.cz/resource/dataset/demography-in-regions-czech-republic-age-categories/vocabulary http://linked.opendata.cz/resource/dataset/gregorian-year-labels http://linked.opendata.cz/resource/dataset/ruian-labels http://linked.opendata.cz/resource/dataset/gregorian-day-labelshttp://linked.opendata.cz/generated/dataset/agehttp://linked.opendata.cz/resource/dataset/sdmx-codelists 
@jirihelmich
Copy link
Member

OK, so "\n" -> "\s" (in terms of regex patterns)?

@jakubklimek
Copy link
Contributor Author

Yes

On Wed, Oct 21, 2015 at 3:30 PM Jirka Helmich [email protected]
wrote:

OK, so "\n" -> \s (in terms of regex patterns)?


Reply to this email directly or view it on GitHub
#69 (comment).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants