Is there any version of this statement that is valid, expressing that an actor knows another actor or a location? Or must I specify separate predicates knows_actor and knows_location?
(:predicates
(knows ?a - ACTOR ?thing - ACTOR LOCATION)
)