Skip to content

Commit

Permalink
Merge pull request #2 from perma-id/master
Browse files Browse the repository at this point in the history
Update with the upstream repository
  • Loading branch information
paolo7 committed Apr 22, 2016
2 parents 608f6f9 + 775cd2b commit 7494a38
Show file tree
Hide file tree
Showing 62 changed files with 975 additions and 413 deletions.
6 changes: 6 additions & 0 deletions BCI-ontology/.htaccess
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Header set Access-Control-Allow-Origin *
Header set Access-Control-Allow-Headers DNT,X-Mx-ReqToken,Keep-Alive,User-Agent,X-Requested-With,If-Modified$
Options +FollowSymLinks
RewriteEngine on
RewriteRule ^$ http://bci.pet.cs.nctu.edu.tw/ontology [R=302,L]
RewriteRule ^v1$ http://bci.pet.cs.nctu.edu.tw/ontology/BCI.owl [R=302,L]
14 changes: 14 additions & 0 deletions BCI-ontology/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
BCI-ontology

Homepage:
https://w3id.org/BCI-ontology

Vocabularies:
https://w3id.org/BCI-ontology (@prefix bci: https://w3id.org/BCI-ontology/)

Contacts:
Sergio Rodriguez <srodriguez@pet.cs.nctu.edu.tw>
John K. Zao <jkzao@pet.cs.nctu.edu.tw>

Registered name:
CerebraWeb.
9 changes: 9 additions & 0 deletions RAND/.htaccess
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
Options +FollowSymLinks
RewriteEngine on
RewriteRule ^$ https://www.rand.org/ [R=301,L]
RewriteRule ^CLE/?$ https://qaz1.az1.qualtrics.com/SE/?SID=SV_2ltYu8cU8jARhJ3 [R=301,L]
RewriteRule ^DEN/?$ https://qaz1.az1.qualtrics.com/SE/?SID=SV_3WAN4MCxeS9uOIl [R=301,L]
RewriteRule ^NYC/?$ https://qaz1.az1.qualtrics.com/SE/?SID=SV_9MFo6t8GzduUacl [R=301,L]
RewriteRule ^PGC/?$ https://qaz1.az1.qualtrics.com/SE/?SID=SV_esnlAX1svTTF1ul [R=301,L]
RewriteRule ^PHI/?$ https://qaz1.az1.qualtrics.com/SE/?SID=SV_cVlkoRscOZwkhN3 [R=301,L]
RewriteRule ^PRV/?$ https://qaz1.az1.qualtrics.com/SE/?SID=SV_1YAf3wm9q9V9bcF [R=301,L]
3 changes: 3 additions & 0 deletions RAND/OBD/.htaccess
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Options +FollowSymLinks
RewriteEngine on
RewriteRule ^/?$ https://www.rand.org/ [R=301,L]
3 changes: 3 additions & 0 deletions RAND/OBD/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Contacts:
John Pane <john@pane.net>
John Pane <jpane@rand.org>
3 changes: 3 additions & 0 deletions RAND/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Contacts:
John Pane <john@pane.net>
John Pane <jpane@rand.org>
24 changes: 24 additions & 0 deletions abdn/foodsafety/.htaccess
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
Options +FollowSymLinks
# Turn off MultiViews
Options -MultiViews

# Directive to ensure *.rdf files served as appropriate content type,
# if not present in main apache config
AddType application/rdf+xml .rdf
AddType application/rdf+xml .owl
AddType text/turtle .ttl

RewriteEngine on

#Rewrite rules for FS-PROV vocabulary extension
RewriteCond %{HTTP_ACCEPT} !application/rdf\+xml.*(text/html|application/xhtml\+xml|text/\*|\*/\*)
RewriteCond %{HTTP_ACCEPT} text/html [OR]
RewriteCond %{HTTP_ACCEPT} application/xhtml\+xml [OR]
RewriteCond %{HTTP_ACCEPT} text/\* [OR]
RewriteCond %{HTTP_ACCEPT} \*/\* [OR]
RewriteCond %{HTTP_USER_AGENT} ^Mozilla/.*
RewriteRule ^fs-prov$ http://m-markovic.github.io/FS-PROV_Doc/ [R=303,NE,L]
RewriteCond %{HTTP_ACCEPT} ^.*text/turtle.*
RewriteRule ^fs-prov$ https://raw.githubusercontent.com/m-markovic/FS-PROV-Ontology/master/fso.ttl [R=303,NE,L]
#default response: ttl
RewriteRule ^fs-prov$ https://raw.githubusercontent.com/m-markovic/FS-PROV-Ontology/master/fso.ttl [R=303,NE,L]
5 changes: 5 additions & 0 deletions abdn/foodsafety/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Repository for redirecting to FS-PROV ontology
===================

