diff OPPL/Disjoint_localisation.oppl @ 9:14bfd77f8520

Interface improved (Imports first) and proper handling of import/merge options added
author Mikel Egaña Aranguren <mikel-egana-aranguren@toolshed.g2.bx.psu.edu>
date Tue, 18 Oct 2011 10:30:16 +0200
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/OPPL/Disjoint_localisation.oppl	Tue Oct 18 10:30:16 2011 +0200
@@ -0,0 +1,7 @@
+?localisation_sibling:CLASS
+SELECT 
+ASSERTED ?localisation_sibling SubClassOf GO_0008150
+WHERE ?localisation_sibling != GO_0051179
+BEGIN 
+ADD ?localisation_sibling DisjointWith GO_0051179
+END;