book (Book)
A Text that has pages and is bound.
Ontology
SUMO / OBJECTSSuperclass(es)
Coordinate term(s)
article
certificate
motion picture
sentence
summary
Related WordNet synsets
- book
- a copy of a written work or composition that has been published (printed on pages bound together); "I am reading a good book on economics"
See more related synsets on a separate page.
Axioms (2)
If series is an instance of series, then there exist book book1,book book2 so that series subsumes the content of book1 and series subsumes the content of book2 and book1 is not equal to book2.
(=>
(instance ?SERIES Series)
(exists
(?BOOK1 ?BOOK2)
(and
(instance ?BOOK1 Book)
(instance ?BOOK2 Book)
(subsumesContentInstance ?SERIES ?BOOK1)
(subsumesContentInstance ?SERIES ?BOOK2)
(not
(equal ?BOOK1 ?BOOK2)))))
If article is an instance of article, then there exists book book so that book subsumes the content of article.
(=>
(instance ?ARTICLE Article)
(exists
(?BOOK)
(and
(instance ?BOOK Book)
(subsumesContentInstance ?BOOK ?ARTICLE))))