Skip to content

Commit

Permalink
Merge pull request perma-id#2865 from hvarg/master
Browse files Browse the repository at this point in the history
Update semantic question ontology links from v1.0.0 to v1.1.0
  • Loading branch information
dgarijo authored Aug 16, 2022
2 parents dfb9227 + 3ee8c6b commit a180e29
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions sqo/.htaccess
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ RewriteCond %{HTTP_ACCEPT} application/xhtml\+xml [OR]
RewriteCond %{HTTP_ACCEPT} text/\* [OR]
RewriteCond %{HTTP_ACCEPT} \*/\* [OR]
RewriteCond %{HTTP_USER_AGENT} ^Mozilla/.*
RewriteRule ^$ https://knowledgecaptureanddiscovery.github.io/QuestionOntology/release/v1.0.0/index-en.html [R=303,NE,L]
RewriteRule ^$ https://knowledgecaptureanddiscovery.github.io/QuestionOntology/release/v1.1.0/index-en.html [R=303,NE,L]
RewriteCond %{HTTP_ACCEPT} ^.*application/rdf\+xml.*
RewriteRule ^$ https://knowledgecaptureanddiscovery.github.io/QuestionOntology/release/v1.0.0/ontology.owl [R=303,NE,L]
RewriteRule ^$ https://knowledgecaptureanddiscovery.github.io/QuestionOntology/release/v1.1.0/ontology.owl [R=303,NE,L]
RewriteCond %{HTTP_ACCEPT} ^.*text/turtle.*
RewriteRule ^$ https://knowledgecaptureanddiscovery.github.io/QuestionOntology/release/v1.0.0/ontology.ttl [R=303,NE,L]
RewriteRule ^$ https://knowledgecaptureanddiscovery.github.io/QuestionOntology/release/v1.1.0/ontology.ttl [R=303,NE,L]
#default response: owl
RewriteRule ^$ https://knowledgecaptureanddiscovery.github.io/QuestionOntology/release/v1.0.0/ontology.owl [R=303,NE,L]
RewriteRule ^$ https://knowledgecaptureanddiscovery.github.io/QuestionOntology/release/v1.1.0/ontology.owl [R=303,NE,L]

0 comments on commit a180e29

Please sign in to comment.