The decision-making process is based on several facts to draw inferences, in other words, The DMN table infers some results based on some inputs, the inputs here contains some triples connected through logical relationships, that is:
input: (statement_1 AND statement_2 OR statement_3)
=> output: (statement_a, statement_b)
The statements are triples with structures like (: subject) - [: predicate] ->(: object).
How should I design such a data model in neo4j? Thanks for any help !