-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1241 from wilkinsonlab/master
added the orca-x ontology redirect
- Loading branch information
Showing
2 changed files
with
16 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
Options +FollowSymLinks | ||
RewriteEngine on | ||
AddType text/turtle .owl | ||
RewriteRule ^ https://raw.githubusercontent.com/wilkinsonlab/ORCA-X/master/orca-x.owl [R=303,L] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
## Redirect for the ORCA-X | ||
|
||
ORCA-X is a set of extensions to the ORCA Ontology | ||
hosted at http://vocab.deri.ie/orca | ||
|
||
It creates several new subclasses by OWL2 punning of entities that | ||
are modelled as Individuals in the original ontology. It also adds 4 new | ||
subclasses of "CertaintyLevel" that reflect the categories | ||
identified in the Prieto & Wilkinson certainty survey study | ||
(publication pending) | ||
|
||
maintainer of this w3id: Mark D Wilkinson: [email protected] |