Skip to content

Commit

Permalink
Merge pull request perma-id#2424 from saidfathalla/master
Browse files Browse the repository at this point in the history
update links of semsur, seo and eventskg
  • Loading branch information
dgarijo authored Dec 3, 2021
2 parents a26f3ef + 0b68ce9 commit f8b1ae4
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions EVENTSKG-Dataset/.htaccess
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ RewriteCond %{HTTP_ACCEPT} application/xhtml\+xml [OR]
RewriteCond %{HTTP_ACCEPT} text/\* [OR]
RewriteCond %{HTTP_ACCEPT} \*/\* [OR]
RewriteCond %{HTTP_USER_AGENT} ^Mozilla/.*
RewriteRule ^ekg$ http://kddste.sda.tech/EVENTSKG-Dataset/ [R=303,NE,L]
RewriteRule ^ekg$ https://saidfathalla.github.io/EVENTSKG-Dataset/ [R=303,NE,L]
RewriteCond %{HTTP_ACCEPT} ^.*application/rdf\+xml.*
RewriteRule ^ekg$ http://kddste.sda.tech/EVENTSKG-Dataset/EVENTKG_R2.rdf [R=303,NE,L]
RewriteRule ^ekg$ https://raw.githubusercontent.com/saidfathalla/EVENTSKG-Dataset/master/EVENTKG_R2.rdf [R=303,NE,L]
RewriteCond %{HTTP_ACCEPT} ^.*text/turtle.*
RewriteRule ^ekg$ http://kddste.sda.tech/EVENTSKG-Dataset/EVENTKG_R2.ttl [R=303,NE,L]
RewriteRule ^ekg$ https://raw.githubusercontent.com/saidfathalla/EVENTSKG-Dataset/master/EVENTKG_R2.ttl [R=303,NE,L]
RewriteCond %{HTTP_ACCEPT} ^.*application/ld+json.*
RewriteRule ^ekg$ http://kddste.sda.tech/EVENTSKG-Dataset/EVENTKG_R2.json [R=303,NE,L]
RewriteRule ^ekg$ https://raw.githubusercontent.com/saidfathalla/EVENTSKG-Dataset/master/EVENTKG_R2.json [R=303,NE,L]
#default response: ttl
RewriteRule ^ekg$ http://kddste.sda.tech/EVENTSKG-Dataset/EVENTKG_R2.ttl [R=303,NE,L]
RewriteRule ^ekg$ https://raw.githubusercontent.com/saidfathalla/EVENTSKG-Dataset/master/EVENTKG_R2.ttl [R=303,NE,L]
2 changes: 1 addition & 1 deletion SemSur/.htaccess
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ RewriteCond %{HTTP_ACCEPT} application/xhtml\+xml [OR]
RewriteCond %{HTTP_ACCEPT} text/\* [OR]
RewriteCond %{HTTP_ACCEPT} \*/\* [OR]
RewriteCond %{HTTP_USER_AGENT} ^Mozilla/.*
RewriteRule ^$ http://sda.tech/SemSur/Documentation/Semsur.html [R=303,NE,L]
RewriteRule ^$ https://saidfathalla.github.io/SemSur/doc/ [R=303,NE,L]
RewriteCond %{HTTP_ACCEPT} ^.*application/rdf\+xml.*
RewriteRule ^$ https://raw.githubusercontent.com/saidfathalla/SemSur/master/SemSur.owl [R=303,NE,L]
#default response owl
Expand Down
8 changes: 4 additions & 4 deletions seo/.htaccess
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ RewriteCond %{HTTP_ACCEPT} application/xhtml\+xml [OR]
RewriteCond %{HTTP_ACCEPT} text/\* [OR]
RewriteCond %{HTTP_ACCEPT} \*/\* [OR]
RewriteCond %{HTTP_USER_AGENT} ^Mozilla/.*
RewriteRule ^$ http://kddste.sda.tech/SEOontology/Documentation/ [R=303,NE,L]
RewriteRule ^$ https://saidfathalla.github.io/SEOontology/Documentation/ [R=303,NE,L]
RewriteCond %{HTTP_ACCEPT} ^.*application/rdf\+xml.*
RewriteRule ^$ http://kddste.sda.tech/SEOontology/SEO.owl [R=303,NE,L]
RewriteRule ^$ https://raw.githubusercontent.com/saidfathalla/SEOontology/master/SEO.owl [R=303,NE,L]
RewriteCond %{HTTP_ACCEPT} ^.*text/turtle.*
RewriteRule ^$ http://kddste.sda.tech/SEOontology/SEO.ttl [R=303,NE,L]
RewriteRule ^$ https://raw.githubusercontent.com/saidfathalla/SEOontology/master/SEO.ttl [R=303,NE,L]
#default response: ttl
RewriteRule ^$ http://kddste.sda.tech/SEOontology/SEO.ttl [R=303,NE,L]
RewriteRule ^$ https://raw.githubusercontent.com/saidfathalla/SEOontology/master/SEO.ttl [R=303,NE,L]

0 comments on commit f8b1ae4

Please sign in to comment.