Small changes Omit the last '/' in line 32 will make this code work
Project: http://git-wip-us.apache.org/repos/asf/jena/repo Commit: http://git-wip-us.apache.org/repos/asf/jena/commit/571eab38 Tree: http://git-wip-us.apache.org/repos/asf/jena/tree/571eab38 Diff: http://git-wip-us.apache.org/repos/asf/jena/diff/571eab38 Branch: refs/heads/ThreadPerGraphDataset Commit: 571eab3883bf25026978bab4dc82ce981f4fafa2 Parents: b64e310 Author: retnor <[email protected]> Authored: Thu Feb 2 12:10:00 2017 +0000 Committer: GitHub <[email protected]> Committed: Thu Feb 2 12:10:00 2017 +0000 ---------------------------------------------------------------------- jena-core/src-examples/jena/examples/rdf/Tutorial06.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/jena/blob/571eab38/jena-core/src-examples/jena/examples/rdf/Tutorial06.java ---------------------------------------------------------------------- diff --git a/jena-core/src-examples/jena/examples/rdf/Tutorial06.java b/jena-core/src-examples/jena/examples/rdf/Tutorial06.java index d646030..62da3e0 100644 --- a/jena-core/src-examples/jena/examples/rdf/Tutorial06.java +++ b/jena-core/src-examples/jena/examples/rdf/Tutorial06.java @@ -29,7 +29,7 @@ import java.io.*; public class Tutorial06 extends Object { static final String inputFileName = "vc-db-1.rdf"; - static final String johnSmithURI = "http://somewhere/JohnSmith/"; + static final String johnSmithURI = "http://somewhere/JohnSmith"; public static void main (String args[]) { // create an empty model
