summaryrefslogtreecommitdiff
path: root/examples/query/small/Query.gf
diff options
context:
space:
mode:
authoraarne <aarne@chalmers.se>2011-09-19 15:39:48 +0000
committeraarne <aarne@chalmers.se>2011-09-19 15:39:48 +0000
commit7da592fecc73bb057bd2fe86d8cb3866c7680127 (patch)
tree3c1a4fb9da222a873e4a8b5fd6a9c3dda257d89e /examples/query/small/Query.gf
parenta96e90a4ae0f05092f9009467d5afcde6f2962f6 (diff)
treebank to test Query
Diffstat (limited to 'examples/query/small/Query.gf')
-rw-r--r--examples/query/small/Query.gf4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/query/small/Query.gf b/examples/query/small/Query.gf
index 1efa3277f..14bca9e53 100644
--- a/examples/query/small/Query.gf
+++ b/examples/query/small/Query.gf
@@ -57,7 +57,6 @@ fun
ACalled : [Individual] -> Activity ;
-
-- the test lexicon
cat
@@ -67,7 +66,8 @@ fun
Employed : Org -> Property ;
Work : Org -> Activity ;
- HaveTitle : JobTitle -> Org -> Activity ;
+ HaveTitle : JobTitle -> Activity ;
+ HaveTitleOrg : JobTitle -> Org -> Activity ;
Organization : Kind ;
Place : Kind ;