8000 update EUTaxO with new kigndom · perma-id/w3id.org@a3b9f79 · GitHub
[go: up one dir, main page]

Skip to content

Commit

Permalink
update EUTaxO with new kigndom
Browse files Browse the repository at this point in the history
  • Loading branch information
jfaldanam authored Feb 3, 2024
1 parent e87b3c3 commit a3b9f79
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
14 changes: 14 additions & 0 deletions EUTaxO/.htaccess
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,20 @@ RewriteRule ^fungi$ https://jfaldanam.gitlab.io/EUTaxO/fungi/EUTaxO-fungi.owl [R
# Default response for fungi: html
RewriteRule ^fungi$ https://jfaldanam.gitlab.io/EUTaxO/fungi [R=303,NE,L]

########### Archaea ###########
# Rewrite rules for archaea
RewriteCond %{HTTP_ACCEPT} !application/rdf\+xml.*(text/html|application/xhtml\+xml|text/\*|\*/\*)
RewriteCond %{HTTP_ACCEPT} text/html [OR]
RewriteCond %{HTTP_ACCEPT} application/xhtml\+xml [OR]
RewriteCond %{HTTP_ACCEPT} text/\* [OR]
RewriteCond %{HTTP_ACCEPT} \*/\* [OR]
RewriteCond %{HTTP_USER_AGENT} ^Mozilla/.*
RewriteRule ^archaea$ https://jfaldanam.gitlab.io/EUTaxO/archaea [R=302,NE,L]
RewriteCond %{HTTP_ACCEPT} application/rdf\+xml
RewriteRule ^archaea$ https://jfaldanam.gitlab.io/EUTaxO/archaea/EUTaxO-archaea.owl [R=302,NE,L]

# Default response for archaea: html
RewriteRule ^archaea$ https://jfaldanam.gitlab.io/EUTaxO/archaea [R=303,NE,L]

########### Base ontology ###########
# Rewrite rules
Expand Down
1 change: 1 addition & 0 deletions EUTaxO/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ The complete hierarchy of taxa classes documentation is available at the followi
| [https://w3id.org/EUTaxO/bacteria](https://w3id.org/EUTaxO/bacteria) | [https://jfaldanam.gitlab.io/EUTaxO/bacteria/EUTaxO-bacteria.owl](https://jfaldanam.gitlab.io/EUTaxO/bacteria/EUTaxO-bacteria.owl) |
| [https://w3id.org/EUTaxO/chromista](https://w3id.org/EUTaxO/chromista) | [https://jfaldanam.gitlab.io/EUTaxO/chromista/EUTaxO-chromista.owl](https://jfaldanam.gitlab.io/EUTaxO/chromista/EUTaxO-chromista.owl) |
| [https://w3id.org/EUTaxO/fungi](https://w3id.org/EUTaxO/fungi) | [https://jfaldanam.gitlab.io/EUTaxO/fungi/EUTaxO-fungi.owl](https://jfaldanam.gitlab.io/EUTaxO/fungi/EUTaxO-fungi.owl) |
| [https://w3id.org/EUTaxO/archaea](https://w3id.org/EUTaxO/archaea) | [https://jfaldanam.gitlab.io/EUTaxO/archaea/EUTaxO-archaea.owl](https://jfaldanam.gitlab.io/EUTaxO/archaea/EUTaxO-archaea.owl) |

> **Warning**: The complete hierarchy of each family in html or owl format can be >50MB.
Expand Down

0 comments on commit a3b9f79

Please sign in to comment.
0