@@ -16,27 +16,31 @@ RewriteCond %{HTTP_ACCEPT} !application/rdf\+xml.*(text/html|application/xhtml\+
16
16
RewriteCond %{HTTP_ACCEPT} text/html [OR]
17
17
RewriteCond %{HTTP_ACCEPT} application/xhtml\+xml [OR]
18
18
RewriteCond %{HTTP_USER_AGENT} ^Mozilla/.*
19
- RewriteRule ^$ https://github.com/B-Ludwig/ CPSWatch [R=303 ,L]
19
+ RewriteRule ^$ https://b-ludwig. github.io/ CPSWatch/ [R=303 ,L]
20
20
21
21
# Rewrite rule to serve JSON-LD content from the vocabulary URI if requested
22
22
RewriteCond %{HTTP_ACCEPT} application/ld\+json
23
- RewriteRule ^$ https://github.com/B-Ludwig/ CPSWatch/blob/main/ ontology/CPSWatch .jsonld [R=303 ,L]
23
+ RewriteRule ^$ https://b-ludwig. github.io/ CPSWatch/ontology.jsonld [R=303 ,L]
24
24
25
25
# Rewrite rule to serve RDF/XML content from the vocabulary URI if requested
26
26
RewriteCond %{HTTP_ACCEPT} \*/\* [OR]
27
27
RewriteCond %{HTTP_ACCEPT} application/rdf\+xml
28
- RewriteRule ^$ https://github.com/B-Ludwig/CPSWatch/blob/main/ontology/CPSWatch.rdf [R=303 ,L]
28
+ RewriteRule ^$ https://b-ludwig.github.io/CPSWatch/ontology.owl [R=303 ,L]
29
+
30
+ # Rewrite rule to serve N-Triples content from the vocabulary URI if requested
31
+ RewriteCond %{HTTP_ACCEPT} application/n-triples
32
+ RewriteRule ^$ https://b-ludwig.github.io/CPSWatch/ontology.nt [R=303 ,L]
29
33
30
34
# Rewrite rule to serve TTL content from the vocabulary URI if requested
31
35
RewriteCond %{HTTP_ACCEPT} text/turtle [OR]
32
36
RewriteCond %{HTTP_ACCEPT} text/\* [OR]
33
37
RewriteCond %{HTTP_ACCEPT} \*/turtle
34
- RewriteRule ^$ https://github.com/B-Ludwig/ CPSWatch/blob/main/ ontology/CPSWatch .ttl [R=303 ,L]
38
+ RewriteRule ^$ https://b-ludwig. github.io/ CPSWatch/ontology.ttl [R=303 ,L]
35
39
36
40
37
41
RewriteCond %{HTTP_ACCEPT} .+
38
42
RewriteRule ^(.*)$ https://github.com/B-Ludwig/CPSWatch [R=406 ,L]
39
43
# Default response
40
44
# ---------------------------
41
45
# Rewrite rule to serve the RDF/XML content from the vocabulary URI by default
42
- RewriteRule ^$ https://github.com/B-Ludwig/ CPSWatch/blob/main/ontology/CPSWatch.rdf [R=303 ,L]
46
+ RewriteRule ^$ https://b-ludwig. github.io/ CPSWatch/ [R=303 ,L]
0 commit comments