A section of a book, like a chapter or a paper in an edited collection.
(Compose Doc.Title Ref.Document)
(Inherited-Facet-Value Same-Slot-Values
Book-Section-Reference
Ref.Booktitle
(Compose Doc.Title Ref.Document))
(=> (= (Ref.Volume ?Ref) ?Number)
(Or (Book-Reference ?Ref)
(Book-Section-Reference ?Ref)
(Article-Reference ?Ref)))
(=> (= (Ref.Pages ?Ref) ?Page-Range)
(Or (Book-Section-Reference ?Ref)
(Article-Reference ?Ref)
(Proceedings-Paper-Reference ?Ref)))
(Subclass-Partition Publication-Reference
(Setof Book-Reference
Book-Section-Reference
Article-Reference
Proceedings-Paper-Reference
Thesis-Reference
Technical-Report-Reference
Misc-Publication-Reference))