Skip to content

Commit 3272173

Browse files
author
jsubercaze
committedApr 13, 2016
adding chaudron
1 parent 4d8acf9 commit 3272173

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed
 

‎chaudron/.htaccess

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
Header set Access-Control-Allow-Origin *
2+
Options +FollowSymLinks
3+
RewriteEngine on
4+
RewriteRule ^/?$ http://datasets-satin.telecom-st-etienne.fr/jsubercaze/chaudron/ [R=302,L]
5+
RewriteRule ^(.+)$ http://datasets-satin.telecom-st-etienne.fr/jsubercaze/chaudron/$1 [R=302,L]

‎chaudron/README.md

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
Chaudron, a dataset extending DBpedia with measurement and clear units management
2+
===
3+
4+
Homepage:
5+
* https://w3id.org/chaudron/ --> http://datasets-satin.telecom-st-etienne.fr/jsubercaze/chaudron/
6+
7+
Paper:
8+
* http://datasets-satin.telecom-st-etienne.fr/jsubercaze/chaudron/chaudron.pdf
9+
10+
11+
Contacts:
12+
* Julien Subercaze <subercaze.julien@gmail.com>

0 commit comments

Comments
 (0)
Please sign in to comment.