Skip to content

Commit

Permalink
Merge pull request perma-id#4636 from micheldumontier/master
Browse files Browse the repository at this point in the history
added entry for SULO
  • Loading branch information
dgarijo authored Jan 7, 2025
2 parents f551b60 + a3f3b6c commit 6542903
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
8 changes: 8 additions & 0 deletions sulo/.htaccess
Original file line number Diff line number Diff line change
@@ -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]
7 changes: 7 additions & 0 deletions sulo/README.md
Original file line number Diff line number Diff line change
@@ -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 - [email protected]](mailto:[email protected]), GitHub: @micheldumontier

0 comments on commit 6542903

Please sign in to comment.