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

DBpedia Germany results in invalid UTF-8 #73

Open
pheyvaer opened this issue Nov 25, 2016 · 2 comments
Open

DBpedia Germany results in invalid UTF-8 #73

pheyvaer opened this issue Nov 25, 2016 · 2 comments
Assignees

Comments

@pheyvaer
Copy link

The following call gives an UTF-8 error.

curl -X POST --header 'Content-Type: text/turtle' --header 'Accept: text/turtle' -d '_:d1 <http://www.w3.org/2005/11/its/rdf#taIdentRef> <http://dbpedia.org/resource/Germany>' 'https://api.freme-project.eu/current/e-link/documents/?templateid=4477'

However, the same call, but while using Berlin instead of Germany works.

curl -X POST --header 'Content-Type: text/turtle' --header 'Accept: text/turtle' -d '_:d1 <http://www.w3.org/2005/11/its/rdf#taIdentRef> <http://dbpedia.org/resource/Berlin>' 'https://api.freme-project.eu/current/e-link/documents/?templateid=4477'

P.S. This is not really an issue for SWIB. I just encountered during the preparation of my SWIB slides.

@m1ci
Copy link
Contributor

m1ci commented Nov 27, 2016

it seems this is related to smth similar to http://stackoverflow.com/questions/11320108/what-does-the-message-invalid-byte-2-of-a-3-byte-utf-8-sequence-mean

Need to investigate more.

@jnehring jnehring added the bug label Nov 29, 2016
@m1ci
Copy link
Contributor

m1ci commented Jan 18, 2017

a very rare issue, currently the template is unavailable, thus this is not a critical issue, left open for any further developments.

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

No branches or pull requests

3 participants