We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
Berlin
Germany
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.
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
a very rare issue, currently the template is unavailable, thus this is not a critical issue, left open for any further developments.
m1ci
No branches or pull requests
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 ofGermany
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.
The text was updated successfully, but these errors were encountered: