Predicate Mapping
data class PredicateMapping(val relationshipType: String, val predicate: String, val subjectArgIndex: Int = 0, val objectArgIndex: Int = 1)
Maps a relationship type from the schema to a Prolog predicate.
Maps a relationship type from the schema to a Prolog predicate.