LD4P / arm

BIBFRAME extension ontologies for modeling bibliographic metadata in the art and rare materials domains.
https://ld4p.github.io/arm/
16 stars 10 forks source link

Set up redirects from w3ids with conneg #58

Closed zimeon closed 6 years ago

zimeon commented 6 years ago

List of redirects to set up (from @rjyounes) follow pattern:

Unversioned URIs --> versioned URIs

Versioned URIs -> content

and also for each of the following (only rdf listed):

rjyounes commented 6 years ago

@zimeon If it makes sense to set up the redirects for the other html files so they work once the files are in place, you can go ahead. I can provide the mapping or you can follow the pattern above.

rjyounes commented 6 years ago

I just saw that the link to JS and CSS files is wrong - will fix.

zimeon commented 6 years ago

Re: https://github.com/LD4P/arm/issues/58#issuecomment-385089488 -- I have been updating issue description as I work out the mapping pattern

rjyounes commented 6 years ago

Link fixed.

zimeon commented 6 years ago

NB. this pattern: https://w3id.org/arm/core/activity/0.1/ => https://ld4p.github.io/arm/core/ontology/0.1/activity.rdf

is different from all others, seems that it should really have been https://w3id.org/arm/activity/ontology/0.1/ => https://ld4p.github.io/arm/activity/ontology/0.1/activity.rdf

rjyounes commented 6 years ago

Yes, I realize that. activity.rdf is viewed as part of the core ontology. If we continue to use the activities, they will be merged into core.rdf. Otherwise, it will be removed. So we wanted to store it with the core and use the URI to signal this.

zimeon commented 6 years ago

Done. The URLs above and matching patterns for the other ontos/vocabs are live. Generation and test code in https://github.com/zimeon/w3id-test-arm.

If there are problems then best to create new issues.