Skip to content

Commit 5aba4f4

Browse files
authored
Update PRIMA core resource URLs to version 3.0
Towards the alignment with PMDCO v.3.0
1 parent 0ea13f0 commit 5aba4f4

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

prima/.htaccess

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,21 +30,21 @@ RewriteRule ^core$ https://materials-data-science-and-informatics.github.io/MDMC
3030
RewriteCond %{HTTP_ACCEPT} ^.*application/rdf\+xml.* [OR]
3131
RewriteCond %{HTTP_ACCEPT} ^.*application/xml.* [OR]
3232
RewriteCond %{HTTP_ACCEPT} ^.*text/xml.*
33-
RewriteRule ^core$ https://raw.githubusercontent.com/Materials-Data-Science-and-Informatics/MDMC-NEP-top-level-ontology/master/PRIMA/core/ver_2_0/prima-core.owl [R=303,L]
33+
RewriteRule ^core$ https://raw.githubusercontent.com/Materials-Data-Science-and-Informatics/MDMC-NEP-top-level-ontology/master/PRIMA/core/ver_3_0/prima-core.owl [R=303,L]
3434

3535
# Rewrite rule to serve TTL content
3636
RewriteCond %{HTTP_ACCEPT} text/turtle [OR]
3737
RewriteCond %{HTTP_ACCEPT} text/\* [OR]
3838
RewriteCond %{HTTP_ACCEPT} \*/turtle
39-
RewriteRule ^core$ https://raw.githubusercontent.com/Materials-Data-Science-and-Informatics/MDMC-NEP-top-level-ontology/master/PRIMA/core/ver_2_0/prima-core.ttl [R=303,L]
39+
RewriteRule ^core$ https://raw.githubusercontent.com/Materials-Data-Science-and-Informatics/MDMC-NEP-top-level-ontology/master/PRIMA/core/ver_3_0/prima-core.ttl [R=303,L]
4040

4141
# JSON-LD
4242
RewriteCond %{HTTP_ACCEPT} ^.*application/ld\+json.*
43-
RewriteRule ^core$ https://raw.githubusercontent.com/Materials-Data-Science-and-Informatics/MDMC-NEP-top-level-ontology/master/PRIMA/core/ver_2_0/prima-core.jsonld [R=303,L]
43+
RewriteRule ^core$ https://raw.githubusercontent.com/Materials-Data-Science-and-Informatics/MDMC-NEP-top-level-ontology/master/PRIMA/core/ver_3_0/prima-core.jsonld [R=303,L]
4444

4545
# Default response
4646
# Rewrite rule to serve the RDF/XML content from the PRIMA-Core IRI by default
47-
RewriteRule ^core$ https://raw.githubusercontent.com/Materials-Data-Science-and-Informatics/MDMC-NEP-top-level-ontology/master/PRIMA/core/ver_2_0/prima-core.owl [R=303,L]
47+
RewriteRule ^core$ https://raw.githubusercontent.com/Materials-Data-Science-and-Informatics/MDMC-NEP-top-level-ontology/master/PRIMA/core/ver_3_0/prima-core.owl [R=303,L]
4848

4949
# PRIMA-Data Analysis Lifecycle ontology
5050
#==============

0 commit comments

Comments
 (0)