Skip to content

Commit

Permalink
Addition of a new redirection entry to serve the LAAS open data project
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolas Seydoux committed Mar 14, 2017
1 parent cdc4547 commit 4c949c1
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
5 changes: 5 additions & 0 deletions laas-iot/.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 ^/?$ https://syndream.laas.fr:8082/ [R=302,L]
RewriteRule ^(.+)$ https://syndream.laas.fr:8082/$1 [R=302,L]
14 changes: 14 additions & 0 deletions laas-iot/README.md
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]

0 comments on commit 4c949c1

Please sign in to comment.