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