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.
Addition of a new redirection entry to serve the LAAS open data project
- Loading branch information
Nicolas Seydoux
committed
Mar 14, 2017
1 parent
cdc4547
commit 4c949c1
Showing
2 changed files
with
19 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,5 @@ | ||
Header set Access-Control-Allow-Origin * | ||
Options +FollowSymLinks | ||
RewriteEngine on | ||
RewriteRule ^/?$ https://syndream.laas.fr:8082/ [R=302,L] | ||
RewriteRule ^(.+)$ https://syndream.laas.fr:8082/$1 [R=302,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,14 @@ | ||
# LAAS open data | ||
|
||
## Presentation | ||
This is the redirection to the LAAS-CNRS (http://laas.fr/) open data project. This data, produced in the OPA project, is made available under the Open Database License: http://opendatacommons.org/licenses/odbl/1.0/. The vocabulary used for the metadata (if any) is an extension of IoT-O (https://www.irit.fr/recherches/MELODI/ontologies/IoT-O), distributed under Creative Commons Attribution 4.0 International License by LAAS-CNRS and IRIT (https://www.irit.fr/). | ||
|
||
## Services | ||
- Open data welcome page : https://w3id.org/laas-iot --> https://syndream.laas.fr:8082/ | ||
- OPA vocabulary : https://w3id.org/laas-iot/adream --> https://syndream.laas.fr:8082/adream | ||
- Sparql endoint : https://w3id.org/laas-iot/sparql --> https://syndream.laas.fr:8082/sparql | ||
|
||
## Contacts | ||
- Christelle Ecrepont : [email protected] | ||
- Thierry Monteil : [email protected] | ||
- Nicolas Seydoux : [email protected] |