diff --git a/sulo/.htaccess b/sulo/.htaccess new file mode 100644 index 000000000..294c2fe9b --- /dev/null +++ b/sulo/.htaccess @@ -0,0 +1,8 @@ +Header set Access-Control-Allow-Origin * +Options +FollowSymLinks +RewriteEngine on + +RewriteRule ^$ https://aidava-dev.github.io/sulo/index.html [R=307,L] +RewriteRule ^sulo.ttl$ https://raw.githubusercontent.com/AIDAVA-DEV/sulo/refs/heads/main/sulo.ttl [R=307,L] +RewriteRule ^[A-Z]+(.*)$ https://aidava-dev.github.io/sulo/class-sulo$1.html [R=307,L] +RewriteRule ^[a-z]+(.*)$ https://aidava-dev.github.io/sulo/prop-sulo$1.html [R=307,L] diff --git a/sulo/README.md b/sulo/README.md new file mode 100644 index 000000000..6ca8a8820 --- /dev/null +++ b/sulo/README.md @@ -0,0 +1,7 @@ +# SULO Ontology +[https://w3id.org/sulo/](https://w3id.org/sulo/) -> [https://aidava-dev.github.io/sulo/index.html](https://aidava-dev.github.io/sulo/index.html) + +The Simplified Upper Level Ontology + +## Contact +* [Michel Dumontier - michel.dumontier@gmail.com](mailto:michel.dumontier@gmail.com), GitHub: @micheldumontier