Open VladimirAlexiev opened 1 month ago
@Sveino wrote:
We need to describe - How do we solve the need to access the context when you read instance data in an environment that does not have internet connection?
GraphDB has a whitelist of network contexts (URL patterns) because it was judged a security risk to allow fetching any URL from a JSONLD file. But I'm not sure it has a "URL redirection" registry. If this issue confirms that's needed, I'll ask for such feature.
content-type: application/ld+json
:99 initially was done with a local context
file://CIM-ontology-context.jsonld
. The output included the same relative URL, which is not good.rawgit2 is very reliable, and I've been using it for my publications https://rawgit2.com/VladimirAlexiev/my/master/index.html for 10 years. But it's not a permanent CIMug/ENTSOE location, so we need to look for a better location. Just like rawgit, it should be updated automatically when the github file changes.
For the ontologies, the context is small so we we could embed it. But for instance data we definitely need a network context, so we better find a solution.