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

NounPhrase 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)))))
NounPhraseA Phrase that has the same function as a NounPhrase
(=>
(instance ?SENTENCE Sentence)
(exists (?PHRASE1 ?PHRASE2)
(and
(instance ?PHRASE1 NounPhrase)
(instance ?PHRASE2 VerbPhrase)
(part ?PHRASE1 ?SENTENCE)
(part ?PHRASE2 ?SENTENCE))))

Next PhrasePrepositionalPhrase    UpPhrase    Previous PhraseVerbPhrase