diff options
| author | Federico Igne <federico.igne@cs.ox.ac.uk> | 2020-11-16 14:30:46 +0000 |
|---|---|---|
| committer | Federico Igne <federico.igne@cs.ox.ac.uk> | 2020-11-16 14:30:46 +0000 |
| commit | 2d8afc3a50384d2aea6c97958a814fedc7b9bd40 (patch) | |
| tree | bcdcd6f62dc076a4560d0653eaba2806a5325b88 /src/main/scala/rsacomb/RDFoxClassExprConverter.scala | |
| parent | 3d430b1b5aa6014d36b1258451fc5a1b21fba20d (diff) | |
| download | RSAComb-2d8afc3a50384d2aea6c97958a814fedc7b9bd40.tar.gz RSAComb-2d8afc3a50384d2aea6c97958a814fedc7b9bd40.zip | |
Change "internal:" prefix to "rsa:"
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 7f44ab1..89a1a04 100644 --- a/src/main/scala/rsacomb/RDFoxClassExprConverter.scala +++ b/src/main/scala/rsacomb/RDFoxClassExprConverter.scala | |||
| @@ -110,8 +110,8 @@ class RDFoxClassExprConverter( | |||
| 110 | if (unsafe.contains(prop)) | 110 | if (unsafe.contains(prop)) |
| 111 | ( | 111 | ( |
| 112 | List( | 112 | List( |
| 113 | TupleTableAtom.rdf(term, RSA.internal("PE"), c), | 113 | TupleTableAtom.rdf(term, RSA.rsa("PE"), c), |
| 114 | TupleTableAtom.rdf(c, IRI.RDF_TYPE, RSA.internal("U")) | 114 | TupleTableAtom.rdf(c, IRI.RDF_TYPE, RSA.rsa("U")) |
| 115 | ), | 115 | ), |
| 116 | List(), | 116 | List(), |
| 117 | c | 117 | c |
