A title is a string naming a publication, a document, or something analogous. Title strings are distinct from strings naming agents (books can't talk).
(=> (Doc.Title $X $Y) (Title $Y)) (=> (Doc.Series-Title $X $Y) (Title $Y)) (=> (Ref.Title $X $Y) (Title $Y)) (=> (Ref.Booktitle $X $Y) (Title $Y)) (=> (Ref.Periodical $X $Y) (Title $Y)) (=> (Ref.Secondary-Title $X $Y) (Title $Y)) (=> (Ref.Magazine-Name $X $Y) (Title $Y)) (=> (Ref.Newspaper-Name $X $Y) (Title $Y))