Fixing build, adding unit tests
This commit is contained in:
parent
1446b9c039
commit
107c64dbf8
10 changed files with 145 additions and 61 deletions
|
@ -121,7 +121,7 @@
|
|||
DataPropertyStatement dps = null;
|
||||
if( dataHash != 0) {
|
||||
Model model = (Model)application.getAttribute("jenaOntModel");
|
||||
dps = RdfLiteralHash.getPropertyStmtByHash(subject, predicateUri, dataHash, model);
|
||||
dps = RdfLiteralHash.getPropertyStmtByHash(subject.getURI(), predicateUri, dataHash, model);
|
||||
|
||||
if (dps==null) {
|
||||
log.error("No match to existing data property \""+predicateUri+"\" statement for subject \""+subjectUri+"\" via key "+datapropKeyStr);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue