perma-id / w3id.org

Website source code for w3id.org.
https://w3id.org/
272 stars 1.17k forks source link

Additional requested static re-directions for `gensc` #4006

Open turbomam opened 3 months ago

turbomam commented 3 months ago

see

@MattBlissett has requested a patterned redirection which we are accepting and two static redirection.

The Genomic Standards Consortium is going to request final approval on #4003 from @ramonawalls

We will add these two additional redirects if @MattBlissett can show they are already in the use in the wild.


link/redirect: https://w3id.org/gensc/mixs --> https://genomicsstandardsconsortium.github.io/mixs/

RewriteRule ^gensc/mixs$ https://w3id.org/mixs [R=302,L]

link/redirect: https://w3id.org/gensc/terms --> https://genomicsstandardsconsortium.github.io/mixs/term_list/

RewriteRule ^gensc/terms$ https://w3id.org/mixs/term_list/ [R=302,L]


see also

MattBlissett commented 3 months ago

Hi,

The usage I'm aware of is in https://rs.gbif.org/extension/gbif/1.0/dna_derived_data_2022-02-23.xml , an extension to the Darwin Core standard. This uses URLs like https://w3id.org/gensc/terms/MIXS:0001107 which I think the other PR covers.

The first of these other redirects was in the original, broken .htaccess file. The second was suggested with the "TODO" comment. I'm not aware of any usage.

On https://github.com/perma-id/w3id.org/pull/3946/files it is only line 9 that is needed for the Darwin Core extension, and this is included in #4003.

Thanks,