--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-primer/examples/mona-lisa.nt Tue Mar 19 12:57:38 2013 +0000
@@ -0,0 +1,5 @@
+<http://example.org/#bob> <http://example.org/#knows> <http://example.org/#alice>.
+<http://example.org/#bob> <http://example.org/#birth-date> "1990-07-04"^^<http://www.w3.org/2001/XMLSchema#date>.
+<http://example.org/#da-vinci> <http://example.org/#created> <http://example.org/#the-mona-lisa>.
+<http://example.org/#the-mona-lisa> <http://example.org/#on-display-in> <http://example.org/#the-louvre>.
+<http://example.org/#bob> <http://example.org/#likes> <http://example.org/#the-mona-lisa>.