category_property(Category, Property)
Enumerates, by backtracking, the properties associated with the defined categories. The valid category properties are listed in the language grammar.
category_property(?category_identifier, ?category_property)
type_error(category_identifier, Category)
type_error(callable, Property)
domain_error(category_property, Property)
| ?- category_property(Category, dynamic).