Skip to content

Commit

Permalink
Merge pull request perma-id#1326 from airm-o/master
Browse files Browse the repository at this point in the history
Adding permanent identifier for AIRM-O project
  • Loading branch information
dgarijo authored Apr 11, 2019
2 parents e09a67c + a5cccee commit b943f1c
Show file tree
Hide file tree
Showing 5 changed files with 35 additions and 0 deletions.
5 changes: 5 additions & 0 deletions airm-o/.htaccess
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Header set Access-Control-Allow-Origin *
Header set Access-Control-Allow-Headers DNT,X-Mx-ReqToken,Keep-Alive,User-Agent,X-Requested-With,If-Modified$
Options +FollowSymLinks
RewriteEngine on
RewriteRule ^$ https://github.com/airm-o [R=302,L]
15 changes: 15 additions & 0 deletions airm-o/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
ATM Information Reference Model Ontology (AIRM-O)
===
This project maintains an OWL representation of the ATM Information Reference Model (AIRM).

Resources:
---
* https://w3id.org/airm-o (project website)
* https://w3id.org/airm-o/ontology (AIRM-O ontology and support material)
* https://w3id.org/airm-o/airm-o (AIRM-O ontology and support material)
* https://w3id.org/airm-o/atmonto2airm (mapping between ATMONTO and AIRM-O)

Contacts:
---
* Christoph G. Schuetz (christoph DOT schuetz AT jku DOT at)
* Audun Vennesland (audun DOT vennesland AT ntnu DOT no)
5 changes: 5 additions & 0 deletions airm-o/airm-o/.htaccess
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Header set Access-Control-Allow-Origin *
Header set Access-Control-Allow-Headers DNT,X-Mx-ReqToken,Keep-Alive,User-Agent,X-Requested-With,If-Modified$
Options +FollowSymLinks
RewriteEngine on
RewriteRule ^$ https://github.com/airm-o/airm-o [R=302,L]
5 changes: 5 additions & 0 deletions airm-o/atmonto2airm/.htaccess
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Header set Access-Control-Allow-Origin *
Header set Access-Control-Allow-Headers DNT,X-Mx-ReqToken,Keep-Alive,User-Agent,X-Requested-With,If-Modified$
Options +FollowSymLinks
RewriteEngine on
RewriteRule ^$ https://github.com/airm-o/atmonto2airm [R=302,L]
5 changes: 5 additions & 0 deletions airm-o/ontology/.htaccess
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Header set Access-Control-Allow-Origin *
Header set Access-Control-Allow-Headers DNT,X-Mx-ReqToken,Keep-Alive,User-Agent,X-Requested-With,If-Modified$
Options +FollowSymLinks
RewriteEngine on
RewriteRule ^$ https://github.com/airm-o/airm-o [R=302,L]

0 comments on commit b943f1c

Please sign in to comment.