Sveino / Inst4CIM-KG

Instance of CIM Knowledge Graph
Apache License 2.0
5 stars 1 forks source link

deploy JSON-LD contexts on a permanent network location #110

Open VladimirAlexiev opened 1 month ago

VladimirAlexiev commented 1 month ago

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.

VladimirAlexiev commented 3 weeks ago

@Sveino wrote:

griddigit-ci commented 3 weeks ago

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?

VladimirAlexiev commented 3 weeks ago

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.