Skip to content

Commit

Permalink
Fix Issue eyereasoner#18
Browse files Browse the repository at this point in the history
Fixes eyereasoner#18 by explicitly declaring empty prefix
  • Loading branch information
bdevloed authored Jan 31, 2018
1 parent ca4037d commit 57e838e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/eyeserver.js
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ EyeServer.prototype = {
},

check: function (callback) {
this.settings.eye.execute({ data: ':a :b :c.' }, callback);
this.settings.eye.execute({ data: 'prefix : <http://example.org/test#> \n :a :b :c.' }, callback);
}
};

Expand Down

0 comments on commit 57e838e

Please sign in to comment.