Skip to content

Commit b93b9c2

Browse files
authored
add terms deref to hob/hdo
1 parent 30d6f2c commit b93b9c2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

hob/.htaccess

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ RewriteRule ^hdo.owl$ https://gitlab.hzdr.de/hmc/hmc-public/hob/hdo/-/raw/main/
2323
RewriteCond %{HTTP_ACCEPT} text/html [NC,OR]
2424
RewriteCond %{HTTP_ACCEPT} application/xhtml\+xml [NC]
2525
RewriteRule ^hdo$ https://materials-data-science-and-informatics.github.io/Helmholtz-Digitisation-Ontology-Documentation/index-en.html [R=303,L]
26+
RewriteRule ^(HDO_[0-9]+)$ https://materials-data-science-and-informatics.github.io/Helmholtz-Digitisation-Ontology-Documentation/index-en.html#https://purls.helmholtz-metadaten.de/hob/$1 [R=303,NE,L]
2627

2728
## redirects hdo imports
2829
RewriteRule ^hdo/imports/(.*)$ https://gitlab.hzdr.de/hmc/hmc-public/hob/hdo/-/raw/main/src/ontology/imports/$1 [R=301,NC,L]

0 commit comments

Comments
 (0)