From 0131425a18fc51b43ca680542e238db6f0bca42a Mon Sep 17 00:00:00 2001 From: Michel Dumontier Date: Mon, 6 Jan 2025 14:49:44 +0100 Subject: [PATCH 1/3] first commit for sulo --- sulo/.htaccess | 8 ++++++++ sulo/README | 7 +++++++ 2 files changed, 15 insertions(+) create mode 100644 sulo/.htaccess create mode 100644 sulo/README 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 b/sulo/README new file mode 100644 index 000000000..56d8c1416 --- /dev/null +++ b/sulo/README @@ -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) From 66cc904c5914e96e1f621f9c341552d7f767eef8 Mon Sep 17 00:00:00 2001 From: Michel Dumontier Date: Tue, 7 Jan 2025 12:52:31 +0100 Subject: [PATCH 2/3] Update sulo/README Co-authored-by: Ted Thibodeau Jr --- sulo/README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sulo/README b/sulo/README index 56d8c1416..6ca8a8820 100644 --- a/sulo/README +++ b/sulo/README @@ -4,4 +4,4 @@ The Simplified Upper Level Ontology ## Contact -* [Michel Dumontier - michel.dumontier@gmail.com](mailto:michel.dumontier@gmail.com) +* [Michel Dumontier - michel.dumontier@gmail.com](mailto:michel.dumontier@gmail.com), GitHub: @micheldumontier From a3f3b6c97627a722a15de30c2501714a6f4141f4 Mon Sep 17 00:00:00 2001 From: Michel Dumontier Date: Tue, 7 Jan 2025 12:56:30 +0100 Subject: [PATCH 3/3] updated readme and renamed with markdown suffix --- sulo/{README => README.md} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename sulo/{README => README.md} (100%) diff --git a/sulo/README b/sulo/README.md similarity index 100% rename from sulo/README rename to sulo/README.md