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
There is some issue with my foaf profile preventing rendering on https://knows.idlab.ugent.be/team/
The text was updated successfully, but these errors were encountered:
The turtle file was invalid (fixed in 69c6396)
But there is also an issue with the CORS headers, i.e.
https://sven-lieber.org/profile/profile.ttl
https://sven-lieber.org/profile#me
Even though curl -v -L -H "Accept: text/turtle" https://sven-lieber.org/profile reports that the CORS header is set correctly:
curl -v -L -H "Accept: text/turtle" https://sven-lieber.org/profile
< HTTP/2 200 < strict-transport-security: max-age=600000 < last-modified: Thu, 10 Nov 2022 12:58:34 GMT < etag: "2b2c-5ed1d54b253d2" < accept-ranges: bytes < content-length: 11052 < vary: User-Agent < access-control-allow-origin: * < access-control-allow-headers: DNT,X-Mx-ReqToken,Keep-Alive,User-Agent,X-Requested-With,If-Modified$ < content-type: text/turtle < date: Thu, 10 Nov 2022 13:31:28 GMT < server: Apache
Sorry, something went wrong.
Added an image again to fix an issue in the foaf profile #6
9326e69
No branches or pull requests
There is some issue with my foaf profile preventing rendering on https://knows.idlab.ugent.be/team/
The text was updated successfully, but these errors were encountered: