Prolog Schema
Schema defining how relationships map to Prolog predicates. Also holds base inference rules.
Functions
Link copied to clipboard
All defined predicates.
Link copied to clipboard
Get the base inference rules.
Link copied to clipboard
Get the predicate mapping for a relationship type. Handles both UPPER_SNAKE_CASE and camelCase input.
Link copied to clipboard
Get the predicate name for a relationship type, or derive one. Converts camelCase (e.g., "expertIn") to snake_case (e.g., "expert_in").