diff options
| author | Federico Igne <federico.igne@cs.ox.ac.uk> | 2020-08-19 11:33:40 +0100 |
|---|---|---|
| committer | Federico Igne <federico.igne@cs.ox.ac.uk> | 2020-08-19 11:33:40 +0100 |
| commit | 50f5cd42f73b655d7d349eef70e5c269826429f9 (patch) | |
| tree | c55081e07fc4246b210170eee55dc4dd96a1df93 /src/main/scala/rsacomb/RDFoxClassExprConverter.scala | |
| parent | 3a166085e656be5f957423e6e371b6647b313997 (diff) | |
| download | RSAComb-50f5cd42f73b655d7d349eef70e5c269826429f9.tar.gz RSAComb-50f5cd42f73b655d7d349eef70e5c269826429f9.zip | |
Generalise prefixes
Diffstat (limited to 'src/main/scala/rsacomb/RDFoxClassExprConverter.scala')
| -rw-r--r-- | src/main/scala/rsacomb/RDFoxClassExprConverter.scala | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/scala/rsacomb/RDFoxClassExprConverter.scala b/src/main/scala/rsacomb/RDFoxClassExprConverter.scala index c1fd85a..b9d3ea2 100644 --- a/src/main/scala/rsacomb/RDFoxClassExprConverter.scala +++ b/src/main/scala/rsacomb/RDFoxClassExprConverter.scala | |||
| @@ -108,8 +108,8 @@ class RDFoxClassExprConverter( | |||
| 108 | if (unsafe.contains(prop)) | 108 | if (unsafe.contains(prop)) |
| 109 | ( | 109 | ( |
| 110 | List( | 110 | List( |
| 111 | Atom.rdf(term, IRI.create(RSA.PredicatePE), c), | 111 | Atom.rdf(term, RSA.internal("PE"), c), |
| 112 | Atom.rdf(c, IRI.RDF_TYPE, IRI.create(RSA.PredicateU)) | 112 | Atom.rdf(c, IRI.RDF_TYPE, RSA.internal("U")) |
| 113 | ), | 113 | ), |
| 114 | List(), | 114 | List(), |
| 115 | c | 115 | c |
