diff options
| author | Federico Igne <federico.igne@cs.ox.ac.uk> | 2020-11-23 09:44:01 +0000 |
|---|---|---|
| committer | Federico Igne <federico.igne@cs.ox.ac.uk> | 2020-11-23 09:44:01 +0000 |
| commit | 402e3ec13ca1a0a870dde530d1364a528079782d (patch) | |
| tree | e841cb7719fee1bf5280ba0f3bc94df7784df325 /src/main/scala/uk/ac/ox/cs/rsacomb/RSAOntology.scala | |
| parent | 65a8bbeaa25cdf42dfe150305fb48248e1a4b7b9 (diff) | |
| download | RSAComb-402e3ec13ca1a0a870dde530d1364a528079782d.tar.gz RSAComb-402e3ec13ca1a0a870dde530d1364a528079782d.zip | |
Rename `boolean` as `bcq`
Diffstat (limited to 'src/main/scala/uk/ac/ox/cs/rsacomb/RSAOntology.scala')
| -rw-r--r-- | src/main/scala/uk/ac/ox/cs/rsacomb/RSAOntology.scala | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/scala/uk/ac/ox/cs/rsacomb/RSAOntology.scala b/src/main/scala/uk/ac/ox/cs/rsacomb/RSAOntology.scala index 9ef8986..4693e04 100644 --- a/src/main/scala/uk/ac/ox/cs/rsacomb/RSAOntology.scala +++ b/src/main/scala/uk/ac/ox/cs/rsacomb/RSAOntology.scala | |||
| @@ -310,7 +310,7 @@ class RSAOntology(val ontology: OWLOntology) extends RSAAxiom { | |||
| 310 | RSA.Prefixes | 310 | RSA.Prefixes |
| 311 | ) | 311 | ) |
| 312 | .map( | 312 | .map( |
| 313 | new ConjunctiveQueryAnswers(query.boolean, _) | 313 | new ConjunctiveQueryAnswers(query.bcq, _) |
| 314 | ) | 314 | ) |
| 315 | .get | 315 | .get |
| 316 | RDFoxHelpers.closeConnection(server, data) | 316 | RDFoxHelpers.closeConnection(server, data) |
