We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35edd71 commit a0c40a5Copy full SHA for a0c40a5
wdaqua/.htaccess
@@ -22,6 +22,6 @@ RewriteCond %{HTTP_ACCEPT} ^.*application/rdf\+xml.*
22
RewriteRule ^qanary$ https://raw.githubusercontent.com/WDAqua/QAOntology/master/qanary.owl [R=303,NE,L]
23
RewriteCond %{HTTP_ACCEPT} ^.*text/turtle.*
24
RewriteRule ^qanary$ https://raw.githubusercontent.com/WDAqua/QAOntology/master/qanary.ttl [R=303,NE,L]
25
-#default response: ttl
26
-RewriteRule ^qanary$ https://raw.githubusercontent.com/WDAqua/QAOntology/master/qanary.ttl [R=303,NE,L]
+#default response: owl
+RewriteRule ^qanary$ https://raw.githubusercontent.com/WDAqua/QAOntology/master/qanary.owl [R=303,NE,L]
27
0 commit comments