versioned_graph/commit

oops, make gv:comment a data property

authorJacco van Ossenbruggen
Wed Jun 11 09:56:14 2014 +0200
committerJacco van Ossenbruggen
Wed Jun 11 09:56:14 2014 +0200
commit79732ace4bd2e74061d493cdf56feb318f0451d9
tree292625c1bdf47ee1d23843f29e3db1624845b1a9
parent94052add91f738ba43af58243d462f4caba7a8f3
Diff style: patch stat
diff --git a/lib/parse_git_objects.pl b/lib/parse_git_objects.pl
index 3c34ca0..67f9cd1 100644
--- a/lib/parse_git_objects.pl
+++ b/lib/parse_git_objects.pl
@@ -27,7 +27,7 @@ commit(Commit) -->
 		committer([committer_url(CName),
 			   committer_email(CMailTo),
 			   committer_date(literal(type(xsd:dateTimeStamp, CStamp)))]),
-		comment(CM)
+		comment(literal(CM))
 	    ],
 	    rdf_global_term(Commit0, Commit)
 	}.