summaryrefslogtreecommitdiff
path: root/examples/query/TestQuery.gf
diff options
context:
space:
mode:
Diffstat (limited to 'examples/query/TestQuery.gf')
-rw-r--r--examples/query/TestQuery.gf26
1 files changed, 26 insertions, 0 deletions
diff --git a/examples/query/TestQuery.gf b/examples/query/TestQuery.gf
new file mode 100644
index 000000000..a91f256b1
--- /dev/null
+++ b/examples/query/TestQuery.gf
@@ -0,0 +1,26 @@
+abstract TestQuery = Query ** {
+
+fun
+ USA : Country ;
+ California : Country ;
+ Bulgaria : Country ;
+ OblastSofiya : Name ;
+
+ CEO : JobTitle ;
+ ChiefInformationOfficer : JobTitle ;
+
+ Microsoft : Name ;
+ Google : Name ;
+
+ SergeyBrin : Name ;
+ LarryPage : Name ;
+ EricSchmidt : Name ;
+ MarissaMayer : Name ;
+ UdiManber : Name ;
+ CarlGustavJung : Name ;
+ Jung : Name ;
+ BenFried : Name ;
+
+}
+
+