comparison test-data/oppl_script/test.oppl @ 21:ffde1fafa066 draft

README corrected with proper installation instructions for mercurial (hg pull + hg update)
author Mikel Egana Aranguren <mikel-egana-aranguren@toolshed.g2.bx.psu.edu>
date Mon, 08 Oct 2012 13:10:44 +0200
parents
children 8d4bbaa99b4a
comparison
equal deleted inserted replaced
20:46257c870179 21:ffde1fafa066
1 ?whole:CLASS,
2 ?part:CLASS
3 SELECT
4 ?part SubClassOf part_of some ?whole WHERE ?part != Nothing
5 BEGIN
6 ADD ?part SubClassOf part_of only ?whole
7 END;