17 lines
166 B
Plaintext
17 lines
166 B
Plaintext
|
|
||
|
:- object(falconiforms,
|
||
|
imports(descriptors),
|
||
|
extends(order)).
|
||
|
|
||
|
|
||
|
order(falconiforms).
|
||
|
|
||
|
eats(meat).
|
||
|
|
||
|
feet(curved_talons).
|
||
|
|
||
|
bill(sharp_hooked).
|
||
|
|
||
|
|
||
|
:- end_object.
|