diff options
| author | Federico Igne <federico.igne@cs.ox.ac.uk> | 2020-07-15 17:44:00 +0100 |
|---|---|---|
| committer | Federico Igne <federico.igne@cs.ox.ac.uk> | 2020-07-15 17:44:00 +0100 |
| commit | 58b8d3c11a9deebb40e21c70d0b085d01cada745 (patch) | |
| tree | 2c729106e6f32cd2bdc18f8e24adff242f856663 /src/main/scala/example/RDFoxRuleShards.scala | |
| parent | b1e53c0b9f85783c9c6382eb69380b38cd43a566 (diff) | |
| download | RSAComb-58b8d3c11a9deebb40e21c70d0b085d01cada745.tar.gz RSAComb-58b8d3c11a9deebb40e21c70d0b085d01cada745.zip | |
Add reworked code from previous repo
Diffstat (limited to 'src/main/scala/example/RDFoxRuleShards.scala')
| -rw-r--r-- | src/main/scala/example/RDFoxRuleShards.scala | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/main/scala/example/RDFoxRuleShards.scala b/src/main/scala/example/RDFoxRuleShards.scala new file mode 100644 index 0000000..bce31d2 --- /dev/null +++ b/src/main/scala/example/RDFoxRuleShards.scala | |||
| @@ -0,0 +1,6 @@ | |||
| 1 | package rsacomb | ||
| 2 | |||
| 3 | import tech.oxfordsemantic.jrdfox.logic.{Rule, Atom, Literal} | ||
| 4 | |||
| 5 | case class RDFoxRuleShards(res : List[Atom], ext : List[Literal]) | ||
| 6 | |||