https://raw.githubusercontent.com/m-markovic/FS-PROV-Ontology/master/fso.ttl

41 changes: 41 additions & 0 deletions associations/.htaccess
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
Options +FollowSymLinks
Options -MultiViews


# Directive to ensure *.rdf files served as appropriate content type,
# if not present in main apache config
AddType application/rdf+xml .rdf
AddType application/rdf+xml .owl
AddType text/turtle .ttl

# Rewrite engine setup
RewriteEngine On


# Rewrite rule to serve HTML content from the URI if requested
RewriteCond %{HTTP_ACCEPT} !application/rdf\+xml.*(text/html|application/xhtml\+xml)
RewriteCond %{HTTP_ACCEPT} !text/turtle
RewriteCond %{HTTP_ACCEPT} text/html [OR]
RewriteCond %{HTTP_ACCEPT} application/xhtml\+xml [OR]
RewriteCond %{HTTP_USER_AGENT} ^Mozilla/.*
RewriteRule ^(vocab)$ https://joernhees.github.io/associations/$1.html [R=303,L]

# Rewrite rule to serve RDF/XML content from the URI
RewriteCond %{HTTP_ACCEPT} application/rdf\+xml
RewriteRule ^(vocab)$ https://joernhees.github.io/associations/$1.rdf [R=303,L]

# Rewrite rule to serve TURTLE content from the URI
RewriteCond %{HTTP_ACCEPT} text/turtle
RewriteRule ^(vocab)$ https://joernhees.github.io/associations/$1.ttl [R=303,L]

# Rewrite rule to serve RDF/XML content by default
RewriteRule ^(vocab)$ https://joernhees.github.io/associations/$1.rdf [R=303,L]



RewriteRule ^(mapping_eat_dbpedia)$ https://joernhees.github.io/associations/$1.rdf [R=303,L]


# everything else:
RewriteRule ^(.*)$ https://joernhees.github.io/associations/$1 [R=303,NE,L]

7 changes: 7 additions & 0 deletions associations/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
## Association Vocabs & Datasets

Homepage

* https://w3id.org/associations
* https://joernhees.github.io/associations

28 changes: 28 additions & 0 deletions aufx/.htaccess
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
Options +FollowSymLinks
# Turn off MultiViews
Options -MultiViews

# Directive to ensure *.rdf files served as appropriate content type,
# if not present in main apache config
AddType application/rdf+xml .rdf
AddType application/rdf+xml .owl
AddType text/turtle .ttl

RewriteEngine On


# Rewrite rule to serve HTML content from the vocabulary URI if requested
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 ^$ http://eecs.qmul.ac.uk/~thomasw/aufx/aufx.html [R=303,L]


# Rewrite rule to serve RDF/XML content from the vocabulary URI if requested
RewriteCond %{HTTP_ACCEPT} application/rdf\+xml
RewriteRule ^$ http://eecs.qmul.ac.uk/~thomasw/aufx/aufx.owl [R=303,L]

# Rewrite rule to serve Turtle content from the vocabulary URI if requested
RewriteCond %{HTTP_ACCEPT} text/turtle
RewriteRule ^$ http://eecs.qmul.ac.uk/~thomasw/aufx/aufx.ttl [R=303,L]
5 changes: 5 additions & 0 deletions aufx/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# AUDIO EFFECTS ONTOLOGY (AUFX-O)

Contacts:

* Thomas Wilmering <thomas.wilmering@gmail.com>
3 changes: 3 additions & 0 deletions bedrock/.htaccess
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Options +FollowSymLinks
RewriteEngine on
RewriteRule ^$ https://digitalbazaar.gitbooks.io/bedrock/content/ [R=303,L]
8 changes: 4 additions & 4 deletions bird-a/.htaccess
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,18 @@ Header set Access-Control-Allow-Origin *
Options +FollowSymLinks

# Rewrite rule to serve bird-a ontology directly
RewriteRule ^bird-a.owl$ http://rawgit.com/caiogit/bird-a/master/ontology/bird-a.owl [R=303,L]
RewriteRule ^bird-a.owl$ https://rawgit.com/caiogit/bird-a/master/doc/ontology/bird-a.owl [R=303,L]

