Upgrade Jena version to 3.16.0 (#196)
Related to: https://jira.lyrasis.org/browse/VIVO-1943 Co-authored-by: Andrew Woods <awoods@duraspace.org>
This commit is contained in:
parent
119413413a
commit
936305be2a
5 changed files with 44 additions and 4 deletions
|
@ -44,6 +44,11 @@ public class LiteralStub implements Literal {
|
|||
return false;
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean isStmtResource() {
|
||||
return false;
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean isURIResource() {
|
||||
return false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue