2. A travel site has a database that represents information about hotels and feedback from users that
Question:
2. A travel site has a database that represents information about hotels and feedback from users that uses the relations:
hotel(Id, Name, City, Province, Country, Address)
reported_clean(Hotel, RoomNumber, Cleanliness, day(Year, Month, Day))
Show how the following facts can be represented using triple notation, using vocabulary that make sense:
hotel(h345,"The Beach Hotel",victoria,bc, canada,"300 Beach St").
reported_clean(h345,127,clean,day(2013,01,25)).
Is it reasonable to represent the hotel name and address as strings? Explain.
Fantastic news! We've Found the answer you've been seeking!
Step by Step Answer:
Related Book For
Artificial Intelligence Foundations Of Computational Agents
ISBN: 9781107195394
2nd Edition
Authors: David L. Poole, Alan K. Mackworth
Question Posted: