From 3d26c758468e3bf551143f6b12ea9df1827b2d76 Mon Sep 17 00:00:00 2001 From: Daniel Garijo Date: Tue, 29 Oct 2019 14:27:36 -0700 Subject: [PATCH] update version of software ontology --- okn/o/sd/.htaccess | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/okn/o/sd/.htaccess b/okn/o/sd/.htaccess index 89a335c0d..e319a0c4f 100644 --- a/okn/o/sd/.htaccess +++ b/okn/o/sd/.htaccess @@ -17,26 +17,26 @@ 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://knowledgecaptureanddiscovery.github.io/SoftwareDescriptionOntology/release/1.2.0/index-en.html [R=303,L] +RewriteRule ^$ https://knowledgecaptureanddiscovery.github.io/SoftwareDescriptionOntology/release/1.3.0/index-en.html [R=303,L] # Rewrite rule to serve JSON-LD content from the vocabulary URI if requested RewriteCond %{HTTP_ACCEPT} application/ld\+json -RewriteRule ^$ https://knowledgecaptureanddiscovery.github.io/SoftwareDescriptionOntology/release/1.2.0/ontology.json [R=303,L] +RewriteRule ^$ https://knowledgecaptureanddiscovery.github.io/SoftwareDescriptionOntology/release/1.3.0/ontology.json [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://knowledgecaptureanddiscovery.github.io/SoftwareDescriptionOntology/release/1.2.0/ontology.xml [R=303,L] +RewriteRule ^$ https://knowledgecaptureanddiscovery.github.io/SoftwareDescriptionOntology/release/1.3.0/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 ^$ https://knowledgecaptureanddiscovery.github.io/SoftwareDescriptionOntology/release/1.2.0/ontology.nt [R=303,L] +RewriteRule ^$ https://knowledgecaptureanddiscovery.github.io/SoftwareDescriptionOntology/release/1.3.0/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] RewriteCond %{HTTP_ACCEPT} \*/turtle -RewriteRule ^$ https://knowledgecaptureanddiscovery.github.io/SoftwareDescriptionOntology/release/1.2.0/ontology.ttl [R=303,L] +RewriteRule ^$ https://knowledgecaptureanddiscovery.github.io/SoftwareDescriptionOntology/release/1.3.0/ontology.ttl [R=303,L] # Rewrite rules for any other version. @@ -68,8 +68,8 @@ RewriteRule ^(.+)$ https://knowledgecaptureanddiscovery.github.io/SoftwareDescri RewriteCond %{HTTP_ACCEPT} .+ -RewriteRule ^(.*)$ https://knowledgecaptureanddiscovery.github.io/SoftwareDescriptionOntology/release/1.2.0/406.html [R=406,L] +RewriteRule ^(.*)$ https://knowledgecaptureanddiscovery.github.io/SoftwareDescriptionOntology/release/1.3.0/406.html [R=406,L] # Default response # --------------------------- # Rewrite rule to serve the RDF/XML content from the vocabulary URI by default -RewriteRule ^$ https://knowledgecaptureanddiscovery.github.io/SoftwareDescriptionOntology/release/1.2.0/ontology.xml [R=303,L] \ No newline at end of file +RewriteRule ^$ https://knowledgecaptureanddiscovery.github.io/SoftwareDescriptionOntology/release/1.3.0/ontology.xml [R=303,L] \ No newline at end of file