SUMO   View all facts   Glossary   Help
Entity > Physical > Object > ContentBearingObject > LinguisticExpression > Phrase > VerbPhrase
Next PhraseNounPhrase    UpPhrase    Previous PhrasePrepositionalPhrase   

VerbPhrase comparison table
Subject documentation is a kind of have axiom
PhraseA set of Words in a Language which form a unit, i.e. express a meaning in the LanguageLinguisticExpression
(=>
(instance ?PHRASE Phrase)
(exists (?PART1 ?PART2)
(and
(part ?PART1 ?PHRASE)
(part ?PART2 ?PHRASE)
(instance ?PART1 Word)
(instance ?PART2 Word)
(not (equal ?PART1 ?PART2)))))
VerbPhraseA Phrase that has the same function as a VerbPhrase
(=>
(instance ?SENTENCE Sentence)
(exists (?PHRASE1 ?PHRASE2)
(and
(instance ?PHRASE1 NounPhrase)
(instance ?PHRASE2 VerbPhrase)
(part ?PHRASE1 ?SENTENCE)
(part ?PHRASE2 ?SENTENCE))))

Next PhraseNounPhrase    UpPhrase    Previous PhrasePrepositionalPhrase