# 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 ^.*$ http://www.essepuntato.it/lode/owlapi/http://rawgit.com/caiogit/bird-a/master/ontology/bird-a.owl [R=303,L]
RewriteRule ^.*$ http://www.essepuntato.it/lode/owlapi/https://rawgit.com/caiogit/bird-a/master/doc/ontology/bird-a.owl [R=303,L]

# Rewrite rule to serve RDF/XML content if requested
RewriteCond %{HTTP_ACCEPT} application/rdf\+xml
RewriteRule ^.*$ http://rawgit.com/caiogit/bird-a/master/ontology/bird-a.owl [R=303,L]
RewriteRule ^.*$ https://rawgit.com/caiogit/bird-a/master/doc/ontology/bird-a.owl [R=303,L]

# Choose the default response
RewriteRule ^.*$ http://rawgit.com/caiogit/bird-a/master/ontology/bird-a.owl [R=303]
RewriteRule ^.*$ https://rawgit.com/caiogit/bird-a/master/doc/ontology/bird-a.owl [R=303]
5 changes: 5 additions & 0 deletions chaudron/.htaccess
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Header set Access-Control-Allow-Origin *
Options +FollowSymLinks
RewriteEngine on
RewriteRule ^/?$ http://datasets-satin.telecom-st-etienne.fr/jsubercaze/chaudron/ [R=302,L]
RewriteRule ^(.+)$ http://datasets-satin.telecom-st-etienne.fr/jsubercaze/chaudron/$1 [R=302,L]
12 changes: 12 additions & 0 deletions chaudron/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
Chaudron, a dataset extending DBpedia with measurement and clear units management
===

Homepage:
* https://w3id.org/chaudron/ --> http://datasets-satin.telecom-st-etienne.fr/jsubercaze/chaudron/

Paper:
* http://datasets-satin.telecom-st-etienne.fr/jsubercaze/chaudron/chaudron.pdf


Contacts:
* Julien Subercaze <subercaze.julien@gmail.com>
4 changes: 3 additions & 1 deletion clipc/meetings/.htaccess
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,7 @@ RewriteRule ^copenhagen_may2014$ http://www.clipc.eu/media/clipc/org/documents/m
RewriteRule ^reading_sep2014$ http://www.clipc.eu/media/clipc/org/documents/meeting\ reports/wp5_tape_archive_workshop_2014-09-22.pdf [L,R=301]
RewriteRule ^twickenham_jan2014$ http://www.clipc.eu/media/clipc/org/documents/meeting\ reports/clipc_firstgeneralassembly_report.pdf [L,R=301]
RewriteRule ^amsterdam_feb2015$ http://www.clipc.eu/the-project/project-meetings/user-requirements-workshop-3-feb-2015 [L,R=301]
RewriteRule ^debilt_nov2014$ http://www.clipc.eu/the-project/project-meetings/knmi-portals-workshop-nov-2014 [L,R=301]
RewriteRule ^debilt_nov2014$ http://www.clipc.eu/content/content.php?htm=54 [L,R=301]
RewriteRule ^dortmund_jun2015$ http://www.clipc.eu/the-project/project-meetings/general-assembly-june-2015 [L,R=301]
RewriteRule ^ispra_april2015$ http://www.clipc.eu/media/clipc/org/documents/meeting\ reports/clipc_ispra_meeting_20150428_minutes.pdf [L,R=301]
RewriteRule ^ispra_presentations_april2015$ http://www.clipc.eu/media/clipc/org/documents/Meeting%20reports/clipc_ispra_meeting_20150428_minutes_annex_2_small.pdf [L,R=301]
6 changes: 6 additions & 0 deletions cmip6dr/ranges/.htaccess
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
RewriteEngine on

RewriteRule ^day_clt.html$ http://clipc-services.ceda.ac.uk/ranges/day/pages/bar_clt.html



