Answered step by step
Verified Expert Solution
Question
1 Approved Answer
A Prolog database contains the following, where boss(X, Y ) means X is Ys boss and supervisor(X, Y ) means X is Ys supervisor: boss(mike,
A Prolog database contains the following, where boss(X, Y ) means X is Ys boss and supervisor(X, Y ) means X is Ys supervisor:
boss(mike, joan) boss( judith, mike) boss(anita, judith) boss( judith, kim) boss(kim, enrique) boss(anita, sam) boss(enrique, jefferson) boss(mike, hamal) supervisor(X, Y ) 6= boss(X, Y ) supervisor(X, Y ) 6= boss(X, Z ) and supervisor (Z, Y )
Find the results of the following queries: a. ?boss(X, sam) b. ?boss( judith, X ) c. ?supervisor(anita, X )
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started