Skip to content

Commit a0c40a5

Browse files
committedApr 27, 2016
Default response for Qanary owl and not turtle
1 parent 35edd71 commit a0c40a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎wdaqua/.htaccess

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ RewriteCond %{HTTP_ACCEPT} ^.*application/rdf\+xml.*
2222
RewriteRule ^qanary$ https://raw.githubusercontent.com/WDAqua/QAOntology/master/qanary.owl [R=303,NE,L]
2323
RewriteCond %{HTTP_ACCEPT} ^.*text/turtle.*
2424
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]
25+
#default response: owl
26+
RewriteRule ^qanary$ https://raw.githubusercontent.com/WDAqua/QAOntology/master/qanary.owl [R=303,NE,L]
2727

0 commit comments

Comments
 (0)
Please sign in to comment.