11 changes: 10 additions & 1 deletion dgarijo/ro/.htaccess
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,13 @@ RewriteCond %{HTTP_ACCEPT} ^.*text/turtle.*
RewriteRule ^mining-abstractions-in-scientific-wfs$ http://dgarijo.github.io/ResearchObjects/MiningAbstractionsInScientificWfs/description.ttl [R=303,L]
RewriteCond %{HTTP_ACCEPT} ^.*application/ld\+json.*
RewriteRule ^mining-abstractions-in-scientific-wfs$ http://dgarijo.github.io/ResearchObjects/MiningAbstractionsInScientificWfs/description.json [R=303,L]
RewriteRule ^mining-abstractions-in-scientific-wfs$ http://dgarijo.github.io/ResearchObjects/MiningAbstractionsInScientificWfs/ [R=303,L]
RewriteRule ^mining-abstractions-in-scientific-wfs$ http://dgarijo.github.io/ResearchObjects/MiningAbstractionsInScientificWfs/ [R=303,L]

#Rewrite rules for ACS (2016)
RewriteCond %{HTTP_ACCEPT} ^.*application/rdf\+xml.*
RewriteRule ^acs2016$ http://dgarijo.github.io/ResearchObjects/acs2016/description.rdf [R=303,L]
RewriteCond %{HTTP_ACCEPT} ^.*text/turtle.*
RewriteRule ^acs2016$ http://dgarijo.github.io/ResearchObjects/acs2016/description.ttl [R=303,L]
RewriteCond %{HTTP_ACCEPT} ^.*application/ld\+json.*
RewriteRule ^acs2016$ http://dgarijo.github.io/ResearchObjects/acs2016/description.json [R=303,L]
RewriteRule ^acs2016$ http://dgarijo.github.io/ResearchObjects/acs2016/ [R=303,L]
3 changes: 2 additions & 1 deletion dgarijo/ro/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ Materials for publication in KCAP 2013 -> http://dgarijo.github.io/ResearchObjec
Materials for publication in escience2014 -> http://dgarijo.github.io/ResearchObjects/eScience2014FragFlow/
Materials for publication in escience2014 (2) -> http://dgarijo.github.io/ResearchObjects/eScience2014UserSurvey/
Materials for publication in WORKS 2014 -> http://dgarijo.github.io/ResearchObjects/WORKS14-WfEcosystems/
Materials for publication in PhD Thesis ->http://dgarijo.github.io/ResearchObjects/MiningAbstractionsInScientificWfs/
Materials for publication in PhD Thesis ->http://dgarijo.github.io/ResearchObjects/MiningAbstractionsInScientificWfs/
Materials for publication in ACS2016 ->http://dgarijo.github.io/ResearchObjects/acs2016/
4 changes: 4 additions & 0 deletions dso/.htaccess
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Header set Access-Control-Allow-Origin *
Options +FollowSymLinks
RewriteEngine on
RewriteRule ^/?$ http://butterbur04.iai.uni-bonn.de/ontologies/dso/dso [R=303,L]
11 changes: 11 additions & 0 deletions gub/.htaccess
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
RewriteEngine on
RewriteRule ^$ http://ub.gu.se/ [R=302,L]

RewriteRule ^resource/([^\/]*/)*DIG:(.*) https://dliver.ub.gu.se/#/package/$2 [R=302,NE,L]
RewriteRule ^resource/([^\/]*/)*PUB:(.*) https://gupea.ub.gu.se/handle/2077/$2 [R=302,NE,L]
RewriteRule ^authority/([^\/]*/)*GREDA:(.*) http://www.ub.gu.se/kvinn/greda/detail/index.xml?id=$2 [R=302,NE,L]
RewriteRule ^authority/([^\/]*/)*GENA:(.*) http://www.ub.gu.se/kvinn/gena/search/details.html?id=$2 [R=302,NE,L]
RewriteRule ^schema/([^\/]*/)*manuscript.(.*) http://www.ub.gu.se/handskriftsdatabasen/api/schema.$2 [R=302,NE,L]
RewriteRule ^schema/([^\/]*/)*imagedata.(.*) http://www.ub.gu.se/handskriftsdatabasen/api/imagedata.$2 [R=302,NE,L]
RewriteRule ^resource/([^\/]*/)*LETTER:(.*) http://www.ub.gu.se/handskriftsdatabasen/api/getletter.xml?id=$2 [R=302,NE,L]
RewriteRule ^resource/([^\/]*/)*DOCUMENT:(.*) http://www.ub.gu.se/handskriftsdatabasen/api/getdocument.xml?id=$2 [R=302,NE,L]
8 changes: 8 additions & 0 deletions gub/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
GUB
===

Homepage:
* https://w3id.org/gub

Contacts:
* Jimmy Carlsson <jimmy.carlsson@ub.gu.se>

0 comments on commit 7494a38

Please sign in to comment.