From 64e57ee7429e5739ed7f7121a9bb54558abd3410 Mon Sep 17 00:00:00 2001 From: tobiasgrubenmann Date: Tue, 29 Oct 2019 10:13:34 +0800 Subject: [PATCH] Change path of version 0.1 --- timebank/0.1/.htaccess | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/timebank/0.1/.htaccess b/timebank/0.1/.htaccess index f0e2ad0b2..475a53b8a 100644 --- a/timebank/0.1/.htaccess +++ b/timebank/0.1/.htaccess @@ -17,29 +17,29 @@ RewriteCond %{HTTP_ACCEPT} !application/rdf\+xml.*(text/html|application/xhtml\+ RewriteCond %{HTTP_ACCEPT} text/html [OR] RewriteCond %{HTTP_ACCEPT} application/xhtml\+xml [OR] RewriteCond %{HTTP_USER_AGENT} ^Mozilla/.* -RewriteRule ^(.*)$ https://tobiasgrubenmann.github.io/Ontologies/Timebank/index.html [R=303,L] +RewriteRule ^(.*)$ https://tobiasgrubenmann.github.io/Ontologies/Timebank/0.1/index.html [R=303,L] # Rewrite rule to serve N-Triples content from the vocabulary URI if requested RewriteCond %{HTTP_ACCEPT} application/n-triples -RewriteRule ^(.*)$ https://tobiasgrubenmann.github.io/Ontologies/Timebank/ontology.nt [R=303,L] +RewriteRule ^(.*)$ https://tobiasgrubenmann.github.io/Ontologies/Timebank/0.1/ontology.nt [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 ^(.*)$ https://tobiasgrubenmann.github.io/Ontologies/Timebank/ontology.xml [R=303,L] +RewriteRule ^(.*)$ https://tobiasgrubenmann.github.io/Ontologies/Timebank/0.1/ontology.xml [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] RewriteCond %{HTTP_ACCEPT} \*/turtle -RewriteRule ^(.*)$ https://tobiasgrubenmann.github.io/Ontologies/Timebank/ontology.ttl [R=303,L] +RewriteRule ^(.*)$ https://tobiasgrubenmann.github.io/Ontologies/Timebank/0.1/ontology.ttl [R=303,L] # Rewrite rule to serve JSON-LD content from the vocabulary URI if requested RewriteCond %{HTTP_ACCEPT} application/ld\+json -RewriteRule ^$ https://tobiasgrubenmann.github.io/Ontologies/Timebank/ontology.json [R=303,L] +RewriteRule ^$ https://tobiasgrubenmann.github.io/Ontologies/Timebank/0.1/ontology.json [R=303,L] # Choose the default response # --------------------------- # Rewrite rule to serve the RDF/XML content from the vocabulary URI by default -RewriteRule ^(.*)$ https://tobiasgrubenmann.github.io/Ontologies/Timebank/ontology.xml [R=303] \ No newline at end of file +RewriteRule ^(.*)$ https://tobiasgrubenmann.github.io/Ontologies/Timebank/0.1/ontology.xml [R=303]