diff --git a/iotd/.htaccess b/iotd/.htaccess new file mode 100644 index 000000000..46521bc6c --- /dev/null +++ b/iotd/.htaccess @@ -0,0 +1,12 @@ +# https://w3id.org/iotd redirects to https://iotdontology.github.io/ +# +# ## Contact +# This space is administered by: +# +# Amal GUITTOUM +# amal.guittoum@orange.com +# GitHub username: Amalguittoum + +Options +FollowSymLinks +RewriteEngine on +RewriteRule ^$ https://iotdontology.github.io/ [R=302,L] diff --git a/iotd/README.md b/iotd/README.md new file mode 100644 index 000000000..065cc6158 --- /dev/null +++ b/iotd/README.md @@ -0,0 +1,11 @@ +IoT dependencies ontology +=== + +Homepage: +* https://w3id.org/iotd --> https://iotdontology.github.io/ + +Source: +* https://github.com/Orange-OpenSource/ISWC-IoT-D-ontology-Documentation + +Contacts: +* Amal GUITTOUM