First, welcome to Prolog! I think you will find it useful and enjoyable.
The books that I usually see recommend: “The Art of Prologue,” “Programming the Prologue,” and “Reservation and Consequence.” I have art and programming, and they are both wonderful books; Art is certainly more encyclopedic, and programming more linear. Recently, I often advise Art and Craft and some stranger ones (like logical grammars). I hope to buy Prolog Programming in Depth. I do not think that there are many bad Prolog books that should be avoided. I would probably retain Craft and Practice later.
You can upload several files at once by specifying them:
:- [file1, file2, file3].
Also, since "name.pl" ends with ".pl", you can omit quotation marks; single quotes are really only needed if Prolog does not accept a closed element as normal.
Hope this helps and good luck on your trip. :)
source share