File tree 1 file changed +13
-0
lines changed
1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -739,6 +739,19 @@ RewriteRule ^2.0/justifications/owl$ %{ENV:BASE}/2.0/justifications/justificatio
739
739
740
740
RewriteRule ^2.0/justifications/owl$ %{ENV:BASE}/2.0/justifications/justifications-owl.html [R=302 ,L]
741
741
742
+ ### Examples
743
+
744
+ RewriteCond %{HTTP_ACCEPT} application/rdf\+xml
745
+ RewriteRule ^examples#([\w-]+)$ %{ENV:BASE}/examples/$1.rdf [R=302 ,L]
746
+ RewriteCond %{HTTP_ACCEPT} text/turtle
747
+ RewriteRule ^examples#([\w-]+)$ %{ENV:BASE}/examples/$1.ttl [R=302 ,L]
748
+ RewriteCond %{HTTP_ACCEPT} application/n\-triples
749
+ RewriteRule ^examples#([\w-]+)$ %{ENV:BASE}/examples/$1.n3 [R=302 ,L]
750
+ RewriteCond %{HTTP_ACCEPT} application/ld\+json
751
+ RewriteRule ^examples#([\w-]+)$ %{ENV:BASE}/examples/$1.jsonld [R=302 ,L]
752
+
753
+ RewriteRule ^examples#([\w-]+)$ %{ENV:BASE}/2.0/examples#$1 [NE,R=302 ,L]
754
+
742
755
########## DEPRECATED URLS ARE REDIRECTED
743
756
744
757
RewriteRule ^dpv-gdpr$ https://w3id.org/dpv/legal/eu/gdpr [R=302 ,L]
You can’t perform that action at this time.
0 commit comments