mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-03 08:12:51 -06:00
Founding the newly structured GF2.0 cvs archive.
This commit is contained in:
36
grammars/resource/abstract/Database.gf
Normal file
36
grammars/resource/abstract/Database.gf
Normal file
@@ -0,0 +1,36 @@
|
||||
abstract Database = {
|
||||
|
||||
flags startcat=Query ;
|
||||
|
||||
cat
|
||||
Query ; Phras ; Statement ; Question ;
|
||||
Noun ; Subject ; Value ; Property ; Relation ; Comparison ; Name ;
|
||||
Feature ;
|
||||
|
||||
fun
|
||||
LongForm : Phras -> Query ;
|
||||
ShortForm : Phras -> Query ;
|
||||
|
||||
WhichAre : Noun -> Property -> Phras ;
|
||||
IsThere : Noun -> Phras ;
|
||||
AreThere : Noun -> Phras ;
|
||||
IsIt : Subject -> Property -> Phras ;
|
||||
WhatIs : Value -> Phras ;
|
||||
|
||||
MoreThan : Comparison -> Subject -> Property ;
|
||||
TheMost : Comparison -> Noun -> Value ;
|
||||
Relatively : Comparison -> Noun -> Property ;
|
||||
|
||||
RelatedTo : Relation -> Subject -> Property ;
|
||||
|
||||
Individual : Name -> Subject ;
|
||||
AllN : Noun -> Subject ;
|
||||
Any : Noun -> Subject ;
|
||||
MostN : Noun -> Subject ;
|
||||
EveryN : Noun -> Subject ;
|
||||
|
||||
FeatureOf : Feature -> Subject -> Subject ;
|
||||
ValueOf : Feature -> Name -> Value ;
|
||||
|
||||
WithProperty : Noun -> Property -> Noun ;
|
||||
} ;
|
||||
Reference in New Issue
Block a user