forked from perma-id/w3id.org
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
29 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
## Turn off MultiViews | ||
Options -MultiViews | ||
|
||
# Rewrite engine setup | ||
RewriteEngine On | ||
|
||
# Rewrite rule to serve HTML content | ||
RewriteCond %{HTTP_ACCEPT} !application/rdf\+xml.*(text/html|application/xhtml\+xml) | ||
RewriteCond %{HTTP_ACCEPT} text/html [OR] | ||
RewriteCond %{HTTP_ACCEPT} application/xhtml\+xml [OR] | ||
RewriteCond %{HTTP_USER_AGENT} ^Mozilla/.* | ||
RewriteRule ^$ https://swissartresearch.net/ontology/sari [R=303,L] | ||
|
||
# Rewrite rule to serve RDF/XML content if requested | ||
RewriteCond %{HTTP_ACCEPT} application/rdf\+xml [OR] | ||
RewriteCond %{HTTP_ACCEPT} application/owl\+xml | ||
RewriteRule ^$ https://swissartresearch.net/ontology/sari.rdfs.xml [R=303,L] | ||
|
||
|
||
# Choose the default response | ||
# --------------------------- | ||
# Default Rule | ||
RewriteRule ^$ https://swissartresearch.net/ontology/sari.rdfs.xml [R=303,L] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
# Swiss Art Research Infrastracture | ||
List of SARI properties to expand CIDOC-CRM | ||
|
||
Documentation available in [the website](https://swissartresearch.net/ontology/sari/). | ||
|
||
|