summaryrefslogtreecommitdiff
path: root/examples/query/small/Query.gf
diff options
context:
space:
mode:
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 ;