Adding examples
authorYves Raimond <yves.raimond@bbc.co.uk>
Tue, 19 Mar 2013 12:57:38 +0000
changeset 672 3f10a93d4f06
parent 671 11651ad34cd8
child 673 aec6d4bbdd8b
Adding examples
rdf-primer/examples/mona-lisa.nt
--- /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>.