Unverified Commit 2ca16fe6 authored by María's avatar María Committed by GitHub
Browse files

Merge pull request #17 from OnToologyUser/master

OnToology update
parents 87641330 986a2759
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -20,15 +20,15 @@ RewriteCond %{HTTP_ACCEPT} application/xhtml\+xml [OR]
RewriteCond %{HTTP_USER_AGENT} ^Mozilla/.*
RewriteRule ^$ index-en.html [R=303,L]

# Rewrite rule to serve N-Triples content from the vocabulary URI if requested
RewriteCond %{HTTP_ACCEPT} application/n-triples
RewriteRule ^$ ontology.n3 [R=303,L]

# Rewrite rule to serve RDF/XML content from the vocabulary URI if requested
RewriteCond %{HTTP_ACCEPT} \*/\* [OR]
RewriteCond %{HTTP_ACCEPT} application/rdf\+xml
RewriteRule ^$ ontology.xml [R=303,L]

# Rewrite rule to serve N-Triples content from the vocabulary URI if requested
RewriteCond %{HTTP_ACCEPT} application/n-triples
RewriteRule ^$ ontology.nt [R=303,L]

# Rewrite rule to serve TTL content from the vocabulary URI if requested
RewriteCond %{HTTP_ACCEPT} text/turtle [OR]
RewriteCond %{HTTP_ACCEPT} text/\* [OR]
+1 −1
Original line number Diff line number Diff line
@@ -5,6 +5,6 @@
<body>
<h1>Not Acceptable</h1>
<p>An appropriate representation of the requested resource could not be found on this server.</p>
 Available variants:<ul><li><a href="index-en.html">html</a></li><li><a href="ontology.n3">N-Triples</a></li><li><a href="ontology.xml">RDF/XML</a></li><li><a href="ontology.ttl">TTL</a></li></ul>
 Available variants:<ul><li><a href="index-en.html">html</a></li><li><a href="ontology.xml">RDF/XML</a></li><li><a href="ontology.nt">N-Triples</a></li><li><a href="ontology.ttl">TTL</a></li></ul>

</body></html>
 No newline at end of file
+3355 −0

File added.

Preview size limit exceeded, changes collapsed.

+3675 −3624

File changed.

Preview size limit exceeded, changes collapsed.

+5715 −3961

File changed.

Preview size limit exceeded, changes collapsed.

Loading