Open VladimirAlexiev opened 1 year ago
In the current tooling we do not have access to the web-server config, it is hosted directly on github static pages, so all solutions that we can implement are based on HTML built in functionality or by using javascript. All the examples you provided seem to use server side solutions, unfortunately this is currently not available for us.
Who's admin of http://energy.referencedata.eu, is it EU OPOCE?
It is Kristjan now :), but it will move to ENTSO-E gitHub
Hi @griddigit ! Where is this github? Cheers!
Hi Vlado, It is in preparation. ENTSO-E is working on it
@Haigutus @Sveino @griddigit Here's how the current service lists the 3 semantic formats:
Content negotiation is not supported:
Curl cannot enact
http-equiv=refresh
, see https://everything.curl.dev/http/redirects#non-http-redirects. So to get an RDF resource in an easy way (without using eg a headless browser), you need to use a URL with extension:The current setup uses an obsolete
http-equiv=refresh
technique. It doesn't match any of the alternatives described in Best Practice Recipes for Publishing RDF Vocabularies. You can check with http://linkeddata.uriburner.com:8000/vapour that the current setup fails best practices (sorry, the styles in this app are broken). The proper way is to support content negotiation, and redirect to the final URL using a 303 redirect. You can read how we did it for the Getty at https://vocab.getty.edu/doc/#Semantic_Resolution.PS: There's a discussion at https://www.wikidata.org/wiki/Property_talk:P1921#h-Only_1_URI-20230807135400