I need to form a list of all members of an object that are defined by rules. Example:
has(face,eyes,2).
has(eyes,pupil,1).
I want to be able to extract the information in such a way that a predicate list_part would return all the attributes a certain object has. In the above example...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.