@@ -30,21 +30,21 @@ RewriteRule ^core$ https://materials-data-science-and-informatics.github.io/MDMC
3030RewriteCond %{HTTP_ACCEPT} ^.*application/rdf\+xml.* [OR ]
3131RewriteCond %{HTTP_ACCEPT} ^.*application/xml.* [OR]
3232RewriteCond %{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
3636RewriteCond %{HTTP_ACCEPT} text/turtle [OR]
3737RewriteCond %{HTTP_ACCEPT} text/\* [OR]
3838RewriteCond %{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
4242RewriteCond %{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