(db (authors #1= (author (last "Stevens") (first "W.")) #2= (author (last "Abiteboul") (first "Serge")) #3= (author (last "Buneman") (first "Peter")) #4= (author (last "Suciu") (first "Dan")) #5= (author (last "Norvig") (first "Peter")) #6= (author (last "Graham") (first "Paul")) #7= (author (last "Keene") (first "Sonja")) #8= (author (last "Steele") (first "Guy"))) (publishers #1001= (publisher (name "Addison-Wesley")) #1002= (publisher (name "Morgan Kaufmann Publishers")) #1003= (publisher (name "Kluwer Academic Publishers")) #1004= (publisher (name "MetaModular")) #1005= (publisher (name "Dunod")) #1006= (publisher (name "Prentice Hall")) #1007= (publisher (name "Digital Press"))) (books #2001= (book (year 1994) (title "TCP/IP Illustrated") #1# #1001# (price 65.95)) #2002= (book (year 1992) (title "Advanced Programming in the Unix environment") #1# #1001# (price 65.95)) #2003= (book (year 2000) (title "Data on the Web") #2# #3# #4# #1002# (price 39.95)) #2004= (book (year 1999) (title "The Economics of Technology and Content for Digital TV") (editor (last "Gerbarg") (first "Darcy") (affiliation "CITI")) #1003# (price 129.95)) #2005= (book (year 0) (title "Paradigms of Artificial Intelligence Programming: Case Studies in Common Lisp") #5# #1002# (price 0.0)) #2006= (book (year 0) (title "Object-Oriented Programming in Common Lisp") #7# #1001# (price 0.0)) #2007= (book (year 0) (title "Common Lisp the Language (second edition)") #8# #1007# (price 0.0)) #2008= (book (year 0) (title "On Lisp") #6# #1006# (price 0.0))) (reviews (review #2003# (text "A very good discussion of semi-structured database systems and XML.")) (review #2002# (text "A clear and detailed discussion of UNIX programming.")) (review #2005# (text "One of the best programming books ever written.")) (review #2005# (text "Norvig is an an expert programmer and an excellent author.")) (review #2006# (text "An excellent book on Object-Oriented programming in an excellent language.")) (review #2007# (text "Worth reading, if only for Steele's humouristic passages.")) (review #2007# (text "This book does not quite respect the ANSI standard.")) (review #2008# (text "A wonderful description of embedded languages and their power.")) (review #2008# (text "A great successor to `ANSI Common Lisp'.")) (review #2001# (text "One of the best books on TCP/IP."))) (sources #3001= (source (name "www.amazon.com")) #3002= (source (name "www.bn.com"))) (prices (price #2002# #3001# (euros 65.95)) (price #2002# #3002# (euros 65.95)) (price #2001# #3001# (euros 65.95)) (price #2001# #3002# (euros 65.95)) (price #2003# #3001# (euros 34.95)) (price #2003# #3002# (euros 39.95))))