1 2 3 4 5 6
package rsacomb import tech.oxfordsemantic.jrdfox.logic.{Rule, Atom, Literal} case class RDFoxRuleShards(res : List[Atom], ext : List[Literal])