jobdataexchange / Data-Modeling

This repo is intended to contain resources and discussion regarding the JDX data modeling.
Other
8 stars 6 forks source link

The context file is not being found #19

Open stuartasutton opened 5 years ago

stuartasutton commented 5 years ago

@robinsonkwame, the context file at https://github.com/jobdataexchange/Data-Modeling/blob/master/jdxcontext.json is not being found. If possible, can be put it at the following URL. We won't be using a PURL for it.

https://jdx.org/terms/context

Stuart

robinsonkwame commented 5 years ago

Unfortunately BrightHive does not have access to jdx.org servers, I would reach out to Chamber and have them upload the jdxcontent.json file; let me know if you want or need any help on at all, happy to.

stuartasutton commented 5 years ago

I've added this issue to this morning's JDX report call.

On Mon, Apr 8, 2019 at 5:45 AM Kwame Porter Robinson < notifications@github.com> wrote:

Unfortunately BrightHive does not have access to jdx.org servers, I would reach out to Chamber and have them upload the jdxcontent.json file; let me know if you want or need any help on at all, happy to.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/jobdataexchange/Data-Modeling/issues/19#issuecomment-480816515, or mute the thread https://github.com/notifications/unsubscribe-auth/ACzYpqT0Brm_PUc0RX7tiCX_Sn1uoa4iks5veznngaJpZM4chAkh .

philbarker commented 5 years ago

I think it should be possible to use https://raw.githubusercontent.com/jobdataexchange/Data-Modeling/master/jdxcontext.json for testing--perhaps dont' change this in the example files, just edit the @context line when testing them, we don't want to hide what is a fairly serious issue

stuartasutton commented 5 years ago

Hmm. You'd think that would be the case. Substituted it here and it fails to load. Loads by itself. Both the example and the context are facially valid jsonld.

philbarker commented 5 years ago

See pull request https://github.com/jobdataexchange/Data-Modeling/pull/21

Does that help?

stuartasutton commented 5 years ago

When I say it fails to load, I'm trying to load it into http://www.easyrdf.org/converter so I can convert between serializations. There may be other issues encountered if I can get past the context load.

stuartasutton commented 5 years ago

Thanks for catching that, Phil. But it still does not load.

robinsonkwame commented 5 years ago

@stuartasutton Happy to report that BrightHive has identified our jdx.org server access and is working on setting up a DNS entry and serving the jdxcontent.json file @tplagge This may not resolve the easyrdf.org load issue you're seeing but at least you'll have a canonical url to load from. Will update this issue when the file, dns entry are in place.

stuartasutton commented 5 years ago

Thanks, Kwame. I'm working now on whether the failure to load is an issue with my code.